代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5528907
c vect-54.c
/* { dg-require-effective-target vect_float } */
#include
#include "tree-vect.h"
#define N 256
void bar (float *pa, float *pb, float *pc)
{
int i;
/* check results: */
for (i = 0
www.eeworm.com/read/162614/5529002
c asm-names.c
/* The name specified by an asm("...") suffix on a declaration is not
to have an underscore prefixed, even if normal symbols are.
Problem reported by Krister Walfridsson . */
/
www.eeworm.com/read/162614/5529098
c arm-scd42-1.c
/* Verify that mov is preferred on XScale for loading a 1 byte constant. */
/* { dg-do compile { target xscale-*-* } } */
/* { dg-options "-mcpu=xscale -O" } */
unsigned load1(void) __attribute__ ((n
www.eeworm.com/read/162614/5529143
c h8300-bss-align-1.c
/* Make sure that the H8 backend does align zero initialized variables. */
/* { dg-do compile { target h8300-*-* } } */
/* { dg-options "" } */
struct s {
char a, b;
long c;
};
struct s s = {0};
www.eeworm.com/read/162614/5529260
c builtin2.c
/* Ensure that transformations of *printf are performed correctly
regardless of -fexec-charset. See PR 25120. */
/* { dg-do compile } */
/* { dg-require-iconv "IBM1047" } */
/* { dg-options "-O2
www.eeworm.com/read/162614/5529355
c pragma-ep-3.c
/* { dg-do compile { target alpha*-*-osf5* } } */
/* { dg-final { scan-assembler ",Xfoo" } } */
#pragma extern_prefix "X"
void foo(void) __attribute__((noreturn));
void foo(void) __attribute__((noret
www.eeworm.com/read/162614/5530118
c cleanup-6.c
/* { dg-do compile } */
/* { dg-options "-O" } */
/* Verify that a cleanup marked "inline" gets inlined. */
static inline void xyzzy(void *p __attribute__((unused)))
{
}
void doit(void)
{
int x _
www.eeworm.com/read/162614/5530276
c dwarf-die2.c
/* Verify that inline function never actually emit has no DIE. */
/* { dg-do compile } */
/* { dg-options "-O0 -gdwarf-2 -dA" } */
/* { dg-final { scan-assembler-not "CIE Version" } } */
static inlin
www.eeworm.com/read/162614/5530502
c 20030709-2.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-cddce" } */
struct rtx_def;
typedef struct rtx_def *rtx;
union tree_node;
typedef union tree_node *tree;
typedef struct mem_attrs
{
int f
www.eeworm.com/read/162614/5530556
c asm-3.c
/* PR 17739 */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
#ifdef __hppa__
#define REGISTER "1"
#else
#define REGISTER "0"
#endif
static inline int source(void)
{
regi