Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.cpp93 auto ExplainDifference = [=](std::string OpString) { in test() local
103 ExplainDifference("equal to"); in test()
110 ExplainDifference("not equal to"); in test()
117 ExplainDifference("less than"); in test()
124 ExplainDifference("less than or equal to"); in test()
131 ExplainDifference("greater than"); in test()
138 ExplainDifference("greater than or equal to"); in test()