代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518898
c tinfo1.c
// Test if a local definition is in a linkonce/comdat section.
// { dg-do compile }
// { dg-final { scan-assembler "_ZTIP9CTemplateIhE\[: \t\n\]" } }
// { dg-final { scan-assembler-not "(.globl|.globa
www.eeworm.com/read/162614/5519452
c i386-pf-none-1.c
/* Test that data prefetch instructions are not generated for i386 variants
that do not support those instructions. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-require-effec
www.eeworm.com/read/162614/5521827
c visibility-1.c
/* Test visibility attribute on template member function
instantiations. */
/* { dg-do compile } */
/* { dg-options "-fvisibility=hidden" } */
/* { dg-require-visibility "" } */
/* { dg-final { sc
www.eeworm.com/read/162614/5522974
m encode-3.m
/* Method encoding tests for stand-alone @protocol declarations. */
/* Contributed by Ziemowit Laski . */
/* { dg-do run } */
#include
#ifdef __cplusplus
#define
www.eeworm.com/read/162614/5528016
c pr19121.c
typedef struct interpreter {
char Itokenbuf[256];
} PerlInterpreter;
static inline void S_missingterm(char *s)
{
char tmpbuf[3] = "";
char q;
if (!s)
s = tmpbuf;
q = strchr(s,'"') ? '\''
www.eeworm.com/read/162614/5528892
c vect-93.c
/* { dg-require-effective-target vect_float } */
#include
#include "tree-vect.h"
#define N 3001
int
main1 (float *pa)
{
int i;
for (i = 0; i < 3001; i++)
{
pa[i] = 2.0;
www.eeworm.com/read/162614/5528897
c vect-80.c
/* { dg-require-effective-target vect_float } */
#include
#include "tree-vect.h"
#define N 16
float fa[N] __attribute__ ((__aligned__(16)));
float fb[N+4] __attribute__ ((__aligned__(16)
www.eeworm.com/read/162614/5528908
c vect-69.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 32
struct s{
int m;
int n[N][N][N];
};
struct s2{
int m;
int n[N-1][N-1][N-1];
};
struc
www.eeworm.com/read/162614/5528926
c gnu89-init-2.c
/* Test whether __compound_literal.* objects are not emitted unless
they are actually needed. */
/* Origin: Jakub Jelinek */
/* { dg-do compile } */
/* { dg-options "-std=gnu89
www.eeworm.com/read/162614/5528938
c weak-12.c
/* Test for #pragma weak with declaration not at file scope. */
/* { dg-do compile } */
/* { dg-require-weak "" } */
/* { dg-options "" } */
/* { dg-final { scan-assembler "weak\[^ \t\]*\[ \t\]_?foo