reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/Testing/Support/SupportHelpers.h
   36 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
   51 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
tools/lldb/unittests/Utility/VMRangeTest.cpp
   18 void PrintTo(const VMRange &v, std::ostream *os) {
unittests/ADT/HashingTest.cpp
   24 void PrintTo(const hash_code &code, std::ostream *os) {
unittests/FuzzMutate/OperationsTest.cpp
   23 void PrintTo(Type *T, ::std::ostream *OS) {
   28 void PrintTo(BasicBlock *BB, ::std::ostream *OS) {
   33 void PrintTo(Value *V, ::std::ostream *OS) {
   39 void PrintTo(Constant *C, ::std::ostream *OS) { PrintTo(cast<Value>(C), OS); }
unittests/ProfileData/CoverageMappingTest.cpp
   40 void PrintTo(const Counter &C, ::std::ostream *os) {
   49 void PrintTo(const CoverageSegment &S, ::std::ostream *os) {
unittests/Support/BranchProbabilityTest.cpp
   16 void PrintTo(BranchProbability P, ::std::ostream *os) {
unittests/Support/ScaledNumberTest.cpp
   34 void PrintTo(const ScaledPair<UIntT> &F, ::std::ostream *os) {
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
   75 void PrintTo(const ConditionalBranchNode &BranchNode, ::std::ostream *os) {
   82 void PrintTo(const GraphResult &Result, ::std::ostream *os) {
utils/unittest/googletest/include/gtest/gtest-printers.h
  455 void PrintTo(const T& value, ::std::ostream* os) {
  488 inline void PrintTo(char c, ::std::ostream* os) {
  496 inline void PrintTo(bool x, ::std::ostream* os) {
  523 inline void PrintTo(const unsigned char* s, ::std::ostream* os) {
  526 inline void PrintTo(unsigned char* s, ::std::ostream* os) {
  566 inline void PrintTo(const ::std::string& s, ::std::ostream* os) {
  580 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) {
  670 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) {
  677 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) {
utils/unittest/googletest/include/gtest/internal/custom/gtest-printers.h
   51 inline void PrintTo(llvm::StringRef S, std::ostream *OS) {
   60 inline void PrintTo(const SmallString<N> &S, std::ostream *OS) {
   63 inline void PrintTo(const SmallVectorImpl<char> &S, std::ostream *OS) {
utils/unittest/googletest/src/gtest-printers.cc
  241 void PrintTo(unsigned char c, ::std::ostream* os) {
  244 void PrintTo(signed char c, ::std::ostream* os) {
  320 void PrintTo(const char* s, ostream* os) {