Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp168 const ExplodedNode *findCallEnter(const ExplodedNode *Node, const Expr *Call);
714 const ExplodedNode *N = findCallEnter(C.getPredecessor(), CE); in noChangeInAdvance()
834 const ExplodedNode *findCallEnter(const ExplodedNode *Node, const Expr *Call) { in findCallEnter() function