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 = 0;
40 void ExplodedNode::SetAuditor(ExplodedNode::Auditor* A) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 233 class Auditor {
235 virtual ~Auditor();
239 static void SetAuditor(Auditor* A);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 54 static ExplodedNode::Auditor* CreateUbiViz();
619 // Set the graph auditor.
620 OwningPtr<ExplodedNode::Auditor> Auditor;
622 Auditor.reset(CreateUbiViz());
623 ExplodedNode::SetAuditor(Auditor.get());
630 // Release the auditor (if any) so that it doesn't monitor the graph
682 class UbigraphViz : public ExplodedNode::Auditor {
700 static ExplodedNode::Auditor* CreateUbiViz() {

Completed in 278 milliseconds