/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | AnalysisDeclContext.h | 181 const StackFrameContext *getStackFrame(LocationContext const *ParentLC, 256 const StackFrameContext *getStackFrame() const; 399 const StackFrameContext *getStackFrame(AnalysisDeclContext *ADC, 464 const StackFrameContext *getStackFrame(const Decl *D) { in getStackFrame() function 465 return LocCtxMgr.getStackFrame(getContext(D), nullptr, nullptr, nullptr, 0, in getStackFrame() 470 const StackFrameContext *getStackFrame(AnalysisDeclContext *ADC, in getStackFrame() function 474 return LocCtxMgr.getStackFrame(ADC, Parent, S, Block, BlockCount, Index); in getStackFrame()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TestAfterDivZeroChecker.cpp | 116 if (ZeroSymbol == S.getAsSymbol() && SFC == Succ->getStackFrame()) { in REGISTER_SET_WITH_PROGRAMSTATE() 151 State->add<DivZeroMap>(ZeroState(SR, C.getBlockID(), C.getStackFrame())); in setDivZeroMap() 161 ZeroState ZS(SR, C.getBlockID(), C.getStackFrame()); in hasDivZeroMap() 176 C.getStackFrame())); in reportBug() 194 if (ZS.getStackFrameContext() == C.getStackFrame()) in checkEndFunction()
|
H A D | UndefinedAssignmentChecker.cpp | 44 dyn_cast<FunctionDecl>(C.getStackFrame()->getDecl())) in checkBind() 93 dyn_cast<CXXConstructorDecl>(C.getStackFrame()->getDecl())) { in checkBind()
|
H A D | ReturnValueChecker.cpp | 123 const StackFrameContext *SFC = C.getStackFrame(); in checkEndFunction() 124 if (C.getStackFrame()->inTopFrame()) in checkEndFunction()
|
H A D | MIGChecker.cpp | 133 VR->getStackFrame()->inTopFrame()) in REGISTER_TRAIT_WITH_PROGRAMSTATE() 153 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 | StackAddrEscapeChecker.cpp | 123 return S->getStackFrame() != C.getStackFrame(); in isNotInCurrentFrame() 311 CallBack(CheckerContext &CC) : Ctx(CC), CurSFC(CC.getStackFrame()) {} in checkEndFunction()
|
H A D | NSErrorChecker.cpp | 199 const StackFrameContext * SFC = C.getStackFrame(); in parameterTypeFromSVal() 205 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 80 const StackFrameContext *SF = Node->getStackFrame(); in getLastStmt() 87 if (PP.getStackFrame() == SF) { in getLastStmt() 209 const StackFrameContext *calleeCtx = CEBNode->getStackFrame(); in processCallExit() 214 calleeCtx->getParent()->getStackFrame(); in processCallExit() 437 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in REGISTER_MAP_WITH_PROGRAMSTATE() 455 CalleeADC->getStackFrame(ParentOfCallee, CallE, currBldrCtx->getBlock(), in REGISTER_MAP_WITH_PROGRAMSTATE() 541 ->getStackFrame()->getParent() in finishArgumentConstruction() 542 ->getStackFrame() == LC->getStackFrame()); in finishArgumentConstruction() 737 const StackFrameContext *CallerSFC = CurLC->getStackFrame(); in mayInlineCallKind()
|
H A D | BugReporterVisitors.cpp | 243 if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame())) in isVarAnInterestingCondition() 418 const StackFrameContext *SCtx = Ctx->getStackFrame(); in isRegionOfInterestModifiedInFrame() 570 const StackFrameContext *SCtx = Ctx->getStackFrame(); in VisitNode() 644 const StackFrameContext *OriginalSCtx = Ctx->getStackFrame(); in findModifyingFrames() 654 FramesModifyingCalculated.insert(N->getLocationContext()->getStackFrame()); in findModifyingFrames() 657 const StackFrameContext *SCtx = N->getStackFrame(); in findModifyingFrames() 662 SCtx = SCtx->getParent()->getStackFrame(); in findModifyingFrames() 700 if (!N->getStackFrame()->getCFG()->isLinear()) in maybeEmitNote() 959 const StackFrameContext *CurrentSFC = Node->getStackFrame(); in addVisitorIfNecessary() 972 const StackFrameContext *PredSFC = Node->getStackFrame(); in addVisitorIfNecessary() [all …]
|
H A D | MemRegion.cpp | 158 const StackFrameContext *VarRegion::getStackFrame() const { in getStackFrame() function in VarRegion 160 return SSR ? SSR->getStackFrame() : nullptr; in getStackFrame() 188 const Decl *D = getStackFrame()->getDecl(); in getDecl() 217 ID.AddPointer(getStackFrame()); in Profile() 925 const StackFrameContext *SFC = LC->getStackFrame(); 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 | ExprEngine.cpp | 294 const StackFrameContext *SFC = InitLoc->getStackFrame(); in getInitialState() 464 ConstructedObjectKey Key(Item, LC->getStackFrame()); in addObjectUnderConstruction() 477 ConstructedObjectKey Key(Item, LC->getStackFrame()); in getObjectUnderConstruction() 485 ConstructedObjectKey Key(Item, LC->getStackFrame()); in finishObjectConstruction() 716 const StackFrameContext *SFC = LC ? LC->getStackFrame() : nullptr; in removeDead() 1031 LCtx->getStackFrame()); in ProcessBaseDtor() 1054 getSValBuilder().getCXXThis(CurDtor, LCtx->getStackFrame()); in ProcessMemberDtor() 1897 const StackFrameContext *CalleeSF = CalleeLC->getStackFrame(); in replayWithoutInlining() 1898 const StackFrameContext *CallerSF = CalleeSF->getParent()->getStackFrame(); in replayWithoutInlining() 1910 if (L.getStackFrame() != CallerSF) in replayWithoutInlining() [all …]
|
H A D | WorkList.cpp | 160 N->getLocationContext()->getStackFrame()); in enqueue() 236 N->getLocationContext()->getStackFrame()); in enqueue()
|
H A D | Environment.cpp | 74 L ? L->getStackFrame() in EnvironmentEntry() 242 Out << "{ \"pointer\": \"" << (const void *)LCtx->getStackFrame() in printJson()
|
H A D | ExprEngineCXX.cpp | 136 Loc ThisPtr = SVB.getCXXThis(CurCtor, LCtx->getStackFrame()); in computeObjectUnderConstruction() 190 const StackFrameContext *SFC = LCtx->getStackFrame(); in computeObjectUnderConstruction() 389 const StackFrameContext *SFC = LCtx->getStackFrame(); in updateObjectsUnderConstruction() 512 LCtx->getStackFrame()->getCallSite()); in handleConstructor() 544 LCtx->getStackFrame()); in handleConstructor()
|
H A D | LoopWidening.cpp | 58 const StackFrameContext *STC = LCtx->getStackFrame(); in getWidenedLoopState()
|
H A D | CallEvent.cpp | 208 return ADC->getManager()->getStackFrame(ADC, LCtx, E, B, BlockCount, Idx); in getCalleeStackFrame() 918 const StackFrameContext *SFC = getLocationContext()->getStackFrame(); in getInheritingStackFrame() 920 SFC = SFC->getParent()->getStackFrame(); in getInheritingStackFrame() 1394 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller()
|
H A D | SymbolManager.cpp | 513 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive() 520 const StackFrameContext *CurrentContext = LCtx->getStackFrame(); in isLive()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 360 const StackFrameContext *SC = Pred->getStackFrame(); in getCalleeNode() 363 const StackFrameContext *PC = SC->getParent()->getStackFrame(); in getCalleeNode() 368 while (N && N->getStackFrame() != PC) { in getCalleeNode() 388 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState()); in annotateConsumedSummaryMismatch() 511 isSynthesizedAccessor(LCtx->getStackFrame())) { in VisitNode() 512 S = LCtx->getStackFrame()->getCallSite(); in VisitNode() 697 if (MR->getStackFrame() == LeakContext->getStackFrame()) in GetAllocationSite()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 312 AnalysisDeclContext::getStackFrame(const LocationContext *ParentLC, in getStackFrame() function in AnalysisDeclContext 315 return getLocationContextManager().getStackFrame(this, ParentLC, S, Blk, in getStackFrame() 375 const StackFrameContext *LocationContextManager::getStackFrame( in getStackFrame() function in LocationContextManager 410 const StackFrameContext *LocationContext::getStackFrame() const { in getStackFrame() function in LocationContext 421 return getStackFrame()->inTopFrame(); in inTopFrame()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerContext.h | 95 const StackFrameContext *getStackFrame() const { in getStackFrame() function 96 return Pred->getStackFrame(); in getStackFrame()
|
H A D | ExplodedGraph.h | 150 const StackFrameContext *getStackFrame() const { in getStackFrame() function 151 return getLocation().getStackFrame(); in getStackFrame()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObjectChecker.cpp | 180 const Stmt *CallSite = Context.getStackFrame()->getCallSite(); in checkEndFunction() 462 Context.getSValBuilder().getCXXThis(CtorDecl, Context.getStackFrame()); in getConstructedRegion()
|