| /minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
| H A D | AnalysisContext.h | 183 const StackFrameContext *getStackFrame(LocationContext const *Parent, 380 const StackFrameContext *getStackFrame(AnalysisDeclContext *ctx, 445 const StackFrameContext *getStackFrame(AnalysisDeclContext *Ctx, in getStackFrame() function 450 return LocContexts.getStackFrame(Ctx, Parent, S, Blk, Idx); in getStackFrame() 454 const StackFrameContext *getStackFrame(const Decl *D) { in getStackFrame() function 455 return LocContexts.getStackFrame(getContext(D), nullptr, nullptr, nullptr, in getStackFrame() 460 StackFrameContext const *getStackFrame(const Decl *D, in getStackFrame() function 465 return LocContexts.getStackFrame(getContext(D), Parent, S, Blk, Idx); in getStackFrame()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TestAfterDivZeroChecker.cpp | 120 if (ZeroSymbol == S.getAsSymbol() && SFC == Succ->getStackFrame()) { in REGISTER_SET_WITH_PROGRAMSTATE() 155 State->add<DivZeroMap>(ZeroState(SR, C.getBlockID(), C.getStackFrame())); in setDivZeroMap() 165 ZeroState ZS(SR, C.getBlockID(), C.getStackFrame()); in hasDivZeroMap() 180 C.getStackFrame())); in reportBug() 197 if (ZS.getStackFrameContext() == C.getStackFrame()) in checkEndFunction()
|
| H A D | UndefinedAssignmentChecker.cpp | 45 dyn_cast<FunctionDecl>(C.getStackFrame()->getDecl())) in checkBind()
|
| H A D | StackAddrEscapeChecker.cpp | 142 const StackFrameContext *MemFrame = SS->getStackFrame(); in checkPreStmt() 199 if (SSR->getStackFrame() == CurSFC) in checkEndFunction()
|
| H A D | UndefResultChecker.cpp | 48 dyn_cast<FunctionDecl>(C.getStackFrame()->getDecl())) in checkPostStmt()
|
| H A D | ReturnUndefChecker.cpp | 46 const StackFrameContext *SFC = C.getStackFrame(); in checkPreStmt()
|
| H A D | DynamicTypePropagation.cpp | 230 const StackFrameContext *SFCtx = C.getStackFrame(); in getObjectTypeForAllocAndNew()
|
| H A D | NSErrorChecker.cpp | 196 if (stackReg->getStackFrame() == SFC) in parameterTypeFromSVal()
|
| H A D | MallocChecker.cpp | 1798 (VR->getStackFrame() == LeakContext->getCurrentStackFrame())) in getAllocationSite()
|
| H A D | RetainCountChecker.cpp | 2169 if (!VR || VR->getStackFrame() == LeakContext->getCurrentStackFrame()) in GetAllocationSite()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 142 const StackFrameContext *getStackFrame() const { in getStackFrame() function 143 return Pred->getStackFrame(); in getStackFrame()
|
| H A D | ExplodedGraph.h | 140 const StackFrameContext *getStackFrame() const { in getStackFrame() function
|
| H A D | MemRegion.h | 371 const StackFrameContext *getStackFrame() const { return SFC; } in getStackFrame() function 879 const StackFrameContext *getStackFrame() const;
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 290 AnalysisDeclContext::getStackFrame(LocationContext const *Parent, const Stmt *S, in getStackFrame() function in AnalysisDeclContext 292 return getLocationContextManager().getStackFrame(this, Parent, S, Blk, Idx); in getStackFrame() 359 LocationContextManager::getStackFrame(AnalysisDeclContext *ctx, in getStackFrame() function in LocationContextManager
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 174 const StackFrameContext *VarRegion::getStackFrame() const { in getStackFrame() function in VarRegion 176 return SSR ? SSR->getStackFrame() : nullptr; in getStackFrame() 254 ID.AddPointer(getStackFrame()); in Profile()
|
| H A D | ExprEngine.cpp | 675 std::make_pair(D.getBindTemporaryExpr(), Pred->getStackFrame()))) { in ProcessTemporaryDtor() 679 std::make_pair(D.getBindTemporaryExpr(), Pred->getStackFrame())); in ProcessTemporaryDtor() 703 std::make_pair(BTE, Pred->getStackFrame()))) { in processCleanupTemporaryBranch() 726 std::make_pair(BTE, Node->getStackFrame()))) { in VisitCXXBindTemporaryExpr() 732 std::make_pair(BTE, Node->getStackFrame())); in VisitCXXBindTemporaryExpr() 1688 const StackFrameContext* Frame = Pred.getStackFrame();
|
| H A D | SymbolManager.cpp | 509 const StackFrameContext *VarContext = VR->getStackFrame(); in isLive()
|
| H A D | ExprEngineCallAndReturn.cpp | 439 CalleeADC->getStackFrame(ParentOfCallee, CallE, in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| H A D | BugReporterVisitors.cpp | 444 return FrameSpace->getStackFrame() == LCtx->getCurrentStackFrame(); in isInitializationOfVar()
|
| H A D | RegionStore.cpp | 2229 const StackFrameContext *RegCtx = StackReg->getStackFrame(); in VisitAddedToCluster()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 657 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D), in ActionExprEngine()
|