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

/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dttest.c118 int this_fail; local
131 this_fail = 0;
140 this_fail += (int) (uintptr_t) ret;
143 printf ("%s: threaded backtrace_full noinline\n", this_fail > 0 ? "FAIL" : "PASS");
145 failures += this_fail;
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dttest.c118 int this_fail; local
131 this_fail = 0;
140 this_fail += (int) (uintptr_t) ret;
143 printf ("%s: threaded backtrace_full noinline\n", this_fail > 0 ? "FAIL" : "PASS");
145 failures += this_fail;
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dttest.c118 int this_fail; local
131 this_fail = 0;
140 this_fail += (int) (uintptr_t) ret;
143 printf ("%s: threaded backtrace_full noinline\n", this_fail > 0 ? "FAIL" : "PASS");
145 failures += this_fail;

Completed in 133 milliseconds