| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
| D | test_helpers.h | 26 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()
|
| D | test_helpers.cpp | 40 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()
|
| D | segmented_array_test.cpp | 22 void PrintTo(const TestData &D, std::ostream *OS) { in PrintTo() function
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_stacktrace_test.cpp | 195 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()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_stacktrace_libcdep.cpp | 93 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()
|
| D | sanitizer_stacktrace.h | 62 void PrintTo(InternalScopedString *output) const; 68 uptr PrintTo(char *out_buf, uptr out_buf_size) const;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Testing/Support/ |
| D | SupportHelpers.h | 38 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()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/ |
| D | backtrace_sanitizer_common.cpp | 76 StackTrace.PrintTo(&buffer); in PrintBacktrace()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | dfsan.cpp | 837 stack.PrintTo(out); in PrintOriginTraceFramesToStr() 1008 return stack.PrintTo(out_buf, out_buf_size); in dfsan_sprint_stack_trace()
|