Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h63 virtual void processCFGElement(const CFGElement E, ExplodedNode* Pred,
H A DExprEngine.h265 void processCFGElement(const CFGElement E, ExplodedNode *Pred,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp272 SubEng.processCFGElement(*E, Pred, 0, &Ctx); in HandleBlockEntrance()
439 SubEng.processCFGElement((*B)[StmtIdx], Pred, StmtIdx, &Ctx); in HandlePostStmt()
H A DExprEngine.cpp577 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, in processCFGElement() function in ExprEngine