Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h95 class FindLastStoreBRVisitor
96 : public BugReporterVisitorImpl<FindLastStoreBRVisitor>
112 FindLastStoreBRVisitor(KnownSVal V, const MemRegion *R, in FindLastStoreBRVisitor() function
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefCapturedBlockVarChecker.cpp95 R->addVisitor(llvm::make_unique<FindLastStoreBRVisitor>( in checkPostStmt()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp409 void FindLastStoreBRVisitor ::Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
446 PathDiagnosticPiece *FindLastStoreBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode()
568 BR.addVisitor(llvm::make_unique<FindLastStoreBRVisitor>( in VisitNode()
978 report.addVisitor(llvm::make_unique<FindLastStoreBRVisitor>( in trackNullOrUndefValue()
1007 report.addVisitor(llvm::make_unique<FindLastStoreBRVisitor>( in trackNullOrUndefValue()
1103 void FindLastStoreBRVisitor::registerStatementVarDecls(BugReport &BR, in registerStatementVarDecls()
1127 BR.addVisitor(llvm::make_unique<FindLastStoreBRVisitor>( in registerStatementVarDecls()