| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BlockCounter.cpp | 24 const StackFrameContext *CallSite; 28 CountKey(const StackFrameContext *CS, unsigned ID) in CountKey() 57 unsigned BlockCounter::getNumVisited(const StackFrameContext *CallSite, in getNumVisited() 74 const StackFrameContext *CallSite, in IncrementCount()
|
| H A D | MemRegion.cpp | 157 const StackFrameContext *VarRegion::getStackFrame() const { in getStackFrame() 162 const StackFrameContext * 980 return (const StackFrameContext *)nullptr; in getStackOrCaptureRegionForDeclContext() 988 const StackFrameContext *SFC = LC->getStackFrame(); in getVarRegion() 1032 const auto *STC = V.get<const StackFrameContext *>(); in getVarRegion() 1096 const StackFrameContext *SFC = LC->getStackFrame(); in getParamVarRegion() 1142 const StackFrameContext *STC = LC->getStackFrame(); in getCompoundLiteralRegion() 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 | CallEvent.cpp | 163 const StackFrameContext * 195 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount); in getParameterLocation() 461 static void addParameterValuesToBindings(const StackFrameContext *CalleeCtx, in addParameterValuesToBindings() 504 const StackFrameContext *StackFrame = getCalleeStackFrame(0); in getConstructionContext() 615 const StackFrameContext *CalleeCtx, in getInitialStackFrameContents() 816 const StackFrameContext *CalleeCtx, in getInitialStackFrameContents() 897 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, in getInitialStackFrameContents() 936 const StackFrameContext *CalleeCtx, in getInitialStackFrameContents() 949 const StackFrameContext * 951 const StackFrameContext *SFC = getLocationContext()->getStackFrame(); in getInheritingStackFrame() [all …]
|
| H A D | ExprEngineCallAndReturn.cpp | 47 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() 81 const StackFrameContext *SF = Node->getStackFrame(); in getLastStmt() 190 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining() 257 const StackFrameContext *calleeCtx = CEBNode->getStackFrame(); in processCallExit() 261 const StackFrameContext *callerCtx = in processCallExit() 464 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LCtx)) { in examineStackFrames() 536 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in inlineCall() 553 const StackFrameContext *CalleeSFC = in inlineCall() 846 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in mayInlineCallKind()
|
| H A D | WorkList.cpp | 140 using LocIdentifier = std::pair<BlockID, const StackFrameContext *>; 195 using LocIdentifier = std::pair<BlockID, const StackFrameContext *>;
|
| H A D | BugReporterVisitors.cpp | 382 const StackFrameContext *SCtx = Ctx->getStackFrame(); in isModifiedInFrame() 389 const StackFrameContext *SCtx) { in markFrameAsModifying() 424 const StackFrameContext *const OriginalSCtx = in findModifyingFrames() 428 const StackFrameContext *CurrentSCtx = OriginalSCtx; in findModifyingFrames() 470 const StackFrameContext *SCtx = Ctx->getStackFrame(); in VisitNode() 993 const StackFrameContext *CalleeSFC; 1228 const StackFrameContext *OriginSFC; 1243 const StackFrameContext *OriginSFC = nullptr) in StoreSiteFinder() 2340 const StackFrameContext *SFC = LVNode->getStackFrame(); in handle() 2508 const StackFrameContext *SFC = LVNode->getStackFrame(); in handle() [all …]
|
| H A D | LoopWidening.cpp | 59 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState()
|
| H A D | SymbolManager.cpp | 532 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() 539 const StackFrameContext *CurrentContext = LCtx->getStackFrame(); in isLive()
|
| H A D | Environment.cpp | 76 const StackFrameContext *>(ignoreTransparentExprs(S), in EnvironmentEntry()
|
| H A D | ProgramState.cpp | 92 ProgramStateRef state, const StackFrameContext *LCtx, in removeDeadBindingsFromEnvironmentAndStore() 231 const StackFrameContext *CalleeCtx) const { in enterStackFrame()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 45 class StackFrameContext; variable 181 const StackFrameContext *getStackFrame(LocationContext const *ParentLC, 262 const StackFrameContext *getStackFrame() const; 299 class StackFrameContext : public LocationContext { 316 StackFrameContext(AnalysisDeclContext *ADC, const LocationContext *ParentLC, in StackFrameContext() function 323 ~StackFrameContext() override = default; 405 const StackFrameContext *getStackFrame(AnalysisDeclContext *ADC, 470 const StackFrameContext *getStackFrame(const Decl *D) { in getStackFrame() 476 const StackFrameContext *getStackFrame(AnalysisDeclContext *ADC, in getStackFrame()
|
| H A D | ProgramPoint.h | 179 const StackFrameContext *getStackFrame() const { in getStackFrame() 630 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() 638 const StackFrameContext *getCalleeContext() const { in getCalleeContext() 639 return static_cast<const StackFrameContext *>(getData2()); in getCalleeContext() 644 const StackFrameContext *CalleeCtx = getCalleeContext(); in getEntry() 669 CallExitBegin(const StackFrameContext *L, const ReturnStmt *RS) in CallExitBegin() 689 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() 693 const StackFrameContext *getCalleeContext() const { in getCalleeContext() 694 return static_cast<const StackFrameContext *>(getData1()); in getCalleeContext()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | BlockCounter.h | 22 class StackFrameContext; variable 37 unsigned getNumVisited(const StackFrameContext *CallSite, 48 const StackFrameContext *CallSite,
|
| H A D | Store.h | 42 class StackFrameContext; variable 188 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx, 242 const StackFrameContext *CalleeCtx);
|
| H A D | MemRegion.h | 50 class StackFrameContext; variable 389 const StackFrameContext *SFC; 400 const StackFrameContext *getStackFrame() const { return SFC; } in getStackFrame() 413 StackLocalsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackLocalsSpaceRegion() 964 const StackFrameContext *getStackFrame() const; 1252 const StackFrameContext *getStackFrame() const; 1291 const StackFrameContext *getStackFrame() const; 1409 llvm::DenseMap<const StackFrameContext *, StackLocalsSpaceRegion *> 1411 llvm::DenseMap<const StackFrameContext *, StackArgumentsSpaceRegion *> 1437 getStackLocalsRegion(const StackFrameContext *STC); [all …]
|
| H A D | CallEvent.h | 56 class StackFrameContext; variable 373 virtual void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 407 const StackFrameContext *getCalleeStackFrame(unsigned BlockCount) const; 521 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 663 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 703 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 891 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 1004 const StackFrameContext *getInheritingStackFrame() const; 1264 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 1341 CallEventRef<> getCaller(const StackFrameContext *CalleeCtx,
|
| H A D | SValBuilder.h | 44 class StackFrameContext; variable 404 const StackFrameContext *SFC); 408 const StackFrameContext *SFC);
|
| H A D | Environment.h | 36 const StackFrameContext *> {
|
| H A D | SymbolManager.h | 593 const StackFrameContext *LCtx; 607 SymbolReaper(const StackFrameContext *Ctx, const Stmt *s, in SymbolReaper()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 310 const StackFrameContext * 414 void StackFrameContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile() 427 const StackFrameContext *LocationContextManager::getStackFrame( in getStackFrame() 431 StackFrameContext::Profile(ID, ctx, parent, s, blk, blockCount, idx); in getStackFrame() 434 cast_or_null<StackFrameContext>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); in getStackFrame() 436 L = new StackFrameContext(ctx, parent, s, blk, blockCount, idx, ++NewID); in getStackFrame() 462 const StackFrameContext *LocationContext::getStackFrame() const { in getStackFrame() 465 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) in getStackFrame() 514 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in dumpStack() 556 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in printJson()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TestAfterDivZeroChecker.cpp | 31 const StackFrameContext *SFC; 34 ZeroState(SymbolRef S, unsigned B, const StackFrameContext *SFC) in ZeroState() 37 const StackFrameContext *getStackFrameContext() const { return SFC; } in getStackFrameContext() 61 const StackFrameContext *SFC; 65 DivisionBRVisitor(SymbolRef ZeroSymbol, const StackFrameContext *SFC) in DivisionBRVisitor()
|
| H A D | ReturnUndefChecker.cpp | 45 const StackFrameContext *SFC = C.getStackFrame(); in checkPreStmt()
|
| H A D | ReturnValueChecker.cpp | 125 const StackFrameContext *SFC = C.getStackFrame(); in checkEndFunction()
|
| H A D | MIGChecker.cpp | 152 const StackFrameContext *SFC; in isInMIGCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 236 const StackFrameContext *Origin = nullptr); 388 const StackFrameContext *Origin = nullptr); 657 llvm::SmallPtrSet<const StackFrameContext *, 32> FramesModifying; 658 llvm::SmallPtrSet<const StackFrameContext *, 32> FramesModifyingCalculated; 665 void markFrameAsModifying(const StackFrameContext *SCtx);
|