Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.h115 bool testMatch(bool MatchResult, MatcherBase &Matcher, const char *LHSStr,
400 return this->testMatch(UNIQUE_VAR(__matcher).match((MATCH)), \
H A DLibcTest.cpp295 bool Test::testMatch(bool MatchResult, MatcherBase &Matcher, const char *LHSStr, in testMatch() function in __llvm_libc::testing::Test