Searched refs:FindLastStoreBRVisitor (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp95 R->addVisitor(new FindLastStoreBRVisitor(*V, VR,
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h97 class FindLastStoreBRVisitor class in namespace:clang::ento
98 : public BugReporterVisitorImpl<FindLastStoreBRVisitor>
114 FindLastStoreBRVisitor(KnownSVal V, const MemRegion *R, function in class:clang::ento::FindLastStoreBRVisitor
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp413 void FindLastStoreBRVisitor ::Profile(llvm::FoldingSetNodeID &ID) const {
450 PathDiagnosticPiece *FindLastStoreBRVisitor::VisitNode(const ExplodedNode *Succ,
572 BR.addVisitor(new FindLastStoreBRVisitor(*KV, OriginalR,
982 report.addVisitor(new FindLastStoreBRVisitor(*KV, RR,
1015 report.addVisitor(new FindLastStoreBRVisitor(*KV, R,
1111 void FindLastStoreBRVisitor::registerStatementVarDecls(BugReport &BR,
1135 BR.addVisitor(new FindLastStoreBRVisitor(V.castAs<KnownSVal>(), R,

Completed in 126 milliseconds