Home
last modified time | relevance | path

Searched defs:failure (Results 1 – 12 of 12) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dcmpxchg_loop.h25 std::memory_order failure) { in cmpxchg_weak_loop()
50 std::memory_order failure) { in c_cmpxchg_weak_loop()
/llvm-project/lldb/test/API/commands/command/source/
H A DTestCommandSource.py31 def check_results(self, failure=False): argument
/llvm-project/flang/test/Semantics/
H A Dfailed_images.f9011 integer, allocatable :: failure(:) variable
/llvm-project/libc/test/UnitTest/
H A DExecuteFunction.h25 const char *failure = nullptr; global() member
/llvm-project/libcxx/src/
H A Dios.cpp56 ios_base::failure::failure(const string& msg, const error_code& ec) : system_error(ec, msg) {} in failure() function in ios_base::failure
58 ios_base::failure::failure(const char* msg, const error_code& ec) : system_error(ec, msg) {} in failure() function in ios_base::failure
/llvm-project/libc/src/sys/auxv/linux/
H A Dgetauxval.cpp51 bool failure; global() member in LIBC_NAMESPACE::AuxvErrnoGuard
/llvm-project/libc/src/unistd/
H A Dgetopt.cpp94 auto failure = [&ctx](int ret = -1) { getopt_r() local
/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h186 static InlineResult failure(const char *Reason) { failure() function
/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c220 void *desired, int success, int failure) { in __atomic_compare_exchange_c()
/llvm-project/mlir/tools/mlir-tblgen/
H A DBytecodeDialectGen.cpp200 emitParseHelper(StringRef kind,StringRef returnType,StringRef builder,ArrayRef<Init * > args,ArrayRef<std::string> argNames,StringRef failure,mlir::raw_indented_ostream & ios) emitParseHelper() argument
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp411 Block *failure = failureBlockStack.back(); in generate() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2587 const TestPartResult& failure) in GoogleTestFailureException()