Searched refs:ToPrint (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagInstr.cpp | 27 SmallVector<std::pair<unsigned, StringRef>, 8> ToPrint; in print() local 29 ToPrint.emplace_back(Assignment.first, Assignment.second); in print() 30 llvm::sort(ToPrint); in print() 32 for (const auto &Assignment : ToPrint) { in print()
|
| H A D | GIMatchDag.cpp | 41 SmallVector<std::pair<unsigned, StringRef>, 8> ToPrint; in writeDOTGraph() local 43 ToPrint.emplace_back(Assignment.first, Assignment.second); in writeDOTGraph() 44 llvm::sort(ToPrint); in writeDOTGraph() 46 for (const auto &Assignment : ToPrint) { in writeDOTGraph()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | DynamicType.cpp | 208 QualType ToPrint = DTI.getType(); in printJson() local 209 if (ToPrint->isAnyPointerType()) in printJson() 210 ToPrint = ToPrint->getPointeeType(); in printJson() 212 Out << '\"' << ToPrint.getAsString() << "\", \"sub_classable\": " in printJson()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-printers.h | 311 template <typename ToPrint, typename OtherOperand> 314 static ::std::string Format(const ToPrint& value) { in Format() 320 template <typename ToPrint, size_t N, typename OtherOperand> 321 class FormatForComparison<ToPrint[N], OtherOperand> { 323 static ::std::string Format(const ToPrint* value) { in Format() 324 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value); in Format()
|