Home
last modified time | relevance | path

Searched refs:getLocationContext (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoTesterChecker.cpp89 C.addTransition(setErrnoValue(C.getState(), C.getLocationContext(), in evalSetErrno()
100 State->BindExpr(Call.getOriginExpr(), C.getLocationContext(), *ErrnoVal); in evalGetErrno()
111 Call.getOriginExpr(), C.getLocationContext(), SVB.makeIntVal(0, true)); in evalSetErrnoIfError()
115 Call.getOriginExpr(), C.getLocationContext(), SVB.makeIntVal(1, true)); in evalSetErrnoIfError()
128 Call.getOriginExpr(), C.getLocationContext(), SVB.makeIntVal(0, true)); in evalSetErrnoIfErrorRange()
132 Call.getOriginExpr(), C.getLocationContext(), SVB.makeIntVal(1, true)); in evalSetErrnoIfErrorRange()
134 nullptr, Call.getOriginExpr(), C.getLocationContext(), C.blockCount()); in evalSetErrnoIfErrorRange()
138 setErrnoValue(StateFailure, C.getLocationContext(), ErrnoVal, Irrelevant); in evalSetErrnoIfErrorRange()
150 Call.getOriginExpr(), C.getLocationContext(), SVB.makeIntVal(0, true)); in evalSetErrnoCheckState()
154 Call.getOriginExpr(), C.getLocationContext(), SVB.makeIntVal(1, true)); in evalSetErrnoCheckState()
[all …]
H A DErrnoModeling.cpp108 ErrnoR = State->getRegion(ErrnoDecl, C.getLocationContext()); in checkBeginFunction()
127 nullptr, C.getLocationContext(), in checkBeginFunction()
153 State = State->BindExpr(Call.getOriginExpr(), C.getLocationContext(), in evalCall()
201 C.getLocationContext()); in setErrnoValue()
254 return setErrnoValue(State, C.getLocationContext(), ErrnoSym, Irrelevant); in setErrnoForStdFailure()
264 C.getLocationContext(), false); in setErrnoStdMustBeChecked()
H A DInvalidatedIteratorChecker.cpp77 SVal SubVal = State->getSVal(UO->getSubExpr(), C.getLocationContext()); in checkPreStmt()
88 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt()
98 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt()
108 SVal BaseVal = State->getSVal(ME->getBase(), C.getLocationContext()); in checkPreStmt()
H A DSmartPtrModeling.cpp309 Call.getOriginExpr(), C.getLocationContext(), in evalCall()
334 *ThisRegionOpt, nullptr, State, C.getLocationContext(), in evalCall()
366 Call.getOriginExpr(), C.getLocationContext(), in evalCall()
445 auto Val = C.getSValBuilder().conjureSymbolVal(E, C.getLocationContext(), in retrieveOrConjureInnerPtrVal()
489 const auto *LCtx = C.getLocationContext(); in handleComparisionOp()
534 C.blockCount(), C.getLocationContext(), false); in handleOstreamOperator()
536 State->BindExpr(Call.getOriginExpr(), C.getLocationContext(), StreamVal); in handleOstreamOperator()
642 State = State->BindExpr(Call.getOriginExpr(), C.getLocationContext(), in handleRelease()
726 State = State->BindExpr(Call.getOriginExpr(), C.getLocationContext(), in handleGet()
854 const LocationContext *LC = C.getLocationContext(); in handleBoolConversion()
[all …]
H A DTraversalChecker.cpp42 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition()
84 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall()
101 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall()
H A DStreamChecker.cpp230 const LocationContext *LCtx = C.getLocationContext(); in makeRetVal()
239 State = State->BindExpr(CE, C.getLocationContext(), RetVal); in bindAndAssumeTrue()
247 State = State->BindExpr(CE, C.getLocationContext(), in bindInt()
680 return State->BindExpr(CE, C.getLocationContext(), RetVal); in makeAndBindRetVal()
685 return State->BindExpr(CE, C.getLocationContext(), in bindReturnValue()
691 return State->BindExpr(CE, C.getLocationContext(), Val); in bindReturnValue()
696 return State->BindExpr(CE, C.getLocationContext(), in bindNullReturnValue()
713 State = State->BindExpr(CE, C.getLocationContext(), RetVal); in makeRetValAndAssumeDual()
828 const LocationContext *LCtx = Call.getLocationContext(); in escapeByStartIndexAndCount()
856 C.blockCount(), C.getLocationContext(), in escapeArgs()
[all …]
H A DDereferenceChecker.cpp194 State.get(), N->getLocationContext()); in reportBug()
202 State.get(), N->getLocationContext()); in reportBug()
210 State.get(), N->getLocationContext(), true); in reportBug()
218 State.get(), N->getLocationContext(), true); in reportBug()
226 State.get(), N->getLocationContext(), true); in reportBug()
H A DIteratorRangeChecker.cpp150 SVal SubVal = State->getSVal(UO->getSubExpr(), C.getLocationContext()); in checkPreStmt()
165 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); in checkPreStmt()
170 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt()
181 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt()
191 SVal BaseVal = State->getSVal(ME->getBase(), C.getLocationContext()); in checkPreStmt()
H A DValistChecker.cpp225 const LocationContext *LeakContext = N->getLocationContext(); in getStartCallSite()
238 const LocationContext *NContext = N->getLocationContext(); in getStartCallSite()
288 StartCallStmt, C.getSourceManager(), StartNode->getLocationContext()); in reportLeakedVALists()
300 StartNode->getLocationContext()->getDecl()); in reportLeakedVALists()
398 N->getLocationContext()); in VisitNode()
H A DAnalyzerStatsChecker.cpp51 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis()
60 if (D != P.getLocationContext()->getDecl()) in checkEndAnalysis()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp230 const LocationContext *LC = Pred->getLocationContext(); in HandleBlockEdge()
256 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) { in HandleBlockEdge()
257 assert(L.getLocationContext()->getCFG()->getExit().empty() && in HandleBlockEdge()
281 BlockEntrance BE(Blk, Pred->getLocationContext()); in HandleBlockEdge()
297 const LocationContext *LC = Pred->getLocationContext(); in HandleBlockEntrance()
351 generateNode(BlockEdge(B, succ, Pred->getLocationContext()), in HandleBlockExit()
432 generateNode(BlockEdge(B, *(B->succ_begin()), Pred->getLocationContext()), in HandleBlockExit()
490 const LocationContext *LCtx = Pred->getLocationContext(); in HandleVirtualBaseBranch()
563 PostStmt Loc(CS.getStmt(), N->getLocationContext()); in enqueueStmtNode()
583 const auto *LocCtx = cast<StackFrameContext>(N->getLocationContext()); in generateCallExitBeginNode()
[all …]
H A DExprEngine.cpp133 const LocationContext *getLocationContext() const { return Impl.second; } in getLocationContext() function in __anon289504840111::ConstructedObjectKey
136 return getLocationContext()->getDecl()->getASTContext(); in getASTContext()
652 if (I.first.getLocationContext() == LC) in areAllObjectsFullyConstructed()
698 if (Key.getLocationContext() != LCtx) in printObjectsUnderConstructionJson()
712 if (Key.getLocationContext() != LCtx) in printObjectsUnderConstructionJson()
968 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext()); in processCFGElement()
1120 Pred->getLocationContext())) { in ProcessStmt()
1122 Pred->getLocationContext()); in ProcessStmt()
1151 LoopExit PP(S, Pred->getLocationContext()); in ProcessLoopExit()
1161 const LocationContext *LC = Pred->getLocationContext(); in ProcessInitializer()
[all …]
H A DExprEngineC.cpp57 const LocationContext *LCtx = (*it)->getLocationContext(); in VisitBinaryOperator()
138 const LocationContext *LCtx = N->getLocationContext(); in VisitBinaryOperator()
201 Pred->getLocationContext(), in VisitBlockExpr()
233 const LocationContext *LCtx = Pred->getLocationContext(); in VisitBlockExpr()
247 State->BindExpr(BE, Pred->getLocationContext(), V), in VisitBlockExpr()
292 const LocationContext *LCtx = subExprNode->getLocationContext(); in VisitCast()
308 const LocationContext *LCtx = Pred->getLocationContext(); in VisitCast()
337 const LocationContext *LCtx = Pred->getLocationContext(); in VisitCast()
546 const LocationContext *LCtx = Pred->getLocationContext(); in VisitCompoundLiteralExpr()
598 const LocationContext *LC = N->getLocationContext(); in VisitDeclStmt()
[all …]
H A DLoopUnrolling.cpp50 const LocationContext *getLocationContext() const { return LCtx; } in getLocationContext() function
173 const LocationContext *LocCtxt = N->getLocationContext(); in isCapturedByReference()
249 N->getLocationContext()->getAnalysisDeclContext()->getASTContext(); in isPossiblyEscaped()
323 auto LCtx = Pred->getLocationContext(); in updateLoopStack()
330 LCtx == LS.getHead().getLocationContext()) { in updateLoopStack()
H A DExprEngineCallAndReturn.cpp183 const LocationContext *LCtx = Pred->getLocationContext(); in removeDeadOnEndOfFunction()
256 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext()); in processCallExit()
298 const LocationContext *LCtx = CEBNode->getLocationContext(); in processCallExit()
535 const LocationContext *CurLC = Pred->getLocationContext(); in inlineCall()
612 CE, Pred->getState(), Pred->getLocationContext(), getCFGElementRef()); in VisitCallExpr()
637 const LocationContext *LC = Call.getLocationContext(); in finishArgumentConstruction()
664 const LocationContext *LC = Call.getLocationContext(); in finishArgumentConstruction()
730 State = processPointerEscapedOnBind(State, Escaped, I->getLocationContext(), in evalCall()
834 State = bindReturnValue(Call, Pred->getLocationContext(), State); in conservativeEvalCall()
845 const LocationContext *CurLC = Pred->getLocationContext(); in mayInlineCallKind()
[all …]
H A DExprEngineCXX.cpp36 const LocationContext *LCtx = Pred->getLocationContext(); in CreateCXXTemporaryObject()
64 const LocationContext *LCtx = Pred->getLocationContext(); in performTrivialCopy()
589 const LocationContext *LCtx = Pred->getLocationContext(); in handleConstructor()
864 const LocationContext *LCtx = Pred->getLocationContext(); in VisitCXXDestructor()
892 Dest = MRMgr.getCXXTempObjectRegion(E, Pred->getLocationContext()); in VisitCXXDestructor()
927 const LocationContext *LCtx = Pred->getLocationContext(); in VisitCXXNewAllocatorCall()
1003 const LocationContext *LCtx = Pred->getLocationContext(); in VisitCXXNewExpr()
1093 State = State->BindExpr(CNE, Pred->getLocationContext(), Result); in VisitCXXNewExpr()
1132 CDE, Pred->getState(), Pred->getLocationContext(), getCFGElementRef()); in VisitCXXDeleteExpr()
1157 const LocationContext *LCtx = Pred->getLocationContext(); in VisitCXXCatchStmt()
[all …]
H A DExplodedGraph.cpp117 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()
136 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
298 return getLocationContext() in getCFGBlock()
323 const LocationContext *LC = getLocationContext(); in getStmtForDiagnostics()
H A DCallEvent.cpp283 BlockCount, getLocationContext(), in invalidateRegions()
293 return PreStmt(E, getLocationContext(), Tag); in getProgramPoint()
294 return PostStmt(E, getLocationContext(), Tag); in getProgramPoint()
304 return PreImplicitCall(D, Loc, getLocationContext(), ElemRef, Tag); in getProgramPoint()
305 return PostImplicitCall(D, Loc, getLocationContext(), ElemRef, Tag); in getProgramPoint()
521 const auto *CallLocationContext = this->getLocationContext(); in getCaller()
549 getLocationContext(), CC, CallOpts); in getReturnValueUnderConstruction()
568 getLocationContext()->getAnalysisDeclContext()-> in getRuntimeDefinition()
951 const StackFrameContext *SFC = getLocationContext()->getStackFrame(); in getInheritingStackFrame()
1015 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal()
[all …]
H A DBugReporterVisitors.cpp198 SVal StructSVal = N->getState()->getLValue(VD, N->getLocationContext()); in getLocationRegionIfReference()
209 return N->getState()->getLValue(VD, N->getLocationContext()).getAsRegion(); in getLocationRegionIfReference()
241 const LocationContext *LCtx = N->getLocationContext(); in getSValForVar()
385 const LocationContext *Ctx = N->getLocationContext(); in isModifiedInFrame()
429 CallExitBeginN->getLocationContext()->getStackFrame(); in findModifyingFrames()
473 const LocationContext *Ctx = N->getLocationContext(); in VisitNode()
964 auto *LCtx = N->getLocationContext(); in matchAssignment()
1031 if (N->getLocationContext() != CalleeSFC) in visitNodeInitial()
1295 const LocationContext *LCtx = N->getLocationContext(); in isInitializationOfVar()
1617 State->getSVal(OriginEx, Succ->getLocationContext()); in VisitNode()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h147 const LocationContext *getLocationContext() const { in getLocationContext() function
148 return getLocation().getLocationContext(); in getLocationContext()
155 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); } in getCodeDecl()
157 CFG &getCFG() const { return *getLocationContext()->getCFG(); } in getCFG()
162 return getLocationContext()->getParentMap(); in getParentMap()
166 return *getLocationContext()->getAnalysis<T>(); in getAnalysis()
177 return getState()->getSVal(S, getLocationContext()); in getSVal()
H A DCoreEngine.h209 : NodeBuilderContext(E, B, N->getLocationContext()) {} in NodeBuilderContext()
218 const LocationContext *getLocationContext() const { return LC; } in getLocationContext() function
417 Pred->getLocationContext(), tag);
427 Pred->getLocationContext(), tag);
529 const LocationContext *getLocationContext() const { in getLocationContext() function
530 return Pred->getLocationContext(); in getLocationContext()
583 const LocationContext *getLocationContext() const { in getLocationContext() function
584 return Pred->getLocationContext(); in getLocationContext()
H A DCheckerContext.h94 const LocationContext *getLocationContext() const { in getLocationContext() function
95 return Pred->getLocationContext(); in getLocationContext()
103 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame()
128 return Pred->getLocationContext()->getAnalysisDeclContext(); in getCurrentAnalysisDeclContext()
H A DEnvironment.h41 const LocationContext *getLocationContext() const { return second; } in getLocationContext() function
47 ID.AddPointer(E.getLocationContext()); in Profile()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp479 const LocationContext *LCtx = N->getLocationContext(); in VisitNode()
537 PathDiagnosticLocation Pos(S, SM, N->getLocationContext()); in VisitNode()
590 N->getLocationContext()); in VisitNode()
672 const LocationContext *LeakContext = N->getLocationContext(); in GetAllocationSite()
680 const LocationContext *NContext = N->getLocationContext(); in GetAllocationSite()
744 AllocationNodeInCurrentOrParentContext->getLocationContext() != in GetAllocationSite()
867 UniqueingDecl = Ctx.getLocationContext()->getDecl(); in deriveParamLocation()
904 AllocStmt, SMgr, AllocNode->getLocationContext()); in deriveAllocLocation()
910 UniqueingDecl = AllocNode->getLocationContext()->getDecl(); in deriveAllocLocation()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp674 P.getLocationContext()->getDecl(), SMng); in create()
685 P.getLocationContext()->getDecl(), SMng); in create()
691 return PathDiagnosticLocation::createEnd(S, SMng, P.getLocationContext()); in create()
702 CE->getLocationContext(), in create()
706 CEE->getLocationContext(), in create()
711 CEB->getLocationContext()); in create()
713 CEB->getLocationContext()->getDecl()->getSourceRange().getEnd(), SMng); in create()
730 FE->getLocationContext()); in create()
735 return PathDiagnosticLocation(S, SMng, P.getLocationContext()); in create()
851 const Decl *caller = CE.getLocationContext()->getDecl(); in construct()
[all …]

123