Searched refs:APPEND (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dgrant.c34 #define APPEND(X,Y) X = append (X, Y) macro
44 APPEND (X, ";\n"); \
151 res = APPEND (res, inout->str);
162 APPEND (gstring, "<> USE_SEIZE_FILE \"");
163 APPEND (gstring, seize_filename);
164 APPEND (gstring, "\" <>\n");
179 APPEND (result, " NOPACK");
185 APPEND (result, " PACK");
189 APPEND (result, " ");
193 APPEND (resul
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Duninit-6.c21 #define APPEND(TREE, LAST, TYPE, VALUE) \ macro
42 APPEND(rv, field, INTEGER_T, a); /* { dg-bogus "field" "uninitialized variable warning" } */
43 APPEND(rv, field, PTR_T, b);
44 APPEND(rv, field, INTEGER_T, c);
H A Duninit-6-O0.c21 #define APPEND(TREE, LAST, TYPE, VALUE) \ macro
42 APPEND(rv, field, INTEGER_T, a);
43 APPEND(rv, field, PTR_T, b);
44 APPEND(rv, field, INTEGER_T, c);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Darith-3.c17 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF) macro
130 #define TARG_MAX APPEND (MAX_INT, L)
131 #define TARG_MAX_U APPEND (MAX_INT, UL)
132 #define UTARG_MAX APPEND (MAX_UINT, L)
133 #define UTARG_MAX_U APPEND (MAX_UINT, UL)
/haiku-buildtools/legacy/gcc/gcc/
H A Dcppinit.c191 #define APPEND(pend, list, elt) \ macro
197 #define APPEND(pend, list, elt) \ macro
498 case QUOTE: APPEND (pend, quote, new); break;
499 case BRACKET: APPEND (pend, brack, new); break;
500 case SYSTEM: APPEND (pend, systm, new); break;
501 case AFTER: APPEND (pend, after, new); break;
1243 APPEND (opts->pending, imacros, o);
1562 APPEND (opts->pending, define, o);
1588 APPEND (opts->pending, assert, o);
1637 APPEND (opt
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-m68k.c2360 #define APPEND(STRING) \
2363 APPEND (_("invalid instruction for this architecture; needs "));
2367 APPEND ("ColdFire ISA_A");
2370 APPEND ("ColdFire ");
2371 APPEND (_("hardware divide"));
2374 APPEND ("ColdFire ISA_A+");
2377 APPEND ("ColdFire ISA_B");
2380 APPEND ("ColdFire ISA_C");
2383 APPEND ("ColdFire fpu");
2386 APPEND ("M68
2359 #define APPEND macro
2441 #undef APPEND macro
[all...]
H A Dtc-rl78.c547 #define APPEND(B, N_B) \ macro
602 APPEND (prefix, n_prefix);
603 APPEND (base, n_base);
604 APPEND (ops, n_ops);
H A Dtc-rx.c1019 #define APPEND(B, N_B) \
1151 APPEND (base, n_base);
1152 APPEND (ops, n_ops);
1018 #define APPEND macro
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m68k.c2019 #define APPEND(STRING) \
2022 APPEND (_("invalid instruction for this architecture; needs "));
2026 APPEND (_("ColdFire ISA_A"));
2029 APPEND (_("ColdFire hardware divide"));
2032 APPEND (_("ColdFire ISA_A+"));
2035 APPEND (_("ColdFire ISA_B"));
2038 APPEND (_("ColdFire fpu"));
2041 APPEND (_("M68K fpu"));
2044 APPEND (_("M68K mmu"));
2047 APPEND (
2018 #define APPEND macro
2091 #undef APPEND macro
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dio.c1914 static const char *access_gnu[] = { "APPEND", NULL };
2072 static const char *position[] = { "ASIS", "REWIND", "APPEND", NULL };
/haiku-buildtools/gcc/gcc/jit/
H A Djit-recording.c1856 #define APPEND(CH) do { gcc_assert (len < sz); tmp[len++] = (CH); } while (0) macro
1857 APPEND('"'); /* opening quote */
1862 APPEND('\\');
1863 APPEND(ch);
1865 APPEND('"'); /* closing quote */
1866 #undef APPEND macro
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc8436 Expression* append = Runtime::make_call(Runtime::APPEND, location, 4,

Completed in 188 milliseconds