Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h119 virtual void processCallExit(ExplodedNode *Pred) = 0;
DExprEngine.h278 void processCallExit(ExplodedNode *Pred) override;
/external/clang/lib/StaticAnalyzer/
DREADME.txt76 In ExprEngine::processCallExit(), we always bind the object region to the
/external/clang/docs/analyzer/
DIPA.txt118 ExprEngine::inlineCall and ExprEngine::processCallExit.
132 2. ExprEngine takes over (in processCallExit) and finds the return value of the
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp264 SubEng.processCallExit(Pred); in dispatchWorkItem()
DExprEngineCallAndReturn.cpp221 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { in processCallExit() function in ExprEngine