Searched refs:def (Results 1 - 25 of 511) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmaccom1.c9 #/**/define def passed macro
11 def
H A Dmaccom2.c10 #define/**/def passed macro
12 def
H A Dmaccom3.c9 #define def(x /**/, y) passed macro
11 def(x,y)
H A Dmaccom4.c10 #define def /* passed */ macro
12 def
H A D20000627-1.c7 #def\
H A Dassert2.c23 #if #abc[def] /* { dg-error "9:is not valid" "test with malformed answer" } */
H A Dmaccom5.c10 #define def // passed macro
12 def:
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dmaccom1.c9 #/**/define def passed macro
11 def
H A Dmaccom2.c10 #define/**/def passed macro
12 def
H A Dmaccom3.c9 #define def(x /**/, y) passed macro
11 def(x,y)
H A Dmaccom4.c10 #define def /* passed */ macro
12 def
H A Dassert2.c23 #if #abc[def] /* { dg-error "not valid in" "bad syntax" } */
/haiku-buildtools/gcc/libgcc/
H A Dmkheader.sh30 for def in $DEFINES; do
31 echo "#ifndef $def" | sed 's/=.*//'
32 echo "# define $def" | sed 's/=/ /'
H A Dmkmap-flat.awk53 def[$3] = 1;
101 if (def[sym] || (pe_dll && def["_" sym]))
/haiku-buildtools/binutils/
H A Dsetup.com10 $ set def [.bfd]
12 $ set def [-.libiberty]
14 $ set def [-.opcodes]
16 $ set def [-.binutils]
18 $ set def [-.gas]
20 $ set def [-]
24 $ set def [.bfd]
26 $ set def [-.libiberty]
28 $ set def [-.opcodes]
30 $ set def [
[all...]
/haiku-buildtools/binutils/include/opcode/
H A Dvisium.h43 #define def (MASK_DEF | MASK_GR5 | MASK_GR6) macro
234 { "adc.b", mode_dab, class3|(1<<21)|(1), def },
235 { "adc.l", mode_dab, class3|(1<<21)|(4), def },
236 { "adc.w", mode_dab, class3|(1<<21)|(2), def },
237 { "add.b", mode_dab, class3|(0<<21)|(1), def },
238 { "add.l", mode_dab, class3|(0<<21)|(4), def },
239 { "add.w", mode_dab, class3|(0<<21)|(2), def },
240 { "addi", mode_ai, class2, def },
241 { "and.b", mode_dab, class3|(10<<21)|(1), def},
242 { "and.l", mode_dab, class3|(10<<21)|(4), def },
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgenconstants.c39 struct md_constant *def = (struct md_constant *) *slot; local
41 if (!def->parent_enum)
42 printf ("#define %s %s\n", def->name, def->value);
52 struct enum_type *def; local
56 def = (struct enum_type *) *slot;
57 printf ("\nenum %s {", def->name);
58 for (value = def->values; value; value = value->next)
60 printf ("\n %s = %s", value->def->name, value->def
[all...]
H A Dgenenums.c32 struct enum_type *def; local
35 def = (struct enum_type *) *slot;
36 printf ("\nconst char *const %s_strings[] = {", def->name);
37 for (value = def->values; value; value = value->next)
39 printf ("\n \"%s\"", value->def->name);
/haiku-buildtools/gcc/zlib/examples/
H A Dfitblk.c70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def) argument
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def) argument
113 def
134 z_stream def, inf; /* zlib deflate and inflate states */ local
[all...]
/haiku-buildtools/binutils/zlib/examples/
H A Dfitblk.c70 /* compress from file to def until provided buffer is full or end of
73 local int partcompress(FILE *in, z_streamp def) argument
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
86 ret = deflate(def, flush);
88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH);
92 /* recompress from inf's input to def's output; the input for inf and
93 the output for def are set in those structures before calling;
96 local int recompress(z_streamp inf, z_streamp def) argument
113 def
134 z_stream def, inf; /* zlib deflate and inflate states */ local
[all...]
/haiku-buildtools/legacy/binutils/ld/
H A Ddeffilep.y1 %{ /* deffilep.y - parser for .def files */
257 static def_file *def;
297 def = add_to;
301 def = def_file_empty ();
307 def_file_free (def);
319 def_file_add_directive (def, d->name, d->len);
322 return def;
326 def_file_free (def_file *def)
330 if (!def)
332 if (def
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dcofftag.s22 .def _token
27 .def _operator
32 .def _flags
37 .def .eos
49 .def _token
54 .def _what
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dcofftag.s22 .def _token
27 .def _operator
32 .def _flags
37 .def .eos
49 .def _token
54 .def _what
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global.C27 def(, fn, 2)
33 def(, fn, 2)
44 def(, fn, 1)
50 def(, fn, 1)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddollar_sym_2.f9010 common /abc$def/ PLT$C_HOUSTPIX, PLT$C_COMMAND

Completed in 67 milliseconds

1234567891011>>