Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h127 virtual void processCallExit(ExplodedNode *Pred) = 0;
H A DExprEngine.h352 void processCallExit(ExplodedNode *Pred) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp176 SubEng.processCallExit(Pred); in dispatchWorkItem()
H A DExprEngineCallAndReturn.cpp203 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { in processCallExit() function in ExprEngine