Searched refs:currStmtIdx (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 183 assert(isa<CXXConstructExpr>(((*B)[currStmtIdx]).castAs<CFGStmt>().getStmt())); in findElementDirectlyInitializedByCurrentConstructor() 184 unsigned int NextStmtIdx = currStmtIdx + 1; in findElementDirectlyInitializedByCurrentConstructor() 210 if (currStmtIdx == 0) in findDirectConstructorForCurrentCFGElement() 214 assert(canHaveDirectConstructor((*B)[currStmtIdx])); in findDirectConstructorForCurrentCFGElement() 216 unsigned int PreviousStmtIdx = currStmtIdx - 1; in findDirectConstructorForCurrentCFGElement()
|
D | ExprEngineCallAndReturn.cpp | 329 SaveAndRestore<unsigned> CBISave(currStmtIdx, calleeCtx->getIndex()); in processCallExit() 430 currStmtIdx); in REGISTER_TRAIT_WITH_PROGRAMSTATE() 803 if ((*currBldrCtx->getBlock())[currStmtIdx].getAs<CFGTemporaryDtor>()) in shouldInlineCall()
|
D | ExprEngine.cpp | 84 currStmtIdx(0), currBldrCtx(nullptr), in ExprEngine() 292 currStmtIdx = StmtIdx; in processCFGElement() 453 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessStmt() 541 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessInitializer() 568 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessImplicitDtor() 587 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessNewAllocator()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 77 unsigned int currStmtIdx; variable
|