Lines Matching refs:getStackFrame

298       const StackFrameContext *SFC = InitLoc->getStackFrame();  in getInitialState()
466 auto Key = std::make_pair(E, LCtx->getStackFrame()); in setIndexOfElementToConstruct()
478 State->get<PendingInitLoop>({E, LCtx->getStackFrame()})); in getPendingInitLoop()
484 auto Key = std::make_pair(E, LCtx->getStackFrame()); in removePendingInitLoop()
494 auto Key = std::make_pair(E, LCtx->getStackFrame()); in setPendingInitLoop()
507 State->get<IndexOfElementToConstruct>({E, LCtx->getStackFrame()})); in getIndexOfElementToConstruct()
514 auto Key = std::make_pair(E, LCtx->getStackFrame()); in removeIndexOfElementToConstruct()
524 ConstructedObjectKey Key(Item, LC->getStackFrame()); in addObjectUnderConstruction()
564 ConstructedObjectKey Key(Item, LC->getStackFrame()); in getObjectUnderConstruction()
572 ConstructedObjectKey Key(Item, LC->getStackFrame()); in finishObjectConstruction()
885 const StackFrameContext *SFC = LC ? LC->getStackFrame() : nullptr; in removeDead()
1201 LCtx->getStackFrame()); in ProcessBaseDtor()
1224 getSValBuilder().getCXXThis(CurDtor, LCtx->getStackFrame()); in ProcessMemberDtor()
2084 const StackFrameContext *CalleeSF = CalleeLC->getStackFrame(); in replayWithoutInlining()
2085 const StackFrameContext *CallerSF = CalleeSF->getParent()->getStackFrame(); in replayWithoutInlining()
2097 if (L.getStackFrame() != CallerSF) in replayWithoutInlining()
2195 const LocationContext *CalleeSF = CalleeLC->getStackFrame(); in processCFGBlockEntrance()
2198 if (RootLC->getStackFrame() != CalleeSF) { in processCFGBlockEntrance()
2560 if (!Pred->getStackFrame()->inTopFrame()) in processEndOfFunction()
2563 Pred->getStackFrame(), Pred->getState())); in processEndOfFunction()
2574 const LocationContext *ToLC = FromLC->getStackFrame()->getParent(); in processEndOfFunction()
2607 Pred->getStackFrame()->getParent())); in processEndOfFunction()
2743 svalBuilder.getCXXThis(MD, LocCtxt->getStackFrame()); in VisitCommonDeclRefExpr()
3140 if (VR->hasStackParametersStorage() && VR->getStackFrame()->inTopFrame()) in processPointerEscapedOnBind()