Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/testutils/
H A DStreamWrapper.cpp21 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 DStreamWrapper.h18 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 DCMakeLists.txt10 StreamWrapper.cpp
11 StreamWrapper.h
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DMemoryMatcher.cpp20 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 DFPMatcher.cpp59 testutils::StreamWrapper &);
61 testutils::StreamWrapper &);
63 testutils::StreamWrapper &);
H A DPrintfMatcher.cpp39 void display(testutils::StreamWrapper &stream, FormatSection form) { in display()
80 void FormatSectionMatcher::explainError(testutils::StreamWrapper &stream) { in explainError()
H A DMemoryMatcher.h31 void explainError(testutils::StreamWrapper &stream) override;
H A DPrintfMatcher.h31 void explainError(testutils::StreamWrapper &stream) override;
H A DFPExceptMatcher.h47 void explainError(testutils::StreamWrapper &stream) override { in explainError()
H A DFPMatcher.h55 void explainError(testutils::StreamWrapper &stream) override { in explainError()
H A DLibcTest.cpp303 testutils::StreamWrapper OutsWrapper = testutils::outs(); in testMatch()
H A DLibcTest.h52 virtual void explainError(testutils::StreamWrapper &OS) { in explainError()
/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.h150 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 DMPFRUtils.cpp621 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 DTmMatcher.h41 __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 DErrnoSetterMatcher.h33 void explainError(testutils::StreamWrapper &OS) override { in explainError()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3167 libc/utils/testutils/StreamWrapper.h