Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcheck_assertion.h47 if (CheckLineMatches(line) && CheckFileMatches(file) && CheckMessageMatches(message)) in Matches()
88 bool CheckMessageMatches(std::string_view got_msg) const { in CheckMessageMatches() function