Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagInstr.cpp27 SmallVector<std::pair<unsigned, StringRef>, 8> ToPrint; in print() local
29 ToPrint.emplace_back(Assignment.first, Assignment.second); in print()
30 llvm::sort(ToPrint.begin(), ToPrint.end()); in print()
32 for (const auto &Assignment : ToPrint) { in print()
DGIMatchDag.cpp41 SmallVector<std::pair<unsigned, StringRef>, 8> ToPrint; in writeDOTGraph() local
43 ToPrint.emplace_back(Assignment.first, Assignment.second); in writeDOTGraph()
44 llvm::sort(ToPrint.begin(), ToPrint.end()); in writeDOTGraph()
46 for (const auto &Assignment : ToPrint) { in writeDOTGraph()
/external/llvm-project/polly/lib/CodeGen/
DRuntimeDebugBuilder.cpp179 auto ToPrint = getGPUThreadIdentifiers(Builder); in createGPUPrinterT() local
181 ToPrint.push_back(Builder.CreateGlobalStringPtr("\n ", "", 4)); in createGPUPrinterT()
182 ToPrint.insert(ToPrint.end(), Values.begin(), Values.end()); in createGPUPrinterT()
187 auto T = ArrayType::get(Builder.getInt32Ty(), ToPrint.size() * 2); in createGPUPrinterT()
194 for (auto Val : ToPrint) { in createGPUPrinterT()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DDynamicType.cpp208 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()
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h310 template <typename ToPrint, typename OtherOperand>
313 static ::std::string Format(const ToPrint& value) { in Format()
319 template <typename ToPrint, size_t N, typename OtherOperand>
320 class FormatForComparison<ToPrint[N], OtherOperand> {
322 static ::std::string Format(const ToPrint* value) { in Format()
323 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value); in Format()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-printers.h309 template <typename ToPrint, typename OtherOperand>
312 static ::std::string Format(const ToPrint& value) { in Format()
318 template <typename ToPrint, size_t N, typename OtherOperand>
319 class FormatForComparison<ToPrint[N], OtherOperand> {
321 static ::std::string Format(const ToPrint* value) { in Format()
322 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value); in Format()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-printers.h306 template <typename ToPrint, typename OtherOperand>
309 static ::std::string Format(const ToPrint &value) { in Format()
315 template <typename ToPrint, size_t N, typename OtherOperand>
316 class FormatForComparison<ToPrint[N], OtherOperand> {
318 static ::std::string Format(const ToPrint *value) { in Format()
319 return FormatForComparison<const ToPrint *, OtherOperand>::Format(value); in Format()
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h273 template <typename ToPrint, typename OtherOperand>
276 static ::std::string Format(const ToPrint& value) { in Format()
282 template <typename ToPrint, size_t N, typename OtherOperand>
283 class FormatForComparison<ToPrint[N], OtherOperand> {
285 static ::std::string Format(const ToPrint* value) { in Format()
286 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value); in Format()
/external/googletest/googletest/include/gtest/
Dgtest-printers.h330 template <typename ToPrint, typename OtherOperand>
333 static ::std::string Format(const ToPrint& value) {
339 template <typename ToPrint, size_t N, typename OtherOperand>
340 class FormatForComparison<ToPrint[N], OtherOperand> {
342 static ::std::string Format(const ToPrint* value) {
343 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h310 template <typename ToPrint, typename OtherOperand>
313 static ::std::string Format(const ToPrint& value) { in Format()
319 template <typename ToPrint, size_t N, typename OtherOperand>
320 class FormatForComparison<ToPrint[N], OtherOperand> {
322 static ::std::string Format(const ToPrint* value) { in Format()
323 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value); in Format()
/external/fmtlib/test/gtest/
Dgtest.h18771 template <typename ToPrint, typename OtherOperand>
18774 static ::std::string Format(const ToPrint& value) {
18780 template <typename ToPrint, size_t N, typename OtherOperand>
18781 class FormatForComparison<ToPrint[N], OtherOperand> {
18783 static ::std::string Format(const ToPrint* value) {
18784 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h10331 template <typename ToPrint, typename OtherOperand>
10334 static ::std::string Format(const ToPrint& value) {
10340 template <typename ToPrint, size_t N, typename OtherOperand>
10341 class FormatForComparison<ToPrint[N], OtherOperand> {
10343 static ::std::string Format(const ToPrint* value) {
10344 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);