Searched refs:print_all (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic33.C2 void print_all() {} function
5 void print_all(const T& t, const Rest&... rest) function
7 print_all(rest...);
12 print_all();
13 print_all(1);
14 print_all(1, 3.14159);
15 print_all("Hello, World!", 17, 3.14159);
/haiku-buildtools/isl/
H A Dbound.c10 int print_all; member in struct:bound_options
18 ISL_ARG_BOOL(struct bound_options, print_all, 'A', "print-all", 0, NULL)
75 FILE *out = vpb->options->print_all ? stdout : stderr;
130 if (vpb->options->print_all || !ok) {
213 if (!options->print_all) {
227 if (!options->print_all)
/haiku-buildtools/gcc/gmp/tests/devel/
H A Dtry.c79 segv occurs. (This should be more reliable than the current print_all()
1913 print_all (void) function
2031 print_all();
2557 print_all();
2701 print_all();
2711 print_all();
2727 print_all();
2839 /* Usually print_all() doesn't show much, but it might give a hint as to
2863 print_all ();
2867 print_all ();
[all...]

Completed in 48 milliseconds