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 34 ExplodedNode::Auditor::~Auditor() {}
37 static ExplodedNode::Auditor* NodeAuditor = 0;
40 void ExplodedNode::SetAuditor(ExplodedNode::Auditor* A) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 53 static ExplodedNode::Auditor* CreateUbiViz();
621 // Set the graph auditor.
622 OwningPtr<ExplodedNode::Auditor> Auditor;
624 Auditor.reset(CreateUbiViz());
625 ExplodedNode::SetAuditor(Auditor.get());
632 // Release the auditor (if any) so that it doesn't monitor the graph
684 class UbigraphViz : public ExplodedNode::Auditor {
703 static ExplodedNode::Auditor* CreateUbiViz() {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 229 class Auditor {
231 virtual ~Auditor();
235 static void SetAuditor(Auditor* A);

Completed in 90 milliseconds