Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1744 const ExplodedNode *NodeWithoutBinding = StoreSite->getFirstPred(); in VisitNode() local
1746 NodeWithoutBinding && NodeWithoutBinding->getState()->getSVal(R) == V; in VisitNode()
1747 NodeWithoutBinding = NodeWithoutBinding->getFirstPred()) { in VisitNode()
1750 if (NodeWithoutBinding) { in VisitNode()
1760 BRC.getStateManager().iterBindings(NodeWithoutBinding->getState(), FB); in VisitNode()