Searched refs:StreamWrapper (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/libc/utils/testutils/ |
| H A D | StreamWrapper.cpp | 21 template <typename T> StreamWrapper &StreamWrapper::operator<<(T t) { in operator <<() 29 template StreamWrapper &StreamWrapper::operator<<<void *>(void *t); 31 template StreamWrapper &StreamWrapper::operator<<<char *>(char *t); 32 template StreamWrapper &StreamWrapper::operator<<<char>(char t); 33 template StreamWrapper &StreamWrapper::operator<<<short>(short t); 34 template StreamWrapper &StreamWrapper::operator<<<int>(int t); 35 template StreamWrapper &StreamWrapper::operator<<<long>(long t); 36 template StreamWrapper &StreamWrapper::operator<<<long long>(long long t); 46 template StreamWrapper &StreamWrapper::operator<<<bool>(bool t); 48 template StreamWrapper &StreamWrapper::operator<<<float>(float t); [all …]
|
| H A D | StreamWrapper.h | 18 class StreamWrapper { 23 StreamWrapper(void *OS) : os(OS) {} in StreamWrapper() function 25 template <typename T> StreamWrapper &operator<<(T t); 28 StreamWrapper outs(); 30 class OutputFileStream : public StreamWrapper {
|
| H A D | CMakeLists.txt | 10 StreamWrapper.cpp 11 StreamWrapper.h
|
| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | MemoryMatcher.cpp | 20 void display(testutils::StreamWrapper &Stream, char C) { in display() 28 void display(testutils::StreamWrapper &Stream, MemoryView View) { in display() 35 void MemoryMatcher::explainError(testutils::StreamWrapper &Stream) { in explainError()
|
| H A D | FPMatcher.cpp | 59 testutils::StreamWrapper &); 61 testutils::StreamWrapper &); 63 testutils::StreamWrapper &);
|
| H A D | PrintfMatcher.cpp | 39 void display(testutils::StreamWrapper &stream, FormatSection form) { in display() 80 void FormatSectionMatcher::explainError(testutils::StreamWrapper &stream) { in explainError()
|
| H A D | MemoryMatcher.h | 31 void explainError(testutils::StreamWrapper &stream) override;
|
| H A D | PrintfMatcher.h | 31 void explainError(testutils::StreamWrapper &stream) override;
|
| H A D | FPExceptMatcher.h | 47 void explainError(testutils::StreamWrapper &stream) override { in explainError()
|
| H A D | FPMatcher.h | 55 void explainError(testutils::StreamWrapper &stream) override { in explainError()
|
| H A D | LibcTest.cpp | 303 testutils::StreamWrapper OutsWrapper = testutils::outs(); in testMatch()
|
| H A D | LibcTest.h | 52 virtual void explainError(testutils::StreamWrapper &OS) { in explainError()
|
| /llvm-project-15.0.7/libc/utils/MPFRWrapper/ |
| H A D | MPFRUtils.h | 150 testutils::StreamWrapper &OS); 154 double ulp_tolerance, RoundingMode rounding, testutils::StreamWrapper &OS); 159 RoundingMode rounding, testutils::StreamWrapper &OS); 164 double ulp_tolerance, RoundingMode rounding, testutils::StreamWrapper &OS); 169 double ulp_tolerance, RoundingMode rounding, testutils::StreamWrapper &OS); 189 void explainError(testutils::StreamWrapper &OS) override { // NOLINT 221 void explain_error(T in, T out, testutils::StreamWrapper &OS) { 228 testutils::StreamWrapper &OS) { 235 testutils::StreamWrapper &OS) { 242 testutils::StreamWrapper &OS) { [all …]
|
| H A D | MPFRUtils.cpp | 621 testutils::StreamWrapper &); 624 testutils::StreamWrapper &); 666 testutils::StreamWrapper &); 669 testutils::StreamWrapper &); 672 RoundingMode, testutils::StreamWrapper &); 703 RoundingMode, testutils::StreamWrapper &); 710 testutils::StreamWrapper &); 744 testutils::StreamWrapper &); 747 testutils::StreamWrapper &); 789 testutils::StreamWrapper &); [all …]
|
| /llvm-project-15.0.7/libc/test/src/time/ |
| H A D | TmMatcher.h | 41 __llvm_libc::testutils::StreamWrapper &stream) { in describeValue() 55 void explainError(__llvm_libc::testutils::StreamWrapper &stream) override { in explainError()
|
| /llvm-project-15.0.7/libc/test/ |
| H A D | ErrnoSetterMatcher.h | 33 void explainError(testutils::StreamWrapper &OS) override { in explainError()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3167 libc/utils/testutils/StreamWrapper.h
|