Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h131 class ErrorMessageMatches
134 explicit ErrorMessageMatches( in ErrorMessageMatches() function
212 new detail::ErrorMessageMatches(testing::ElementsAre(Matcher...))); in FailedWithMessage()
217 return MakeMatcher(new detail::ErrorMessageMatches(Matcher)); in FailedWithMessageArray()