代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5529496
c iftrap-2.c
/* Verify that we optimize to conditional traps. */
/* { dg-options "-O" } */
/* { dg-do compile { target rs6000-*-* powerpc-*-* sparc*-*-* ia64-*-* } } */
/* { dg-final { scan-assembler-not "^\t(tra
www.eeworm.com/read/162614/5529625
c dll-3.c
/* Ensure dllexport overrides dllimport. */
/* { dg-do compile { target arm*-*-pe* } } */
/* { dg-do compile { target i?86-pc-cygwin } } */
/* { dg-do compile { target i?86-pc-mingw* } } */
__decls
www.eeworm.com/read/162614/5529933
c sh4a-fsrra.c
/* Verify that we generate single-precision square root reciprocal
approximate (fsrra) in fast math mode. */
/* { dg-do compile { target "sh*-*-*" } } */
/* { dg-options "-O -ffast-math" } */
/* {
www.eeworm.com/read/162614/5530116
c builtins-12.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that all the malloc-like __builtin_ allocation functions are
recognized by the compiler.
Written by Roger Sayle, 12th April 2003. */
www.eeworm.com/read/162614/5530136
c string-opt-1.c
/* Ensure mempcpy is not "optimized" into memcpy followed by addition. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
void *
fn (char *x, char *y, int z)
{
return __builtin_mempcpy (x, y, z
www.eeworm.com/read/162614/5530271
c debug-6.c
/* Verify that bb-reorder re-inserts nested scopes properly. */
/* { dg-do compile } */
/* { dg-options "-dA" } */
/* { dg-final { scan-assembler "xyzzy" } } */
extern void abort (void);
struct A {
www.eeworm.com/read/162614/5530279
c dwarf-die1.c
/* Verify that inline function never actually inlined has no abstract DIE. */
/* { dg-do compile } */
/* { dg-options "-O2 -gdwarf-2 -dA" } */
/* { dg-final { scan-assembler-not "DW_AT_inline" } } */
www.eeworm.com/read/162614/5530280
c dwarf-die3.c
/* Verify that extern inline function never actually inlined has no abstract DIE. */
/* { dg-do compile } */
/* { dg-options "-O0 -gdwarf-2 -dA" } */
/* { dg-final { scan-assembler-not "DW_AT_inline"
www.eeworm.com/read/162614/5530286
c var1.c
/* PR 23190 */
/* { dg-do compile }
/* { dg-options "-gdwarf-2 -dA" } */
/* { dg-final { scan-assembler "xyzzy\[^\\n\\r\]+DW_AT_name" } } */
void f(void)
{
static int xyzzy;
xyzzy += 3;
}
www.eeworm.com/read/162614/5530288
c dwarf-die5.c
/* Inlined inline function must have abstract DIE */
/* { dg-do compile } */
/* { dg-options "-O2 -gdwarf-2 -dA -fpreprocessed" } */
/* { dg-final { scan-assembler "3.*DW_AT_inline" } } */
#1 "test.h