Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1715 const ExplodedNode *NodeWithoutBinding = StoreSite->getFirstPred(); in VisitNode() local
1717 NodeWithoutBinding && NodeWithoutBinding->getState()->getSVal(R) == V; in VisitNode()
1718 NodeWithoutBinding = NodeWithoutBinding->getFirstPred()) { in VisitNode()
1721 if (NodeWithoutBinding) { in VisitNode()
1731 BRC.getStateManager().iterBindings(NodeWithoutBinding->getState(), FB); in VisitNode()