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

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 94 R->addVisitor(new FindLastStoreBRVisitor(*V, VR));
MacOSKeychainAPIChecker.cpp 272 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
313 Report->addVisitor(new SecKeychainBugVisitor(V));
432 Report->addVisitor(new SecKeychainBugVisitor(ArgSM));
542 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 216 BR.addVisitor(new ReturnVisitor(CalleeContext, InitiallySuppressed));
523 BR.addVisitor(new FindLastStoreBRVisitor(*KV, OriginalR));
870 report.addVisitor(new FindLastStoreBRVisitor(*KV, RR));
895 report.addVisitor(new UndefOrNullArgVisitor(R));
900 report.addVisitor(VI);
907 report.addVisitor(ConstraintTracker);
914 report.addVisitor(IDCSuppressor);
919 report.addVisitor(new FindLastStoreBRVisitor(*KV, R));
943 report.addVisitor(new UndefOrNullArgVisitor(L->getRegion()));
    [all...]
BugReporter.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 301 void addVisitor(BugReporterVisitor *visitor);

Completed in 133 milliseconds