Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DError.h85 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> {
87 explicit ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() function
148 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>(None)); in Failed()
153 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>( in Failed()
/external/llvm-project/llvm/include/llvm/Testing/Support/
DError.h85 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> {
87 explicit ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() function
178 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>(None)); in Failed()
183 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>( in Failed()