Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp791 std::string Ubiviz; in ~UbigraphViz() local
793 Ubiviz = *Path; in ~UbigraphViz()
795 args.push_back(Ubiviz.c_str()); in ~UbigraphViz()
799 if (llvm::sys::ExecuteAndWait(Ubiviz, &args[0], nullptr, nullptr, 0, 0, in ~UbigraphViz()