Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.h109 bool testStrEq(const char *LHS, const char *RHS, const char *LHSStr,
350 this->testStrEq((LHS), (RHS), #LHS, #RHS, __FILE__, __LINE__)
H A DLibcTest.cpp281 bool Test::testStrEq(const char *LHS, const char *RHS, const char *LHSStr, in testStrEq() function in __llvm_libc::testing::Test