代码搜索:Scan

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

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

c 20040305-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-cddce -fdump-tree-forwprop1-details" } */ int abarney[2]; int afred[1]; void foo(int edx, int eax) { if (eax == 100) { if (edx
www.eeworm.com/read/162614/5530535

c phi-opt-4.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ _Bool t(); _Bool t1(); _Bool f1() { return t() && t1(); } /* There should be only one if, the outer one; the inner one
www.eeworm.com/read/162614/5530579

c vrp21.c

/* { dg-do compile } */ /* { dg-options "-O1 -ftree-vrp -fdump-tree-vrp" } */ extern void link_error (); void test01(unsigned int a, unsigned int b) { unsigned int x = 0x80000000; if (a < x)
www.eeworm.com/read/162614/5530586

c ssa-dce-3.c

/* { dg-do compile } */ /* { dg-options "-O2 -fdump-tree-cddce" } */ int main(void) { unsigned i, j; for (i = 1, j = 0; i != 0; i+=2) { j += 500; if (j % 7) { j++; } e
www.eeworm.com/read/162614/5530792

c 20040123-1.c

/* { dg-do compile } */ /* { dg-options "-O2" } */ /* { dg-final { scan-assembler "abort" } } */ extern void abort (void); extern char a[]; void foo (void) { if ((void *) a == (void *) 0x4000UL)
www.eeworm.com/read/162614/5530844

c intermod-1.c

/* { dg-do compile } */ /* { dg-final { scan-assembler-not {foo[1-9]\.[0-9]} } } */ /* Check that we don't get .0 suffixes on static variables when not using intermodule analysis. */ static int
www.eeworm.com/read/162614/5531122

c cmdlne-dn-m.c

/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-dN -M" } */ /* Test -dN -M does not fail. It should print just the Makefile rule with
www.eeworm.com/read/162614/5531157

c cxxcom2.c

/* { dg-do preprocess } */ /* { dg-options "-pedantic -std=c89 -Wall" } */ #include "cxxcom2.h" /* { dg-final { scan-file-not cxxcom2.i "is not in C89" } } */
www.eeworm.com/read/162614/5531449

c arm-g2.c

/* Verify that hardware multiply is preferred on XScale. */ /* { dg-do compile } */ /* { dg-options "-mcpu=xscale -O2" } */ /* { dg-require-effective-target arm32 } */ /* Brett Gaines' test case. */
www.eeworm.com/read/162614/5531456

c attr-noinline.c

/* { dg-do compile } */ /* { dg-options "-O2 -finline-functions" } */ static inline void __attribute__((__noinline__)) function_definition(void) {} /* { dg-warning "inline function \[^\n\]* given att