Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1348 cast<DeclStmt>(SI.StoreSite->getLocationAs<PostStmt>()->getStmt()); in showBRDiagnostics()
1530 const ExplodedNode *StoreSite = nullptr; in VisitNode() local
1538 StoreSite = Pred; in VisitNode()
1549 StoreSite = Pred; in VisitNode()
1559 if (!StoreSite) { in VisitNode()
1569 StoreSite = Succ; in VisitNode()
1684 if (!StoreSite) in VisitNode()
1695 getParentTracker().track(InitE, StoreSite, Options); in VisitNode()
1718 for (const ExplodedNode *N = StoreSite; N; N = N->getFirstPred()) { in VisitNode()
1741 if (!OldRegion && StoreSite->getState()->getSVal(R) == V) { in VisitNode()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h149 const ExplodedNode *StoreSite; member