代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5529843
c visibility-1.c
/* Test visibility attribute on function definition. */
/* { dg-do compile } */
/* { dg-require-visibility "" } */
/* { dg-final { scan-hidden "foo" } } */
void
__attribute__((visibility ("hidden")))
www.eeworm.com/read/162614/5530179
c cris-asm-mof-1.c
/* { dg-do compile { target cris-*-* } } */
/* { dg-options "-O2 -march=v10" } */
/* { dg-final { scan-assembler "in-asm: .mof" } } */
/* { dg-final { scan-assembler "out-asm: .mof" } } */
/* { dg-fin
www.eeworm.com/read/162614/5530284
c dwarf-die6.c
/* not inline inline function must not have abstract DIE */
/* { dg-do compile } */
/* { dg-options "-O2 -fno-inline -gdwarf-2 -dA -fpreprocessed" } */
/* { dg-final { scan-assembler-not "DW_AT_inlin
www.eeworm.com/read/162614/5530285
c dwarf2-macro.c
/* Test to make sure the mcaro info includes a start file command for the main source */
/* { dg-do compile } */
/* { dg-options "-g3 -gdwarf-2 -dA -fverbose-asm" } */
/* { dg-final { scan-assembler "
www.eeworm.com/read/162614/5530310
c asm-3.c
/* { dg-do compile } */
/* { dg-options "" } */
void f()
{
asm ("foo%%bar");
}
/* { dg-final { scan-assembler "foo%%bar" } } */
www.eeworm.com/read/162614/5530324
c builtin-fprintf-chk-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-fab" } */
typedef struct { int i; } FILE;
FILE *fp;
extern int __fprintf_chk (FILE *, int, const char *, ...);
volatile int vi0, vi1, vi2, vi3
www.eeworm.com/read/162614/5530331
c builtin-vfprintf-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-fab" } */
#include
typedef struct { int i; } FILE;
FILE *fp;
extern int vfprintf (FILE *, const char *, va_list);
volatile int vi0
www.eeworm.com/read/162614/5530375
c stdarg-2.c
/* First dg-final line after each function is for architectures that use
a struct {...} va_list[1] with separate GPR and FPR counters in the
structure. Second dg-final line is for architectures
www.eeworm.com/read/162614/5530472
c stdarg-3.c
/* First dg-final line after each function is for architectures that use
a struct {...} va_list[1] with separate GPR and FPR counters in the
structure. Second dg-final line is for architectures
www.eeworm.com/read/162614/5530553
c builtin-printf-chk-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-fab" } */
extern int __printf_chk (int, const char *, ...);
volatile int vi0, vi1, vi2, vi3, vi4, vi5, vi6, vi7, vi8, vi9, via;
void test (vo