Searched refs:failure (Results 1 - 25 of 145) sorted by relevance

123456

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dios_failure.cc26 // ISO C++ 14882:1998: 27.4.2.1.1 Class ios_base::failure
36 ios_base::failure::failure(const string& __str) throw() function in class:ios_base::failure
39 ios_base::failure::~failure() throw()
43 ios_base::failure::what() const throw()
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/pch/
H A Dimport-1a.h2 #error import-1a failure
H A Dimport-1b.h2 #error import-1b failure
H A Dimport-1c.h3 #error import-1c failure
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash15.C25 class failure class
28 failure(const basic_string& __str);
36 throw failure ("");
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/
H A Dpr29609-2.c2 /* Verify that breakpoint on both goto failure; stmts is hit.
30 goto failure;
33 goto failure;
37 failure:
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dpr29609-2.c2 /* Verify that breakpoint on both goto failure; stmts is hit. */
27 goto failure;
30 goto failure;
34 failure:
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dipa-icf-14.c18 failure:
25 void *l = &&failure;
34 failure:
H A Dipa-icf-15.c18 failure:
34 failure:
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcxx11-ios_failure.cc26 // ISO C++ 14882:2011: 27.5.3.1.1 Class ios_base::failure
78 ios_base::failure::failure(const string& __str) function in class:ios_base::failure
81 ios_base::failure::failure(const string& __str, const error_code& __ec) function in class:ios_base::failure
84 ios_base::failure::failure(const char* __str, const error_code& __ec) function in class:ios_base::failure
87 ios_base::failure::~failure()
91 ios_base::failure
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/failure/
H A Dcons_virtual_derivation.cc25 typedef std::ios_base::failure test_type;
H A Dwhat-2.cc28 class fuzzy_logic : public std::ios_base::failure
31 fuzzy_logic() : std::ios_base::failure("whoa") { }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr65475_0.C7 class __attribute((__abi_tag__("cxx11"))) failure : A {};
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dunresolved-2.d1 #name: SB relocations failure test
H A Dgroup-relocs-alu-bad.d1 #name: ALU group relocations failure test
H A Dgroup-relocs-ldc-bad.d1 #name: LDC group relocations failure test
H A Dgroup-relocs-alu-bad-2.d1 #name: ALU group relocations failure test
H A Dgroup-relocs-ldc-bad-2.d1 #name: LDC group relocations failure test
H A Dgroup-relocs-ldr-bad-2.d1 #name: LDR group relocations failure test
H A Dgroup-relocs-ldr-bad.d1 #name: LDR group relocations failure test
H A Dgroup-relocs-ldrs-bad-2.d1 #name: LDRS group relocations failure test
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dlinux-atomic-64bit.c75 int failure; \
81 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \
82 } while (failure != 0); \
104 int failure; \
110 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \
111 } while (failure != 0); \
127 int failure; local
137 failure = __kernel_cmpxchg64 (&actual_oldval, &newval, ptr);
139 if (__builtin_expect (!failure, 1))
150 int failure local
157 int failure; local
[all...]
/haiku-buildtools/gcc/libgcc/config/pa/
H A Dlinux-atomic.c119 long failure; \
124 failure = __kernel_cmpxchg2 (ptr, &tmp, &newval, INDEX); \
125 } while (failure != 0); \
156 long failure; \
161 failure = __kernel_cmpxchg2 (ptr, &tmp, &newval, INDEX); \
162 } while (failure != 0); \
193 long failure; \
197 failure = __kernel_cmpxchg (ptr, tmp, PFX_OP (tmp INF_OP val)); \
198 } while (failure != 0); \
215 long failure; \
291 long failure = __kernel_cmpxchg (ptr, oldval, newval); local
317 long failure; local
348 long failure; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr27373.c14 _Bool failure; local
15 cp_assert ( &t, &routinep, error, &failure);
16 if (failure == 0)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A Dintrinsic-unix-erf.f34 subroutine failure(label) subroutine
35 c Report failure and set flag
48 call failure(label)
58 call failure(label)

Completed in 185 milliseconds

123456