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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h101 virtual void processCallExit(ExplodedNode *Pred) = 0;
H A DExprEngine.h262 void processCallExit(ExplodedNode *Pred) override;
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp251 SubEng.processCallExit(Pred);
H A DExprEngineCallAndReturn.cpp218 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { function in class:ExprEngine
505 // The post-CallExpr check will occur in processCallExit.

Completed in 374 milliseconds