Home
last modified time | relevance | path

Searched refs:PrintTo (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h527 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
531 PrintTo(static_cast<unsigned char>(c), os); in PrintTo()
535 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
551 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo()
557 PrintTo(ImplicitCast_<const void*>(s), os); in PrintTo()
560 PrintTo(ImplicitCast_<const void*>(s), os); in PrintTo()
563 PrintTo(ImplicitCast_<const void*>(s), os); in PrintTo()
566 PrintTo(ImplicitCast_<const void*>(s), os); in PrintTo()
578 PrintTo(ImplicitCast_<const wchar_t*>(s), os); in PrintTo()
613 PrintTo(::std::string(sp), os); in PrintTo()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dtest_helpers.h26 void PrintTo(RecordTypes T, std::ostream *OS);
27 void PrintTo(const XRayRecord &R, std::ostream *OS);
28 void PrintTo(const Trace &T, std::ostream *OS);
62 template <class T> void PrintTo(const Array<T> &A, std::ostream *OS) { in PrintTo() function
69 PrintTo(E, OS); in PrintTo()
H A Dtest_helpers.cpp40 void PrintTo(RecordTypes T, std::ostream *OS) { in PrintTo() function
44 void PrintTo(const XRayRecord &R, std::ostream *OS) { in PrintTo() function
51 void PrintTo(const Trace &T, std::ostream *OS) { in PrintTo() function
60 PrintTo(R, OS); in PrintTo()
H A Dsegmented_array_test.cpp22 void PrintTo(const TestData &D, std::ostream *OS) { in PrintTo() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp195 trace.PrintTo(buf, sizeof(buf)); in TEST_F()
205 uptr actual_len = trace.PrintTo(buf, sizeof(buf)); in TEST_F()
209 trace.PrintTo(tinybuf, sizeof(tinybuf)); in TEST_F()
225 trace.PrintTo(buf, sizeof(buf)); in TEST_F()
233 uptr len = trace.PrintTo(buf, sizeof(buf)); in TEST_F()
239 len = trace.PrintTo(tinybuf, sizeof(tinybuf)); in TEST_F()
249 EXPECT_GT(trace.PrintTo(buf, 0), 0u); in TEST_F()
256 EXPECT_DEATH(trace.PrintTo(NULL, 100), ""); in TEST_F()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/custom/
H A Dgtest-printers.h51 inline void PrintTo(llvm::StringRef S, std::ostream *OS) { in PrintTo() function
60 inline void PrintTo(const SmallString<N> &S, std::ostream *OS) { in PrintTo() function
63 inline void PrintTo(const SmallVectorImpl<char> &S, std::ostream *OS) { in PrintTo() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
332 void PrintTo(const char* s, ostream* os) { in PrintTo() function
349 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
H A Dgtest.cc1160 void PrintTo(std::ostream* os) { in PrintTo() function in testing::internal::edit_distance::__anon0efcb9d60211::Hunk
1268 hunk.PrintTo(&ss); in CreateUnifiedDiff()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp93 void StackTrace::PrintTo(InternalScopedString *output) const { in PrintTo() function in __sanitizer::StackTrace
120 uptr StackTrace::PrintTo(char *out_buf, uptr out_buf_size) const { in PrintTo() function in __sanitizer::StackTrace
124 PrintTo(&output); in PrintTo()
132 PrintTo(&output); in Print()
H A Dsanitizer_stacktrace.h62 void PrintTo(InternalScopedString *output) const;
68 uptr PrintTo(char *out_buf, uptr out_buf_size) const;
/llvm-project-15.0.7/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h38 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { in PrintTo() function
53 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { in PrintTo() function
57 PrintTo(static_cast<const ErrorHolder &>(Item), Out); in PrintTo()
/llvm-project-15.0.7/llvm/unittests/FuzzMutate/
H A DOperationsTest.cpp23 void PrintTo(Type *T, ::std::ostream *OS) { in PrintTo() function
28 void PrintTo(BasicBlock *BB, ::std::ostream *OS) { in PrintTo() function
33 void PrintTo(Value *V, ::std::ostream *OS) { in PrintTo() function
39 void PrintTo(Constant *C, ::std::ostream *OS) { PrintTo(cast<Value>(C), OS); } in PrintTo() function
/llvm-project-15.0.7/llvm/unittests/tools/llvm-cfi-verify/
H A DGraphBuilder.cpp76 void PrintTo(const ConditionalBranchNode &BranchNode, ::std::ostream *os) { in PrintTo() function
83 void PrintTo(const GraphResult &Result, ::std::ostream *os) { in PrintTo() function
91 PrintTo(Node, os); in PrintTo()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DConfigTesting.h54 friend void PrintTo(const Diag &D, std::ostream *OS) { in PrintTo() function
H A DConfigYAMLTests.cpp27 template <typename T> void PrintTo(const Located<T> &V, std::ostream *OS) { in PrintTo() function
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DVMRangeTest.cpp18 void PrintTo(const VMRange &v, std::ostream *os) { in PrintTo() function
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyOptionsTest.cpp172 friend void PrintTo(const Diag &D, std::ostream *OS) { in PrintTo() function in clang::tidy::test::__anon97ca9b9b0111::DiagCollecter
279 static void PrintTo(const ClangTidyError &Err, ::std::ostream *OS) { in PrintTo() function
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan.cpp728 stack.PrintTo(out); in PrintOriginTraceFramesToStr()
899 return stack.PrintTo(out_buf, out_buf_size); in dfsan_sprint_stack_trace()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DBranchProbabilityTest.cpp16 void PrintTo(BranchProbability P, ::std::ostream *os) { in PrintTo() function
H A DScaledNumberTest.cpp34 void PrintTo(const ScaledPair<UIntT> &F, ::std::ostream *os) { in PrintTo() function
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp40 void PrintTo(const Counter &C, ::std::ostream *os) { in PrintTo() function
49 void PrintTo(const CoverageSegment &S, ::std::ostream *os) { in PrintTo() function
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DHashingTest.cpp25 void PrintTo(const hash_code &code, std::ostream *os) { in PrintTo() function