Searched refs:getLocationContext (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp42 const ParentMap &Parents = C.getLocationContext()->getParentMap();
84 for (const LocationContext *LC = C.getLocationContext()->getParent();
101 for (const LocationContext *LC = C.getLocationContext()->getParent();
H A DInvalidatedIteratorChecker.cpp82 SVal SubVal = State->getSVal(UO->getSubExpr(), C.getLocationContext());
93 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext());
103 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext());
113 SVal BaseVal = State->getSVal(ME->getBase(), C.getLocationContext());
H A DTaintTesterChecker.cpp52 if (isTainted(State, E, C.getLocationContext())) {
H A DDebugContainerModeling.cpp93 State = State->BindExpr(CE, C.getLocationContext(),
114 State = State->BindExpr(CE, C.getLocationContext(),
H A DBuiltinFunctionChecker.cpp40 const LocationContext *LCtx = C.getLocationContext();
86 RM.getAllocaRegion(CE, C.blockCount(), C.getLocationContext());
H A DUndefinedArraySubscriptChecker.cpp43 const Decl *D = C.getLocationContext()->getDecl();
H A DSmartPtrModeling.cpp204 Call.getOriginExpr(), C.getLocationContext(),
377 State = State->BindExpr(Call.getOriginExpr(), C.getLocationContext(),
454 CallExpr, C.getLocationContext(), Call.getResultType(), C.blockCount());
458 State = State->BindExpr(Call.getOriginExpr(), C.getLocationContext(),
579 const LocationContext *LC = C.getLocationContext();
586 State = State->BindExpr(CallExpr, C.getLocationContext(),
592 State = State->BindExpr(CallExpr, C.getLocationContext(),
599 State->BindExpr(CallExpr, C.getLocationContext(),
611 NullState = NullState->BindExpr(CallExpr, C.getLocationContext(),
622 NotNullState->BindExpr(CallExpr, C.getLocationContext(),
[all...]
H A DDereferenceChecker.cpp156 State.get(), N->getLocationContext());
164 State.get(), N->getLocationContext());
172 State.get(), N->getLocationContext(), true);
180 State.get(), N->getLocationContext(), true);
188 State.get(), N->getLocationContext(), true);
H A DAnalyzerStatsChecker.cpp49 const LocationContext *LC = GraphRoot->getLocation().getLocationContext();
59 if (D != P.getLocationContext()->getDecl())
H A DDebugIteratorModeling.cpp94 State = State->BindExpr(CE, C.getLocationContext(), get(Pos));
96 State = State->BindExpr(CE, C.getLocationContext(), Default);
H A DUndefBranchChecker.cpp100 FindUndefExpr FindIt(St, Ctx.getLocationContext());
H A DCXXSelfAssignmentChecker.cpp41 const auto *LCtx = C.getLocationContext();
H A DIteratorRangeChecker.cpp151 SVal SubVal = State->getSVal(UO->getSubExpr(), C.getLocationContext());
166 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext());
171 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext());
182 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext());
192 SVal BaseVal = State->getSVal(ME->getBase(), C.getLocationContext());
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp25 const LocationContext *LCtx = Pred->getLocationContext();
54 const LocationContext *LCtx = Pred->getLocationContext();
114 SVal collectionV = state->getSVal(collection, Pred->getLocationContext());
120 elementV = state->getLValue(elemD, Pred->getLocationContext());
122 elementV = state->getSVal(elem, Pred->getLocationContext());
152 CEMgr.getObjCMethodCall(ME, Pred->getState(), Pred->getLocationContext());
H A DCoreEngine.cpp213 const LocationContext *LC = Pred->getLocationContext();
238 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
239 assert(L.getLocationContext()->getCFG()->getExit().empty() &&
263 BlockEntrance BE(Blk, Pred->getLocationContext());
279 const LocationContext *LC = Pred->getLocationContext();
334 generateNode(BlockEdge(B, succ, Pred->getLocationContext()),
415 generateNode(BlockEdge(B, *(B->succ_begin()), Pred->getLocationContext()),
473 const LocationContext *LCtx = Pred->getLocationContext();
546 PostStmt Loc(CS.getStmt(), N->getLocationContext());
566 const auto *LocCtx = cast<StackFrameContext>(N->getLocationContext());
[all...]
H A DEnvironment.cpp95 const LocationContext *LCtx = Entry.getLocationContext();
202 if (SymReaper.isLive(E, BlkExpr.getLocationContext())) {
230 const LocationContext *LC = I.first.getLocationContext();
255 if (I->first.getLocationContext() != LC)
272 if (I->first.getLocationContext() != LC)
H A DExprEngineC.cpp57 const LocationContext *LCtx = (*it)->getLocationContext();
140 const LocationContext *LCtx = (*I)->getLocationContext();
204 Pred->getLocationContext(),
238 const LocationContext *LCtx = Pred->getLocationContext();
252 State->BindExpr(BE, Pred->getLocationContext(), V),
312 const LocationContext *LCtx = subExprNode->getLocationContext();
331 const LocationContext *LCtx = Pred->getLocationContext();
358 const LocationContext *LCtx = Pred->getLocationContext();
560 const LocationContext *LCtx = Pred->getLocationContext();
612 const LocationContext *LC = N->getLocationContext();
[all...]
H A DExprEngine.cpp139 const LocationContext *getLocationContext() const { return Impl.second; } function in class:__anon1101::ConstructedObjectKey
142 return getLocationContext()->getDecl()->getASTContext();
522 if (I.first.getLocationContext() == LC)
568 if (Key.getLocationContext() != LCtx)
582 if (Key.getLocationContext() != LCtx)
629 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
780 Pred->getLocationContext())) {
782 Pred->getLocationContext());
811 LoopExit PP(S, Pred->getLocationContext());
821 const LocationContext *LC = Pred->getLocationContext();
[all...]
H A DLoopUnrolling.cpp48 const LocationContext *getLocationContext() const { return LCtx; } function in struct:LoopState
191 N->getLocationContext()->getAnalysisDeclContext()->getASTContext();
264 auto LCtx = Pred->getLocationContext();
271 LCtx == LS.getHead().getLocationContext()) {
H A DExprEngineCXX.cpp32 const LocationContext *LCtx = Pred->getLocationContext();
68 const LocationContext *LCtx = Pred->getLocationContext();
466 const LocationContext *LCtx = Pred->getLocationContext();
706 const LocationContext *LCtx = Pred->getLocationContext();
733 Dest = MRMgr.getCXXTempObjectRegion(E, Pred->getLocationContext());
769 const LocationContext *LCtx = Pred->getLocationContext();
840 const LocationContext *LCtx = Pred->getLocationContext();
908 State = State->BindExpr(CNE, Pred->getLocationContext(), Result);
947 CDE, Pred->getState(), Pred->getLocationContext());
963 const LocationContext *LCtx = Pred->getLocationContext();
[all...]
H A DExplodedGraph.cpp118 progPoint.getLocationContext() != pred->getLocationContext())
137 const ParentMap &PM = progPoint.getLocationContext()->getParentMap();
300 return getLocationContext()
325 const LocationContext *LC = getLocationContext();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h41 const LocationContext *getLocationContext() const { return second; } function in class:clang::ento::EnvironmentEntry
47 ID.AddPointer(E.getLocationContext());
H A DCheckerContext.h91 const LocationContext *getLocationContext() const { function in class:clang::ento::CheckerContext
92 return Pred->getLocationContext();
100 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
125 return Pred->getLocationContext()->getAnalysisDeclContext();
H A DExplodedGraph.h146 const LocationContext *getLocationContext() const { function in class:clang::ento::ExplodedNode
147 return getLocation().getLocationContext();
154 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); }
156 CFG &getCFG() const { return *getLocationContext()->getCFG(); }
161 return getLocationContext()->getParentMap();
166 return *getLocationContext()->getAnalysis<T>();
178 return getState()->getSVal(S, getLocationContext());
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp142 Context.getLocationContext()->getDecl());
183 CallSite, Context.getSourceManager(), Node->getLocationContext());
192 Node->getLocationContext()->getDecl());
206 Node->getLocationContext()->getDecl());
480 const LocationContext *LC = Context.getLocationContext();

Completed in 252 milliseconds

123