Home
last modified time | relevance | path

Searched refs:PrintTree (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py43 def PrintTree(self, indent=0, stream=sys.stdout): member in Snippet
140 def PrintTree(self, indent=0, stream=sys.stdout): member in TokenSnippet
188 def PrintTree(self, indent=0, stream=sys.stdout): member in Symbol
199 child.PrintTree(indent + 2, stream)
/external/clang/lib/AST/
DASTDiagnostic.cpp317 QualType ToType, bool PrintTree,
345 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument()
348 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument()
355 if (TDT.PrintTree) in FormatASTNodeDiagnosticArgument()
471 bool PrintTree; member in __anon9da9a8600111::TemplateDiff
1419 if (PrintTree) { in TreeToString()
1623 if (PrintTree) OS << '['; in PrintTypeNames()
1628 if (PrintTree) { in PrintTypeNames()
1645 } else if (!PrintTree) { in PrintExpr()
1687 } else if (!PrintTree) { in PrintTemplateTemplate()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/
Dhuffman_codec.cpp58 TEST(Huffman, PrintTree) { in TEST() argument
61 huffman.PrintTree(ss); in TEST()
267 huffman.PrintTree(ss); in TEST()
289 huffman.PrintTree(ss); in TEST()
Dmove_to_front_test.cpp42 void PrintTree(std::ostream& out, bool print_timestamp = false) const { in PrintTree() function in spvtools::comp::__anon58df8a3e0111::MoveToFrontTester
110 mtf.PrintTree(ss, print_timestamp); in CheckTree()
/external/deqp-deps/SPIRV-Tools/test/
Dhuffman_codec.cpp58 TEST(Huffman, PrintTree) { in TEST() argument
61 huffman.PrintTree(ss); in TEST()
267 huffman.PrintTree(ss); in TEST()
289 huffman.PrintTree(ss); in TEST()
Dmove_to_front_test.cpp42 void PrintTree(std::ostream& out, bool print_timestamp = false) const { in PrintTree() function in spvtools::comp::__anon19009b040111::MoveToFrontTester
110 mtf.PrintTree(ss, print_timestamp); in CheckTree()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dhuffman_codec.h176 void PrintTree(std::ostream& out) const { PrintTreeInternal(out, root_, 0); } in PrintTree() function
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dhuffman_codec.h176 void PrintTree(std::ostream& out) const { PrintTreeInternal(out, root_, 0); } in PrintTree() function
/external/clang/lib/Basic/
DDiagnostic.cpp880 TDT.PrintTree = true; in FormatDiagnostic()
902 TDT.PrintTree = false; in FormatDiagnostic()
/external/clang/include/clang/Basic/
DDiagnostic.h1400 unsigned PrintTree : 1; member