Searched refs:currStmtIdx (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 162 unsigned int currStmtIdx = 0; variable 231 return {blockPtr, currStmtIdx}; in getCFGElementRef() 688 return (*currBldrCtx->getBlock())[currStmtIdx]; in getCurrentCFGElement()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 394 SaveAndRestore CBISave(currStmtIdx, calleeCtx->getIndex()); in processCallExit() 555 currBldrCtx->blockCount(), currStmtIdx); in inlineCall()
|
H A D | ExprEngine.cpp | 969 currStmtIdx = StmtIdx; in processCFGElement() 1136 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessStmt() 1154 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessLoopExit() 1250 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessInitializer() 1314 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessImplicitDtor() 1334 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessNewAllocator()
|