| /freebsd-13.1/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 | CallEvent.cpp | 182 const StackFrameContext * 214 const StackFrameContext *SFC = getCalleeStackFrame(BlockCount); in getParameterLocation() 506 static void addParameterValuesToBindings(const StackFrameContext *CalleeCtx, in addParameterValuesToBindings() 543 const StackFrameContext *StackFrame = getCalleeStackFrame(0); in getConstructionContext() 627 const StackFrameContext *CalleeCtx, in getInitialStackFrameContents() 823 const StackFrameContext *CalleeCtx, in getInitialStackFrameContents() 903 void BlockCall::getInitialStackFrameContents(const StackFrameContext *CalleeCtx, in getInitialStackFrameContents() 942 const StackFrameContext *CalleeCtx, in getInitialStackFrameContents() 955 const StackFrameContext * 957 const StackFrameContext *SFC = getLocationContext()->getStackFrame(); in getInheritingStackFrame() [all …]
|
| H A D | MemRegion.cpp | 158 const StackFrameContext *VarRegion::getStackFrame() const { in getStackFrame() 897 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) { in getStackOrCaptureRegionForDeclContext() 917 return (const StackFrameContext *)nullptr; in getStackOrCaptureRegionForDeclContext() 925 const StackFrameContext *SFC = LC->getStackFrame(); in getVarRegion() 981 const auto *STC = V.get<const StackFrameContext *>(); in getVarRegion() 1039 const StackFrameContext *SFC = LC->getStackFrame(); in getParamVarRegion() 1059 const StackFrameContext *STC = LC->getStackFrame(); in getBlockDataRegion() 1087 const StackFrameContext *STC = LC->getStackFrame(); in getCompoundLiteralRegion() 1153 const StackFrameContext *SFC = LC->getStackFrame(); in getCXXTempObjectRegion() 1222 const StackFrameContext *STC = LC->getStackFrame(); in getCXXThisRegion() [all …]
|
| H A D | ExprEngineCallAndReturn.cpp | 46 const StackFrameContext *calleeCtx = CE.getCalleeContext(); in processCallEnter() 80 const StackFrameContext *SF = Node->getStackFrame(); in getLastStmt() 189 const StackFrameContext *calleeCtx) { in wasDifferentDeclUsedForInlining() 209 const StackFrameContext *calleeCtx = CEBNode->getStackFrame(); in processCallExit() 213 const StackFrameContext *callerCtx = in processCallExit() 394 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LCtx)) { in examineStackFrames() 437 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in REGISTER_MAP_WITH_PROGRAMSTATE() 454 const StackFrameContext *CalleeSFC = in REGISTER_MAP_WITH_PROGRAMSTATE() 737 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in mayInlineCallKind()
|
| H A D | BugReporterVisitors.cpp | 419 const StackFrameContext *SCtx = Ctx->getStackFrame(); in isRegionOfInterestModifiedInFrame() 571 const StackFrameContext *SCtx = Ctx->getStackFrame(); in VisitNode() 645 const StackFrameContext *OriginalSCtx = Ctx->getStackFrame(); in findModifyingFrames() 658 const StackFrameContext *SCtx = N->getStackFrame(); in findModifyingFrames() 910 const StackFrameContext *CalleeSFC; 1151 const StackFrameContext *OriginSFC; 1166 const StackFrameContext *OriginSFC = nullptr) in StoreSiteFinder() 2082 const StackFrameContext *SFC = LVNode->getStackFrame(); in handle() 2186 const StackFrameContext *PredSFC = ExprNode->getStackFrame(); in handle() 2248 const StackFrameContext *SFC = LVNode->getStackFrame(); in handle() [all …]
|
| H A D | WorkList.cpp | 140 using LocIdentifier = std::pair<BlockID, const StackFrameContext *>; 195 using LocIdentifier = std::pair<BlockID, const StackFrameContext *>;
|
| H A D | LoopWidening.cpp | 58 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState()
|
| H A D | SymbolManager.cpp | 513 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() 520 const StackFrameContext *CurrentContext = LCtx->getStackFrame(); in isLive()
|
| H A D | Environment.cpp | 73 const StackFrameContext *>(ignoreTransparentExprs(S), in EnvironmentEntry()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 45 class StackFrameContext; variable 181 const StackFrameContext *getStackFrame(LocationContext const *ParentLC, 258 const StackFrameContext *getStackFrame() const; 295 class StackFrameContext : public LocationContext { 312 StackFrameContext(AnalysisDeclContext *ADC, const LocationContext *ParentLC, in StackFrameContext() function 319 ~StackFrameContext() override = default; 401 const StackFrameContext *getStackFrame(AnalysisDeclContext *ADC, 466 const StackFrameContext *getStackFrame(const Decl *D) { in getStackFrame() 472 const StackFrameContext *getStackFrame(AnalysisDeclContext *ADC, in getStackFrame()
|
| H A D | ProgramPoint.h | 183 const StackFrameContext *getStackFrame() const { in getStackFrame() 632 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() 640 const StackFrameContext *getCalleeContext() const { in getCalleeContext() 641 return static_cast<const StackFrameContext *>(getData2()); in getCalleeContext() 646 const StackFrameContext *CalleeCtx = getCalleeContext(); in getEntry() 671 CallExitBegin(const StackFrameContext *L, const ReturnStmt *RS) in CallExitBegin() 691 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() 695 const StackFrameContext *getCalleeContext() const { in getCalleeContext() 696 return static_cast<const StackFrameContext *>(getData1()); in getCalleeContext()
|
| /freebsd-13.1/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 187 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx, 241 const StackFrameContext *CalleeCtx);
|
| H A D | CallEvent.h | 55 class StackFrameContext; variable 368 virtual void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 402 const StackFrameContext *getCalleeStackFrame(unsigned BlockCount) const; 505 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 648 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 685 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 859 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 964 const StackFrameContext *getInheritingStackFrame() const; 1215 void getInitialStackFrameContents(const StackFrameContext *CalleeCtx, 1384 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State);
|
| H A D | MemRegion.h | 49 class StackFrameContext; variable 384 const StackFrameContext *SFC; 387 StackSpaceRegion(MemRegionManager &mgr, Kind k, const StackFrameContext *sfc) in StackSpaceRegion() 394 const StackFrameContext *getStackFrame() const { return SFC; } in getStackFrame() 407 StackLocalsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackLocalsSpaceRegion() 422 StackArgumentsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackArgumentsSpaceRegion() 923 const StackFrameContext *getStackFrame() const; 1312 llvm::DenseMap<const StackFrameContext *, StackLocalsSpaceRegion *> 1314 llvm::DenseMap<const StackFrameContext *, StackArgumentsSpaceRegion *> 1339 getStackLocalsRegion(const StackFrameContext *STC); [all …]
|
| H A D | SValBuilder.h | 43 class StackFrameContext; variable 406 const StackFrameContext *SFC); 410 const StackFrameContext *SFC);
|
| H A D | Environment.h | 36 const StackFrameContext *> {
|
| H A D | SymbolManager.h | 520 const StackFrameContext *LCtx; 534 SymbolReaper(const StackFrameContext *Ctx, const Stmt *s, in SymbolReaper()
|
| H A D | CheckerContext.h | 95 const StackFrameContext *getStackFrame() const { in getStackFrame()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 311 const StackFrameContext * 415 void StackFrameContext::Profile(llvm::FoldingSetNodeID &ID) { in Profile() 428 const StackFrameContext *LocationContextManager::getStackFrame( in getStackFrame() 432 StackFrameContext::Profile(ID, ctx, parent, s, blk, blockCount, idx); in getStackFrame() 435 cast_or_null<StackFrameContext>(Contexts.FindNodeOrInsertPos(ID, InsertPos)); in getStackFrame() 437 L = new StackFrameContext(ctx, parent, s, blk, blockCount, idx, ++NewID); in getStackFrame() 463 const StackFrameContext *LocationContext::getStackFrame() const { in getStackFrame() 466 if (const auto *SFC = dyn_cast<StackFrameContext>(LC)) in getStackFrame() 515 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in dumpStack() 557 if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) { in printJson()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TestAfterDivZeroChecker.cpp | 30 const StackFrameContext *SFC; 33 ZeroState(SymbolRef S, unsigned B, const StackFrameContext *SFC) in ZeroState() 36 const StackFrameContext *getStackFrameContext() const { return SFC; } in getStackFrameContext() 60 const StackFrameContext *SFC; 64 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 | 123 const StackFrameContext *SFC = C.getStackFrame(); in checkEndFunction()
|
| H A D | MIGChecker.cpp | 150 const StackFrameContext *SFC; in isInMIGCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 228 const StackFrameContext *Origin = nullptr); 380 const StackFrameContext *Origin = nullptr);
|