Searched refs:failed (Results 1 - 25 of 179) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vmx/
H A Dharness.h9 static int failed; variable
17 failed++;
26 if (failed)
H A Dbug-1.c11 static int failed; variable
26 failed++;
36 if (failed)
H A Dsn7153.c10 static int failed; variable
30 if (failed)
49 failed++;
63 failed++;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmaccom6.c15 failed
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dmaccom6.c15 failed
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dappend_1.f905 subroutine failed subroutine
8 end subroutine failed
29 if (i + 1 /= j) call failed
31 if (i > n + 1) call failed
33 if (i /= n) call failed
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dassert2.d3 # error: assert failed
/haiku-buildtools/gcc/libbacktrace/
H A Dbtest.c77 int failed; member in struct:bdata
87 int failed; member in struct:sdata
96 int failed; member in struct:symdata
128 const char *want_function, int *failed)
130 if (*failed)
136 *failed = 1;
143 *failed = 1;
149 *failed = 1;
155 *failed = 1;
171 data->failed
127 check(const char *name, int index, const struct info *all, int want_lineno, const char *want_function, int *failed) argument
[all...]
H A Dfileline.c55 int failed; local
62 failed = state->fileline_initialization_failed;
64 failed = backtrace_atomic_load_int (&state->fileline_initialization_failed);
66 if (failed)
68 error_callback (data, "failed to read executable information", -1);
131 failed = 1;
134 if (!failed)
138 failed = 1;
141 if (failed)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/
H A Dtest_m256_returning.c21 unsigned failed = 0; local
29 printf ("fail m256\n"), failed++;
30 if (failed)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/
H A D2.cc43 VERIFY( !ostrb_it01.failed() );
46 VERIFY( !ostrb_it01.failed() );
48 VERIFY( !ostrb_it01.failed() );
50 VERIFY( !ostrb_it01.failed() );
53 VERIFY( ostrb_it02.failed() );
56 VERIFY( ostrb_it02.failed() );
58 VERIFY( ostrb_it02.failed() );
60 VERIFY( ostrb_it02.failed() );
66 VERIFY( !ostrb_it27.failed() );
70 VERIFY( !ostrb_it27.failed() );
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/
H A Dtest_m512_returning.c21 unsigned failed = 0; local
29 printf ("fail m512\n"), failed++;
30 if (failed)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr70963.c11 static int failed; variable
18 failed++;
26 if (failed)
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dgcov.exp45 set failed 0
60 incr failed
63 incr failed
70 return $failed
86 set failed 0
110 incr failed
114 incr failed
118 incr failed
122 incr failed
124 return $failed
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_m64m128_returning.c30 unsigned failed = 0; local
42 printf ("fail m64\n"), failed++;
50 printf ("fail m128\n"), failed++;
51 if (failed)
/haiku-buildtools/isl/
H A Dcodegen_test.sh.in6 failed=0
18 diff -uw $ref $test && rm $test) || failed=1
21 test $failed -eq 0 || exit
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) argument
72 * (bfd_boolean *) failed = TRUE;
79 bfd_boolean failed = FALSE; local
82 bfd_map_over_sections (abfd, check_for_relocs, & failed);
84 if (failed)
H A Delf64-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) argument
72 * (bfd_boolean *) failed = TRUE;
79 bfd_boolean failed = FALSE; local
82 bfd_map_over_sections (abfd, check_for_relocs, & failed);
84 if (failed)
/haiku-buildtools/binutils/bfd/
H A Delf64-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) argument
73 * (bfd_boolean *) failed = TRUE;
80 bfd_boolean failed = FALSE; local
83 bfd_map_over_sections (abfd, check_for_relocs, & failed);
85 if (failed)
H A Delf32-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) argument
73 * (bfd_boolean *) failed = TRUE;
80 bfd_boolean failed = FALSE; local
83 bfd_map_over_sections (abfd, check_for_relocs, & failed);
85 if (failed)
/haiku-buildtools/gcc/contrib/reghunt/examples/
H A Dreg-watch.awk23 /build failed for/ {
24 sub(".*build failed for ","")
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-selective/
H A Dselective.exp77 set failed 0
160 set failed 1
169 set failed 1
176 set failed 1
183 if { $failed != 0 } {
194 set failed 1
204 set failed 1
210 if { $failed == 0 } {
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug401.go31 panic("not-inlined complex call failed")
37 panic("potentially inlined complex call failed")
43 panic("potentially inlined complex call failed")
H A Dbug419.go8 // gccgo failed to compile this.
H A Dbug420.go8 // gccgo failed to compile this.

Completed in 89 milliseconds

12345678