Home
last modified time | relevance | path

Searched refs:ReportFailure (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/tools/scan-view/share/
H A DReporter.py12 class ReportFailure(Exception): class
121 raise ReportFailure('No "To" address specified.')
123 raise ReportFailure('No "From" address specified.')
142 raise ReportFailure('Unable to send message via SMTP.')
H A DScanView.py122 except Reporter.ReportFailure as e:
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h260 virtual void ReportFailure(FailureType type, const char* file, int line,
275 GetFailureReporter()->ReportFailure(FailureReporterInterface::kFatal,
288 GetFailureReporter()->ReportFailure(FailureReporterInterface::kNonfatal,
/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() function in testing::internal::GoogleTestFailureReporter