Home
last modified time | relevance | path

Searched defs:explainError (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libc/test/
H A DErrnoSetterMatcher.h33 void explainError(testutils::StreamWrapper &OS) override { in explainError() function
/llvm-project-15.0.7/libc/test/src/time/
H A DTmMatcher.h55 void explainError(__llvm_libc::testutils::StreamWrapper &stream) override { in explainError() function
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DPrintfMatcher.cpp80 void FormatSectionMatcher::explainError(testutils::StreamWrapper &stream) { in explainError() function in __llvm_libc::printf_core::testing::FormatSectionMatcher
H A DMemoryMatcher.cpp35 void MemoryMatcher::explainError(testutils::StreamWrapper &Stream) { in explainError() function in __llvm_libc::memory::testing::MemoryMatcher
H A DFPExceptMatcher.h47 void explainError(testutils::StreamWrapper &stream) override { in explainError() function
H A DFPMatcher.h55 void explainError(testutils::StreamWrapper &stream) override { in explainError() function
H A DLibcTest.h52 virtual void explainError(testutils::StreamWrapper &OS) { in explainError() function