Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h84 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> {
86 explicit ErrorMatchesMono(std::optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() function
199 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>(std::nullopt)); in Failed()
204 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>( in Failed()