代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5530427
c phi-opt-2.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
_Bool f1(_Bool a, _Bool b)
{
if (a)
{
if (b)
return 1;
else
return 0;
}
return 0;
}
/* There
www.eeworm.com/read/162614/5530460
c 20040517-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-alias1-vops" } */
extern void abort (void);
int a;
extern void __attribute__ ((malloc)) *foo ();
void bar (void)
{
a = 1;
foo ();
www.eeworm.com/read/162614/5530510
c phi-opt-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
int f(int a, int b, int c)
{
if (c == 0) goto temp;
if (a == 0)
return 0;
temp:
if (a == b)
return a;
return a;
}
www.eeworm.com/read/162614/5530516
c pr21985.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
struct
{
struct
{
int a;
int b;
} a[100];
} a;
typedef __SIZE_TYPE__ size_t;
void foo(size_t);
size_t *bar (
www.eeworm.com/read/162614/5530523
c ssa-ccp-10.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-fab" } */
/* Check that we fold strlen of equally long strings, and that we do not
fail to terminate when there is a nontrivial cycle in th
www.eeworm.com/read/162614/5530578
c structopt-2.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized -fno-tree-sra" } */
/* Even without SRA being enabled, we should be able to eliminate every structure store and load here. */
extern
www.eeworm.com/read/162614/5530644
c 20030807-3.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-dom3" } */
typedef unsigned int cppchar_t;
cppchar_t
cpp_parse
www.eeworm.com/read/162614/5530645
c ssa-ccp-11.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
/* Test for CPROP across a DAG. */
int test111 (int param)
{
int a, b, c;
if (param) {
a = 3;
b = 2;
}
else
www.eeworm.com/read/162614/5530788
c non-lazy-ptr-test.c
/* { dg-do compile { target powerpc*-apple-darwin* } } */
/* { dg-options "-S" } */
typedef void PF (void);
static void f(void) {
}
void f1(void) {
}
extern void f2(void) {
}
static void f3(void)
www.eeworm.com/read/162614/5530805
c pr21255-2-mb.c
/* { dg-do compile { target "sh*-*-*" } } */
/* { dg-options "-mb -O2 -fomit-frame-pointer" } */
/* { dg-final { scan-assembler "mov @r.,r.; mov @\\(4,r.\\),r." } } */
double d;
double
f (void)
{
d