代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5530414
c loop-4.c
/* A test for strength reduction and induction variable elimination. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
/* Size of this structure should be sufficiently weird so
www.eeworm.com/read/162614/5530508
c 20030710-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-dom3" } */
extern void abort (void);
union tree_node;
typedef union tree_node *tree;
struct tree_vec
{
int length;
tree a[1];
};
struct tr
www.eeworm.com/read/162614/5530526
c loop-2.c
/* A test for strength reduction and induction variable elimination. */
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-vars" } */
/* Size of this structure should be sufficiently weird so
www.eeworm.com/read/162614/5530557
c builtin-printf-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-fab" } */
extern int printf (const char *, ...);
volatile int vi0, vi1, vi2, vi3, vi4, vi5, vi6, vi7, vi8, vi9, via;
void test (void)
{
vi0
www.eeworm.com/read/162614/5530563
c 20030703-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-dom3" } */
extern void abort (void);
extern int blah[];
foo(int index)
{
if (blah [(unsigned int)index] != 0)
abort ();
if (blah [(
www.eeworm.com/read/162614/5530569
c vrp20.c
/* { dg-do compile } */
/* { dg-options "-fwrapv -O1 -ftree-vrp -fdump-tree-vrp" } */
extern void abort ();
extern void exit (int);
int f (int a) {
if (a != 0) {
a = a > 0 ? a : -a;
if (a == 0)
www.eeworm.com/read/162614/5530608
c 20030807-10.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-vrp" } */
extern const unsigned char mode_size[];
unsigned int
subreg_highpart_offset (outermode, innermode)
int outermode, innermo
www.eeworm.com/read/162614/5530634
c loop-3.c
/* A test for strength reduction and induction variable elimination.
Target is restricted to x86 type architectures, so that we may
assume something about memory addressing modes. */
/* { dg-d
www.eeworm.com/read/162614/5530697
c sh4a-cos.c
/* Verify that we generate single-precision sine and cosine approximate
(fsca) in fast math mode. */
/* { dg-do compile { target "sh*-*-*" } } */
/* { dg-options "-O -ffast-math" } */
/* { dg-fina
www.eeworm.com/read/162614/5530736
c h8300-stack-1.c
/* Make sure that the H8 backend does not generate a non-atomic stack
adjustment. */
/* { dg-do compile { target h8300-*-* } } */
/* { dg-options "" } */
void foo (short, short, short, short, sho