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

/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A DReporter.py8 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
12 class ReportFailure(Exception): class in inherits:Exception
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:
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-internal-utils.cc96 void ReportFailure(FailureType type, const char* file, int line,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h259 virtual void ReportFailure(FailureType type, const char* file, int line,
274 GetFailureReporter()->ReportFailure(FailureReporterInterface::kFatal,
287 GetFailureReporter()->ReportFailure(FailureReporterInterface::kNonfatal,

Completed in 124 milliseconds