Home
last modified time | relevance | path

Searched defs:PrintTo (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
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
H A Dtest_helpers.h62 template <class T> void PrintTo(const Array<T> &A, std::ostream *OS) { in PrintTo() function
H A Dsegmented_array_test.cpp22 void PrintTo(const TestData &D, std::ostream *OS) { in PrintTo() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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