Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A DReporter.py12 class ReportFailure(Exception): class