Home
last modified time | relevance | path

Searched refs:ToPrint (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.cpp
H A DGIMatchDag.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp208 QualType ToPrint = DTI.getType(); in printJson() local
209 if (ToPrint->isAnyPointerType()) in printJson()
210 ToPrint = ToPrint->getPointeeType(); in printJson()
212 Out << '\"' << ToPrint << "\", \"sub_classable\": " in printJson()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h376 template <typename ToPrint, typename OtherOperand>
379 static ::std::string Format(const ToPrint& value) {
385 template <typename ToPrint, size_t N, typename OtherOperand>
386 class FormatForComparison<ToPrint[N], OtherOperand> {
388 static ::std::string Format(const ToPrint* value) {
389 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);