Home
last modified time | relevance | path

Searched refs:CheckLineMatches (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()
64 bool CheckLineMatches(int got_line) const { in CheckLineMatches() function