Searched refs:code (Results 1 - 25 of 2808) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20050105-1.c8 foo (int code) argument
10 if (code >= 3)
11 switch (code)
21 switch (code)
H A Dpr14475.c6 enum tree_code code : 8; /* { dg-error "ISO C forbids forward references to" "forward ref" } */ member in struct:tree_common
7 /* { dg-error "type of bit-field .code. is a GCC extension" "extension" { target *-*-* } 6 } */
H A Ddecl-global-ext.c4 void mtherr (int code) argument
6 merror = code + 1;
H A Dpr34668-2.c4 struct optab { unsigned code; }; member in struct:optab
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/parse/
H A Dalign2.s1 .code
H A Dversionbug.s1 .code
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/unsorted/
H A Dfragbug.s1 .code
H A Dlocallabel.s1 .code
/haiku-buildtools/gcc/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/parse/
H A Dalign2.s1 .code
H A Dversionbug.s1 .code
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/unsorted/
H A Dfragbug.s1 .code
H A Dlocallabel.s1 .code
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr41900.c7 volatile unsigned code = 0xc3; local
9 ((void (*)(void)) &code) ();
/haiku-buildtools/gcc/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/haiku-buildtools/binutils/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/haiku-buildtools/binutils/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Denum1.C4 enum tree_code code : 8; // { dg-error "" } member in struct:tree_common
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-template8.C5 static void (* code ) (); member in struct:X
7 template <> void (* X<int>::code ) () = [](){}; variable
H A Dlambda-conv7.C6 static void (*code) (); member in struct:X
10 void (*X<T>::code) () = []{}; // Line 7 variable
13 void (*code) () = []{} ; // Line 10 member in struct:Y
14 void operator()() { code(); }
18 X<int>::code();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dvrp16.c10 int code; member in struct:rtx_def
15 if (x->code == 6 || x->code == 7)
16 if (x->code == 7)
17 if (x->code != 7)
H A Dpr64183.c11 int code = 0; local
13 while (code < max_code)
14 code |= ((unsigned int) (size >> (--bits)));
/haiku-buildtools/legacy/gcc/libiberty/
H A Dxexit.c30 xexit (code)
31 int code;
35 exit (code);
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/reloc/
H A Dblebug3.s1 .code
3 .import yabba,code
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/reloc/
H A Dblebug3.s1 .code
3 .import yabba,code

Completed in 106 milliseconds

1234567891011>>