代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/162614/5529180

c fold-overflow-1.c

/* { dg-compile } */ /* { dg-options "-O -ftrapping-math" } */ /* There should be exactly 2 +Inf in the assembly file. */ float f1 = __FLT_MAX__ + __FLT_MAX__; float foo1(void) { return __FLT_
www.eeworm.com/read/162614/5529199

c darwin-20040809-2.c

/* Test dead code strip support. */ /* Contributed by Devang Patel */ /* { dg-do compile { target *-*-darwin* } } */ /* { dg-options "-g -fno-eliminate-unused-debug-symbols" } *
www.eeworm.com/read/162614/5529479

c visibility-9.c

/* Test that -fvisibility works. */ /* { dg-do compile } */ /* { dg-require-visibility "" } */ /* { dg-options "-fvisibility=hidden" } */ /* { dg-final { scan-hidden "foo" } } */ void foo(); void fo
www.eeworm.com/read/162614/5529607

c inline-4.c

/* { dg-do compile } */ /* { dg-options "-O2" } */ /* { dg-final { scan-assembler-not "big_static_inline" } } */ extern void f(void); static inline void big_static_inline(void) { f(); f(); f(); f()
www.eeworm.com/read/162614/5529963

c pr21255-2-ml.c

/* { dg-do compile { target "sh*-*-*" } } */ /* { dg-options "-ml -O2 -fomit-frame-pointer" } */ /* { dg-final { scan-assembler "mov @\\(4,r.\\),r.; mov @r.,r." } } */ double d; double f (void) { d
www.eeworm.com/read/162614/5529996

c val-prof-2.c

/* { dg-options "-O2 -fdump-tree-optimized -fdump-tree-tree_profile" } */ unsigned int a[1000]; unsigned int b = 256; unsigned int c = 1024; unsigned int d = 17; main () { int i; unsigned int n;
www.eeworm.com/read/162614/5530274

c dwarf-uninit.c

/* { dg-do compile } */ /* { dg-options "-O2 -gdwarf-2 -dA" } */ /* { dg-final { scan-assembler "DW_TAG_variable" } } */ /* PR debug/21828 */ static int i; int main() { i += 3; return 0; }
www.eeworm.com/read/162614/5530340

c vrp18.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-vrp" } */ static int blocksize = 4096; int bar (int); void foo (void) { int toread; int bytes; static char eof_reached = 0; toread
www.eeworm.com/read/162614/5530358

c vrp02.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-vrp" } */ struct A { int a; int b; }; foo (struct A *p, struct A *q) { int x = p->a; if (p == q) return q->a; /* We should fol
www.eeworm.com/read/162614/5530390

c 20030711-3.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-dom3" } */ struct rtx_def; typedef struct rtx_def *rtx; struct rtvec_def; typedef struct rtvec_def *rtvec; union tree_node; typedef union t