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 31 ExplodedNode::Auditor::~Auditor() {}
34 static ExplodedNode::Auditor* NodeAuditor = 0;
37 void ExplodedNode::SetAuditor(ExplodedNode::Auditor* A) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 42 static ExplodedNode::Auditor* CreateUbiViz();
313 // Set the graph auditor.
314 llvm::OwningPtr<ExplodedNode::Auditor> Auditor;
316 Auditor.reset(CreateUbiViz());
317 ExplodedNode::SetAuditor(Auditor.get());
323 // Release the auditor (if any) so that it doesn't monitor the graph
376 class UbigraphViz : public ExplodedNode::Auditor {
395 static ExplodedNode::Auditor* CreateUbiViz() {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 212 class Auditor {
214 virtual ~Auditor();
218 static void SetAuditor(Auditor* A);

Completed in 3303 milliseconds