Home
last modified time | relevance | path

Searched refs:StoreSite (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1318 cast<DeclStmt>(SI.StoreSite->getLocationAs<PostStmt>()->getStmt()); in showBRDiagnostics()
1501 const ExplodedNode *StoreSite = nullptr; in VisitNode() local
1509 StoreSite = Pred; in VisitNode()
1520 StoreSite = Pred; in VisitNode()
1530 if (!StoreSite) { in VisitNode()
1540 StoreSite = Succ; in VisitNode()
1655 if (!StoreSite) in VisitNode()
1666 getParentTracker().track(InitE, StoreSite, Options); in VisitNode()
1689 for (const ExplodedNode *N = StoreSite; N; N = N->getFirstPred()) { in VisitNode()
1712 if (!OldRegion && StoreSite->getState()->getSVal(R) == V) { in VisitNode()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h143 const ExplodedNode *StoreSite; member