Home
last modified time | relevance | path

Searched defs:ReportFailure (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock-internal-utils.cc103 void ReportFailure(FailureType type, const char* file, int line, in ReportFailure() function in testing::internal::GoogleTestFailureReporter
/llvm-project/clang/tools/scan-view/share/
H A DReporter.py13 class ReportFailure(Exception): class