Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Testing/Support/
DError.h86 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> {
88 explicit ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() function
149 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>(None)); in Failed()
154 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>( in Failed()