HomeSort by relevance Sort by last modified time
    Searched defs:Auditor (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 34 ExplodedNode::Auditor::~Auditor() {}
37 static ExplodedNode::Auditor* NodeAuditor = nullptr;
40 void ExplodedNode::SetAuditor(ExplodedNode::Auditor* A) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 231 class Auditor {
233 virtual ~Auditor();
237 static void SetAuditor(Auditor* A);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 57 static std::unique_ptr<ExplodedNode::Auditor> CreateUbiViz();
648 // Set the graph auditor.
649 std::unique_ptr<ExplodedNode::Auditor> Auditor;
651 Auditor = CreateUbiViz();
652 ExplodedNode::SetAuditor(Auditor.get());
659 // Release the auditor (if any) so that it doesn't monitor the graph
715 class UbigraphViz : public ExplodedNode::Auditor {
733 static std::unique_ptr<ExplodedNode::Auditor> CreateUbiViz() {

Completed in 848 milliseconds