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