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

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 32 ExplodedNode::Auditor::~Auditor() {}
35 static ExplodedNode::Auditor* NodeAuditor = 0;
38 void ExplodedNode::SetAuditor(ExplodedNode::Auditor* A) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 53 static ExplodedNode::Auditor* CreateUbiViz();
515 // Set the graph auditor.
516 OwningPtr<ExplodedNode::Auditor> Auditor;
518 Auditor.reset(CreateUbiViz());
519 ExplodedNode::SetAuditor(Auditor.get());
526 // Release the auditor (if any) so that it doesn't monitor the graph
577 class UbigraphViz : public ExplodedNode::Auditor {
596 static ExplodedNode::Auditor* CreateUbiViz() {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 218 class Auditor {
220 virtual ~Auditor();
224 static void SetAuditor(Auditor* A);

Completed in 90 milliseconds