Home
last modified time | relevance | path

Searched refs:PrintGraph (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DClangPseudo.cpp35 static opt<bool> PrintGraph("print-graph", variable
137 if (PrintGraph) in main()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cpp32 void PrintGraph(const G &g) { in PrintGraph() function