Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcheck_assertion.h38 static constexpr const char* any_msg = "*"; member
40 …constexpr AssertionInfoMatcher() : is_empty_(true), msg_(any_msg, __builtin_strlen(any_msg)), file… in AssertionInfoMatcher()
90 if (msg_ == any_msg) in CheckMessageMatches()
105 static constexpr AssertionInfoMatcher AnyMatcher(AssertionInfoMatcher::any_msg);