Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp798 std::string Ubiviz; in ~UbigraphViz() local
800 Ubiviz = *Path; in ~UbigraphViz()
802 args.push_back(Ubiviz.c_str()); in ~UbigraphViz()
806 if (llvm::sys::ExecuteAndWait(Ubiviz, &args[0], nullptr, nullptr, 0, 0, in ~UbigraphViz()