Searched defs:explainError (Results 1 – 8 of 8) sorted by relevance
/llvm-project/libc/test/src/time/ | ||
H A D | TmMatcher.h | 53 void explainError() override { in explainError() function |
/llvm-project/libc/test/UnitTest/ | ||
H A D | ScanfMatcher.cpp | 92 void FormatSectionMatcher::explainError() { explainError() function in LIBC_NAMESPACE::testing::FormatSectionMatcher |
H A D | PrintfMatcher.cpp | 93 void FormatSectionMatcher::explainError() { explainError() function in LIBC_NAMESPACE::testing::FormatSectionMatcher |
H A D | FPExceptMatcher.h | 47 void explainError() override { explainError() function |
H A D | MemoryMatcher.cpp | 55 void MemoryMatcher::explainError() { explainError() function in LIBC_NAMESPACE::testing::MemoryMatcher |
H A D | ErrnoSetterMatcher.h | 88 void explainError() override { explainError() function |
H A D | FPMatcher.h | 52 void explainError() override { explainError() function |
H A D | LibcTest.h | 47 virtual void explainError() { tlog << "unknown error\n"; } explainError() function |