| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 181 const StackFrameContext *getStackFrame(LocationContext const *ParentLC, 262 const StackFrameContext *getStackFrame() const; 405 const StackFrameContext *getStackFrame(AnalysisDeclContext *ADC, 470 const StackFrameContext *getStackFrame(const Decl *D) { in getStackFrame() function 471 return LocCtxMgr.getStackFrame(getContext(D), nullptr, nullptr, nullptr, 0, in getStackFrame() 476 const StackFrameContext *getStackFrame(AnalysisDeclContext *ADC, in getStackFrame() function 480 return LocCtxMgr.getStackFrame(ADC, Parent, S, Block, BlockCount, Index); in getStackFrame()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TestAfterDivZeroChecker.cpp | 117 if (ZeroSymbol == S.getAsSymbol() && SFC == Succ->getStackFrame()) { in REGISTER_SET_WITH_PROGRAMSTATE() 152 State->add<DivZeroMap>(ZeroState(SR, C.getBlockID(), C.getStackFrame())); in setDivZeroMap() 162 ZeroState ZS(SR, C.getBlockID(), C.getStackFrame()); in hasDivZeroMap() 175 C.getStackFrame())); in reportBug() 190 if (ZS.getStackFrameContext() == C.getStackFrame()) in checkEndFunction()
|
| H A D | UndefinedAssignmentChecker.cpp | 43 dyn_cast<FunctionDecl>(C.getStackFrame()->getDecl())) in checkBind() 87 dyn_cast<CXXConstructorDecl>(C.getStackFrame()->getDecl())) { in checkBind()
|
| H A D | StackAddrEscapeChecker.cpp | 123 return S->getStackFrame() != C.getStackFrame(); in isNotInCurrentFrame() 318 const auto *ReferrerFrame = ReferrerMemSpace->getStackFrame(); in checkEndFunction() 319 const auto *ReferredFrame = ReferredMemSpace->getStackFrame(); in checkEndFunction() 334 CallBack(CheckerContext &CC) : Ctx(CC), PoppedFrame(CC.getStackFrame()) {} in checkEndFunction()
|
| H A D | ReturnValueChecker.cpp | 125 const StackFrameContext *SFC = C.getStackFrame(); in checkEndFunction() 126 if (C.getStackFrame()->inTopFrame()) in checkEndFunction()
|
| H A D | MIGChecker.cpp | 135 VR->getStackFrame()->inTopFrame()) in REGISTER_TRAIT_WITH_PROGRAMSTATE() 155 SFC = LC->getStackFrame(); in isInMIGCall()
|
| H A D | VirtualCallChecker.cpp | 178 State->getSVal(SVB.getCXXThis(MD, LCtx->getStackFrame())); in registerCtorDtorCallInState() 192 State->getSVal(SVB.getCXXThis(MD, LCtx->getStackFrame())); in registerCtorDtorCallInState()
|
| H A D | NSErrorChecker.cpp | 200 const StackFrameContext * SFC = C.getStackFrame(); in parameterTypeFromSVal() 206 if (stackReg->getStackFrame() == SFC) in parameterTypeFromSVal()
|
| H A D | CXXSelfAssignmentChecker.cpp | 50 State->getSVal(SVB.getCXXThis(MD, LCtx->getStackFrame())); in checkBeginFunction()
|
| H A D | ReturnUndefChecker.cpp | 45 const StackFrameContext *SFC = C.getStackFrame(); in checkPreStmt()
|
| H A D | UndefResultChecker.cpp | 68 dyn_cast<FunctionDecl>(C.getStackFrame()->getDecl())) in checkPostStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 159 return SSR ? SSR->getStackFrame() : nullptr; in getStackFrame() 163 CXXLifetimeExtendedObjectRegion::getStackFrame() const { in getStackFrame() function in CXXLifetimeExtendedObjectRegion 165 return SSR ? SSR->getStackFrame() : nullptr; in getStackFrame() 201 const Decl *D = getStackFrame()->getDecl(); in getDecl() 230 ID.AddPointer(getStackFrame()); in Profile() 988 const StackFrameContext *SFC = LC->getStackFrame(); in getVarRegion() 1096 const StackFrameContext *SFC = LC->getStackFrame(); in getParamVarRegion() 1210 const StackFrameContext *SFC = LC->getStackFrame(); in getCXXTempObjectRegion() 1218 const StackFrameContext *SFC = LC->getStackFrame(); in getCXXLifetimeExtendedObjectRegion() 1296 const StackFrameContext *STC = LC->getStackFrame(); in getCXXThisRegion() [all …]
|
| H A D | ExprEngineCallAndReturn.cpp | 81 const StackFrameContext *SF = Node->getStackFrame(); in getLastStmt() 88 if (PP.getStackFrame() == SF) { in getLastStmt() 257 const StackFrameContext *calleeCtx = CEBNode->getStackFrame(); in processCallExit() 262 calleeCtx->getParent()->getStackFrame(); in processCallExit() 536 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in inlineCall() 554 CalleeADC->getStackFrame(ParentOfCallee, CallE, currBldrCtx->getBlock(), in inlineCall() 644 ->getStackFrame()->getParent() in finishArgumentConstruction() 645 ->getStackFrame() == LC->getStackFrame()); in finishArgumentConstruction() 846 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in mayInlineCallKind()
|
| H A D | ExprEngine.cpp | 478 auto Key = std::make_pair(E, LCtx->getStackFrame()); in setIndexOfElementToConstruct() 495 auto Key = std::make_pair(E, LCtx->getStackFrame()); in removePendingInitLoop() 505 auto Key = std::make_pair(E, LCtx->getStackFrame()); in setPendingInitLoop() 525 auto Key = std::make_pair(E, LCtx->getStackFrame()); in removeIndexOfElementToConstruct() 545 auto Key = LCtx->getStackFrame(); in setPendingArrayDestruction() 555 auto Key = LCtx->getStackFrame(); in removePendingArrayDestruction() 565 ConstructedObjectKey Key(Item, LC->getStackFrame()); in addObjectUnderConstruction() 606 ConstructedObjectKey Key(Item, LC->getStackFrame()); in getObjectUnderConstruction() 2440 if (L.getStackFrame() != CallerSF) in replayWithoutInlining() 2542 if (RootLC->getStackFrame() != CalleeSF) { in processCFGBlockEntrance() [all …]
|
| H A D | BugReporterVisitors.cpp | 273 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition() 382 const StackFrameContext *SCtx = Ctx->getStackFrame(); in isModifiedInFrame() 395 SCtx = SCtx->getParent()->getStackFrame(); in markFrameAsModifying() 409 OrigSCtx == N->getFirstPred()->getStackFrame(); in getMatchingCallExitEnd() 435 CurrentSCtx = CurrN->getStackFrame(); in findModifyingFrames() 447 CurrentSCtx = CurrN->getStackFrame(); in findModifyingFrames() 470 const StackFrameContext *SCtx = Ctx->getStackFrame(); in VisitNode() 498 if (!N->getStackFrame()->getCFG()->isLinear()) { in VisitNode() 1292 return FrameSpace->getStackFrame() == LCtx->getStackFrame(); in isInitializationOfVar() 2072 if (Origin->getStackFrame() != N->getStackFrame()) in VisitNode() [all …]
|
| H A D | WorkList.cpp | 160 N->getLocationContext()->getStackFrame()); in enqueue() 230 N->getLocationContext()->getStackFrame()); in enqueue()
|
| H A D | Environment.cpp | 77 L ? L->getStackFrame() in EnvironmentEntry() 244 Out << "{ \"pointer\": \"" << (const void *)LCtx->getStackFrame() in printJson()
|
| H A D | LoopWidening.cpp | 59 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState()
|
| H A D | ExprEngineCXX.cpp | 147 Loc ThisPtr = SVB.getCXXThis(CurCtor, LCtx->getStackFrame()); in computeObjectUnderConstruction() 206 const StackFrameContext *SFC = LCtx->getStackFrame(); in computeObjectUnderConstruction() 432 const StackFrameContext *SFC = LCtx->getStackFrame(); in updateObjectsUnderConstruction() 673 LCtx->getStackFrame()->getCallSite()); in handleConstructor() 705 LCtx->getStackFrame()); in handleConstructor()
|
| H A D | CallEvent.cpp | 190 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, BlockCount, Idx); in getCalleeStackFrame() 525 const auto *CallStackFrameContext = CallLocationContext->getStackFrame(); in getCaller() 951 const StackFrameContext *SFC = getLocationContext()->getStackFrame(); in getInheritingStackFrame() 953 SFC = SFC->getParent()->getStackFrame(); in getInheritingStackFrame() 1428 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 354 const StackFrameContext *SC = Pred->getStackFrame(); in getCalleeNode() 357 const StackFrameContext *PC = SC->getParent()->getStackFrame(); in getCalleeNode() 362 while (N && N->getStackFrame() != PC) { in getCalleeNode() 382 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState()); in annotateConsumedSummaryMismatch() 505 isSynthesizedAccessor(LCtx->getStackFrame())) { in VisitNode() 506 S = LCtx->getStackFrame()->getCallSite(); in VisitNode() 693 if (MR->getStackFrame() == LeakContext->getStackFrame()) in GetAllocationSite()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 311 AnalysisDeclContext::getStackFrame(const LocationContext *ParentLC, in getStackFrame() function in AnalysisDeclContext 314 return getLocationContextManager().getStackFrame(this, ParentLC, S, Blk, in getStackFrame() 427 const StackFrameContext *LocationContextManager::getStackFrame( in getStackFrame() function in LocationContextManager 462 const StackFrameContext *LocationContext::getStackFrame() const { in getStackFrame() function in LocationContext 473 return getStackFrame()->inTopFrame(); in inTopFrame()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 98 const StackFrameContext *getStackFrame() const { in getStackFrame() function 99 return Pred->getStackFrame(); in getStackFrame()
|
| H A D | ExplodedGraph.h | 151 const StackFrameContext *getStackFrame() const { in getStackFrame() function 152 return getLocation().getStackFrame(); in getStackFrame()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 175 const Stmt *CallSite = Context.getStackFrame()->getCallSite(); in checkEndFunction() 457 Context.getSValBuilder().getCXXThis(CtorDecl, Context.getStackFrame()); in getConstructedRegion()
|