代码搜索:Because

找到约 10,000 项符合「Because」的源代码

代码结果 10,000
www.eeworm.com/read/233448/4682377

c 20030828-2.c

struct rtx_def { int code; }; main() { int tmp[2]; struct rtx_def *r, s; int *p, *q; /* The alias analyzer was creating the same memory tag for r, p and q because 'struct rtx_def *' i
www.eeworm.com/read/233448/4683245

c 20020309-2.c

/* This testcase ICEd on IA-32 at -O2, because loop was calling convert_modes between a MODE_FLOAT and MODE_INT class modes. */ typedef union { double d; long long ll; } A; void foo (A x, A
www.eeworm.com/read/233448/4683721

c 20020411-1.c

/* PR c/6223 This testcase ICEd in internal check because a constant was not truncated for its mode. */ /* { dg-do compile } */ /* { dg-options "-O2" } */ /* { dg-options "-O2 -march=i686" { ta
www.eeworm.com/read/233448/4685257

c 20020523-1.c

/* APPLE LOCAL file mainline */ /* PR target/6753 This testcase was miscompiled because sse_mov?fcc_const0* patterns were missing earlyclobber. */ /* { dg-do run { target i?86-*-* x86_64-*-* }
www.eeworm.com/read/233448/4685554

c 20020310-1.c

/* PR optimization/5844 This testcase was miscompiled because of an rtx sharing bug. */ /* { dg-do run } */ /* { dg-options "-O2" } */ /* { dg-options "-O2 -mtune=i586" { target i?86-*-* } } */ /*
www.eeworm.com/read/233448/4686153

c 20020116-1.c

/* This testcase ICEd on Alpha because ldq_u argument was not subject to small_symbolic_mem_operand splitting. */ /* { dg-do compile } */ /* { dg-options "-O2" } */ /* { dg-options "-O2 -fpic -mex
www.eeworm.com/read/232817/4696149

h module.h

#ifndef _MODULE_H #define _MODULE_H //#ifndef _MODULE_ #include ////***NEED TO DO PORTING ZHOU YA JIN #include // Ram - I am including the following file here because the co
www.eeworm.com/read/231546/4715215

vim maple.vim

" Vim syntax file " Language: Maple V (based on release 4) " Maintainer: Dr. Charles E. Campbell, Jr. " Last Change: October 16, 1998 " " Because there are a lot o
www.eeworm.com/read/216802/4884438

h region.h

#ifndef __WIN32K_REGION_H #define __WIN32K_REGION_H #include "gdiobj.h" /* Internal region data. Can't use RGNDATA structure because buffer is allocated statically */ typedef struct _ROSRGND
www.eeworm.com/read/209559/4968258

h msgbuf.h

#ifndef _X8664_MSGBUF_H #define _X8664_MSGBUF_H /* * The msqid64_ds structure for x86-64 architecture. * Note extra padding because this structure is passed back and forth * between kernel and us