Home
last modified time | relevance | path

Searched refs:FailureType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp26 if (State->FailureType != Error::UNKNOWN && State->FailureAddress != 0) in __gwp_asan_error_is_mine()
52 if (State->FailureType != Error::UNKNOWN) in __gwp_asan_diagnose_error()
53 return State->FailureType; in __gwp_asan_diagnose_error()
H A Dcommon.h144 Error FailureType = Error::UNKNOWN; member
H A Dguarded_pool_allocator.cpp262 State.FailureType = E; in trapOnAddress()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Dcrash_handler_api.cpp137 State.FailureType = Error::DOUBLE_FREE; in TEST_F()
152 State.FailureType = Error::INVALID_FREE; in TEST_F()
165 State.FailureType = Error::INVALID_FREE; in TEST_F()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-internal-utils.cc96 void ReportFailure(FailureType type, const char* file, int line, in ReportFailure()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h253 enum FailureType {
260 virtual void ReportFailure(FailureType type, const char* file, int line,