Searched refs:inTopFrame (Results 1 – 19 of 19) sorted by relevance
135 VR->getStackFrame()->inTopFrame()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()258 if (!C.inTopFrame()) in checkReturnAux()
39 if (!C.inTopFrame()) in checkBeginFunction()
126 if (C.getStackFrame()->inTopFrame()) in checkEndFunction()
66 if (!LC->inTopFrame()) in checkEndAnalysis()
237 if (!Context.inTopFrame()) in checkBeginFunction()
132 if (!C.inTopFrame()) in checkBeginFunction()
600 assert(!LCtx->inTopFrame() || State->get<UnreleasedIvarMap>().isEmpty()); in diagnoseMissingReleases()
1209 if (!C.inTopFrame() && M.getDecl() && in checkPostObjCMessage()
673 !InSuppressedMethodFamily && C.getLocationContext()->inTopFrame()) { in checkPreStmt()
103 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
1032 assert(!cast<StackSpaceRegion>(SReg)->getStackFrame()->inTopFrame()); in ParamVarRegion()
265 virtual bool inTopFrame() const;329 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
233 if (!C.inTopFrame()) in checkBeginFunction()
472 bool LocationContext::inTopFrame() const { in inTopFrame() function in LocationContext473 return getStackFrame()->inTopFrame(); in inTopFrame()
974 if (!C.inTopFrame()) in processReturn()1334 if (!Ctx.inTopFrame()) in checkBeginFunction()1384 assert(!LCtx->inTopFrame()); in checkEndFunction()
355 if (SC->inTopFrame()) in getCalleeNode()
2883 if (!Pred->getStackFrame()->inTopFrame()) in processEndOfFunction()2935 if (Pred->getLocationContext()->inTopFrame()) { in processEndOfFunction()3472 if (VR->hasStackParametersStorage() && VR->getStackFrame()->inTopFrame()) in processPointerEscapedOnBind()
1259 while (!LC->inTopFrame() && (!D || D->isStatic() || in getCXXThisRegion()
364 while (!SCtx->inTopFrame()) { in markFrameAsModifying()