Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1404 const ExplodedNode *StoreSite = nullptr; in VisitNode() local
1412 StoreSite = Pred; in VisitNode()
1422 StoreSite = Pred; in VisitNode()
1432 if (!StoreSite) { in VisitNode()
1442 StoreSite = Succ; in VisitNode()
1481 if (!StoreSite) in VisitNode()
1492 bugreporter::trackExpressionValue(StoreSite, InitE, BR, TKind, in VisitNode()
1516 for (const ExplodedNode *N = StoreSite; N; N = N->getFirstPred()) { in VisitNode()
1539 if (!OldRegion && StoreSite->getState()->getSVal(R) == V) { in VisitNode()
1542 const ExplodedNode *NodeWithoutBinding = StoreSite->getFirstPred(); in VisitNode()
[all …]