Searched refs:rest (Results 1 - 25 of 105) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-ex12.C3 void f(Types... rest);
6 void g(Types... rest) { argument
7 f(&rest...); // ``&rest...'' is a pack expansion, ``&rest'' is its pattern
H A Dvariadic33.C5 void print_all(const T& t, const Rest&... rest) argument
7 print_all(rest...);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A D20000209-2.c4 Since it uses rest args, we must turn off -pedantic-errors. */
6 #define NO_PAREN(rest...) rest
H A Dmacsyntx.c10 o Odd GNU rest args behavior.
11 o Macro arguments do not flow into the rest of the file. */
58 /* This tests two oddities of GNU rest args - omitting a comma is OK,
59 and backtracking a token on pasting an empty rest args. */
60 #define rest(x, y...) x ## y /* { dg-warning "ISO C" } */ macro
61 rest(ichi,) /* OK. */
62 rest(ichi) /* { dg-warning "requires at least one" } */
63 #if 23 != rest(2, 3) /* OK, no warning. */
67 /* Test that we don't allow arguments to flow into the rest of the
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dmacro-pld.s1 .macro foo arg, rest:vararg
2 \rest
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dthumb-bitfld1.c11 unsigned rest : 28; member in struct:foo
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dext.c16 unsigned rest : 28; member in struct:foo
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D38399.cc45 string rest = string(iter, istreambuf_iterator<char>()); local
47 VERIFY( rest == ".455" );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D38399.cc45 wstring rest = wstring(iter, istreambuf_iterator<wchar_t>()); local
47 VERIFY( rest == L".455" );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr2/bases/
H A Dvalue.cc54 typedef tl1::rest::type tl1_rest;
56 typedef tl2::rest::type tl2_rest;
74 typedef tl::rest::type tl2;
76 typedef tl2::rest::type tl3;
78 typedef tl3::rest::type tl4;
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dnm.exp58 while {[regexp "(\[a-zA-Z\]) (\[a-z_\]*_symbol)(.*)" $got all type symbol rest]} {
60 set got $rest
85 while {[regexp "(\[a-z_\]*_symbol)(.*)" $got all symbol rest]} {
87 set got $rest
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dgc5.C18 auto join (T t, U u, V v, Rest... rest) -> decltype (join (join (t, u), v, rest...));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/array/requirements/
H A Dnon_default_constructible.cc47 super_union<Tail...> rest; member in union:super_union
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr2/direct_bases/
H A Dvalue.cc54 typedef tl1::rest::type tl1_rest;
56 typedef tl2::rest::type tl2_rest;
74 typedef tl::rest::type tl2;
76 typedef tl2::rest::type tl3;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/
H A D64422.cc43 wchar_t rest[] = L"rest"; local
44 w.replace (w.begin (), w.end (), rest, rest + 4);
/haiku-buildtools/gcc/gcc/
H A Dtree-affine.c86 comb->rest = NULL_TREE;
142 if (comb->rest)
150 comb->elts[comb->n].val = comb->rest;
151 comb->rest = NULL_TREE;
155 comb->rest = fold_build2 (MULT_EXPR, type, comb->rest,
186 if (comb->rest)
190 comb->elts[comb->n].val = comb->rest;
191 comb->rest = NULL_TREE;
215 if (comb->rest)
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dweakref1g.d9 # the rest of this file is generated with the following script:
H A Dweakref1l.d8 # the rest of this file is generated with the following script:
H A Dweakref1u.d8 # the rest of this file is generated with the following script:
H A Dweakref1w.d7 # the rest of this file is generated with the following script:
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dweakref1g.d9 # the rest of this file is generated with the following script:
H A Dweakref1l.d8 # the rest of this file is generated with the following script:
/haiku-buildtools/isl/
H A Disl_map_piplib.c177 * rest: collects the empty leaves of the quast (if not NULL)
182 struct isl_set **rest; member in struct:scan_data
238 } else if (data->rest) {
244 *data->rest = isl_set_add_basic_set(*data->rest, bset);
265 struct isl_set **rest)
279 data.rest = rest;
298 if (rest) {
299 *rest
262 isl_map_from_quast(struct isl_ctx *ctx, PipQuast *q, isl_space *keep_dim, struct isl_basic_set *context, struct isl_set **rest) argument
[all...]
/haiku-buildtools/binutils/bfd/
H A Dmep-relocs.pl51 if (($pre,$rel,$rest) = /(.*RELOC_NUMBER \()([^,]+), *\d+(.*)/) {
52 $rest =~ s/[\r\n]+$//;
53 print (MEPHO "$pre$rel, $val$rest\n") || die("mep.h.new write: $!");
58 $rest =~ s@.*/\* @@;
59 ($pattern, $sign, $attrs) = $rest =~ m@(.*) ([US]) (.*)\*/@;
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dnm.exp58 while {[regexp "(\[a-zA-Z\]) (\[a-z_\]*_symbol)(.*)" $got all type symbol rest]} {
60 set got $rest
85 while {[regexp "(\[a-z_\]*_symbol)(.*)" $got all symbol rest]} {
87 set got $rest

Completed in 106 milliseconds

12345