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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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" "" } */ member in struct:tree_common
7 /* { dg-error "type of bit-field .code. is a GCC 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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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 "" "" } */ member in struct:tree_common
H A Ddecl-global-ext.c4 void mtherr (int code) argument
6 merror = code + 1;
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/infback9/
H A Dinffix9.h12 static const code lenfix[512] = {
101 static const code distfix[32] = {
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dinffixed.h12 static const code lenfix[512] = {
89 static const code distfix[32] = {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dinffixed.h12 static const code lenfix[512] = {
89 static const code distfix[32] = {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/hppa/parse/
H A Dalign2.s1 .code
H A Dversionbug.s1 .code
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/hppa/unsorted/
H A Dfragbug.s1 .code
H A Dlocallabel.s1 .code
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr41900.c7 volatile unsigned code = 0xc3; local
9 ((void (*)(void)) &code) ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netbsd-6-1-5-RELEASE/external/bsd/fetch/dist/libfetch/
H A Derrlist.sh5 while read code type msg; do
6 [ "${code}" = "#" ] && continue
7 printf "\t{ ${code}, FETCH_${type}, \"${msg}\" },\n"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lookup/
H A Denum1.C4 enum tree_code code : 8; // { dg-error "" } member in struct:tree_common
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/lookup/
H A Denum1.C4 enum tree_code code : 8; // { dg-error "" } member in struct:tree_common
/netbsd-6-1-5-RELEASE/share/i18n/esdb/
H A DMakefile.part3 .for code in ${CODE} # XXX: immediately expand ${CODE}
5 PARTFILE_${code}?= ${.CURDIR}/${code}/${code}.part
6 ALIASFILE_${code}?= ${.CURDIR}/${code}/${code}.alias
7 SEP_${code}?= -
8 SUBDIR_${code}?= ${code}
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Derror.c12 * 1. Redistributions of source code must retain the above copyright
41 _kadm5_error_code(kadm5_ret_t code) argument
43 switch(code){
49 return code;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/hppa/reloc/
H A Dblebug3.s1 .code
3 .import yabba,code

Completed in 203 milliseconds

1234567891011>>