HomeSort by: relevance | last modified time | path
    Searched refs:this_fail (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libbacktrace/
ttest.c 118 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;
  /src/external/gpl3/gcc.old/dist/libbacktrace/
ttest.c 118 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;
  /src/external/gpl3/gdb/dist/libbacktrace/
ttest.c 118 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;
  /src/external/gpl3/gdb.old/dist/libbacktrace/
ttest.c 118 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 25 milliseconds