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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h64 class FindLastStoreBRVisitor : public BugReporterVisitor { class in namespace:clang::ento
81 FindLastStoreBRVisitor(SVal v, const MemRegion *r) function in class:clang::ento::FindLastStoreBRVisitor
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp94 R->addVisitor(new FindLastStoreBRVisitor(VRVal, VR));
H A DIdempotentOperationChecker.cpp421 FindLastStoreBRVisitor::registerStatementVarDecls(*report, LHS);
426 FindLastStoreBRVisitor::registerStatementVarDecls(*report, RHS);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp123 void FindLastStoreBRVisitor ::Profile(llvm::FoldingSetNodeID &ID) const {
130 PathDiagnosticPiece *FindLastStoreBRVisitor::VisitNode(const ExplodedNode *N,
337 return new FindLastStoreBRVisitor(V, R);
365 FindLastStoreBRVisitor::createVisitorObject(const ExplodedNode *N,
374 return new FindLastStoreBRVisitor(V, R);
412 void FindLastStoreBRVisitor::registerStatementVarDecls(BugReport &BR,
435 BR.addVisitor(new FindLastStoreBRVisitor(V, R));

Completed in 70 milliseconds