Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/support/test.support/
H A Dtest_check_assertion.pass.cpp43 DeathCause cause = test_result.cause(); in TestDeathTest() local
65 #define TEST_DEATH_TEST(outcome, cause, ...) \ argument
67 #define TEST_DEATH_TEST_MATCHES(outcome, cause, matcher, ...) \ argument
/llvm-project/libcxx/test/support/
H A Dcheck_assertion.h99 bool IsValidCause(DeathCause cause) { in IsValidCause() argument
111 std::string ToString(DeathCause cause) { in ToString() argument
145 [[noreturn]] void StopChildProcess(DeathCause cause) { std::exit(static_cast<int>(cause)); } in StopChildProcess() argument
184 DeathCause cause() const { return cause_; } cause() function
204 DeathCause cause = Run(func); Run() local
228 PrintFailureDetails(std::string_view failure_description,std::string_view stmt,DeathCause cause) PrintFailureDetails() argument
354 for (auto cause : expected_causes) ExpectDeath() local
[all...]
/llvm-project/libcxxabi/src/
H A Dcxa_default_handlers.cpp24 static constinit const char* cause = "uncaught"; global() variable
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_mips64.cpp102 uint64_t cause; member
H A DRegisterContext_mips.h282 uint64_t cause; member
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp251 const char *cause = nullptr; in PrintStackAllocations() local