代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5522981
m const-str-10.m
/* Test if ObjC constant string layout is checked properly, regardless of how
constant string classes get derived. */
/* Contributed by Ziemowit Laski */
/* { dg-options "-fne
www.eeworm.com/read/162614/5528739
c funcorder.c
/* { dg-do compile } */
/* { dg-options "-O2 -funit-at-a-time" } */
/* { dg-final { if [ istarget hppa*-*-* ] { scan-assembler-not "link_error,%r" { xfail hppa*64*-*-* } } else { scan-assembler-not "l
www.eeworm.com/read/162614/5528760
c vect-62.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
int main1 ()
{
int i, j;
int ib[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45};
int
www.eeworm.com/read/162614/5528937
c weak-1.c
/* { dg-do compile } */
/* { dg-require-weak "" } */
/* { dg-options "-fno-common" } */
/* { dg-final { scan-assembler "weak\[^ \t\]*\[ \t\]_?a" } } */
/* { dg-final { scan-assembler "weak\[^ \t\]*\[
www.eeworm.com/read/162614/5528942
c weak-4.c
/* { dg-do compile } */
/* { dg-require-weak "" } */
/* { dg-options "-fno-common" } */
/* { dg-final { scan-assembler "weak\[^ \t\]*\[ \t\]_?vfoo1a" } } */
/* { dg-final { scan-assembler "weak\[^ \t
www.eeworm.com/read/162614/5528943
c weak-5.c
/* { dg-do compile } */
/* { dg-require-weak "" } */
/* { dg-require-alias "" } */
/* { dg-options "-fno-common" } */
/* { dg-final { scan-assembler "weak\[^ \t\]*\[ \t\]_?vfoo1a" } } */
/* { dg-fina
www.eeworm.com/read/162614/5529264
c asm3.c
/* Test for complex asm statements. Make sure it compiles
then test for some of the asm statements not being translated. */
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } }
www.eeworm.com/read/162614/5529868
c opt-4.c
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-require-effective-target tls } */
struct A
{
int a1;
int a2;
};
extern __thread const unsigned char *tcc1, **tcc2;
extern inline const
www.eeworm.com/read/162614/5529896
c attr-alwaysinline.c
/* Test always_inline attribute, which forces inlining of functions
even at no optimization. */
/* Origin: Aldy Hernandez . */
/* { dg-do compile } */
/* { dg-options "-O0" } */
www.eeworm.com/read/162614/5530176
c cris-volatile-1.c
/* Copyright (C) 2003 Free Software Foundation.
Check that size-optimizations for move insns (specifically peephole
optimizations) aren't applied to volatile objects in the CRIS port.
Origin