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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h36 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
51 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
55 PrintTo(static_cast<const ErrorHolder &>(Item), Out);

Completed in 126 milliseconds