Searched refs:CallEnter (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 44 void ExprEngine::processCallEnter(NodeBuilderContext& BC, CallEnter CE, in processCallEnter() 100 std::optional<CallEnter> CE; in getLastStmt() 103 CE = Node->getLocationAs<CallEnter>(); in getLastStmt() 110 } else if (std::optional<CallEnter> CE = PP.getAs<CallEnter>()) { in getLastStmt() 559 CallEnter Loc(CallE, CalleeSFC, CurLC); in inlineCall()
|
| H A D | ExplodedGraph.cpp | 147 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>()) in shouldCollect() 337 if (auto CE = P.getAs<CallEnter>()) in getStmtForDiagnostics()
|
| H A D | CoreEngine.cpp | 199 HandleCallEnter(Loc.castAs<CallEnter>(), Pred); in dispatchWorkItem() 448 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) { in HandleCallEnter() 548 if (N->getLocation().getAs<CallEnter>()) { in enqueueStmtNode()
|
| H A D | BugReporterVisitors.cpp | 374 assert(N->getLocationAs<CallEnter>()); in getMatchingCallExitEnd() 415 if (auto CE = CurrN->getLocationAs<CallEnter>()) { in findModifyingFrames() 1125 std::optional<CallEnter> CE = N->getLocationAs<CallEnter>(); in visitNodeMaybeUnsuppress() 1629 if (std::optional<CallEnter> CE = Succ->getLocationAs<CallEnter>()) { in VisitNode() 1774 } else if (SI.StoreSite->getLocation().getAs<CallEnter>() && in VisitNode() 2207 if (P.getAs<CallEnter>() && SI.SourceOfTheValue) in constructNote() 3375 std::optional<CallEnter> CEnter = ProgLoc.getAs<CallEnter>(); in VisitNode()
|
| H A D | BugReporter.cpp | 1133 if (auto CE = P.getAs<CallEnter>()) { in generatePathDiagnosticsForNode() 3172 } else if (auto CE = N->getLocationAs<CallEnter>()) { in findExecutedLines()
|
| H A D | ExprEngine.cpp | 2427 if (L.getAs<CallEnter>()) in replayWithoutInlining()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 87 if (auto CallEnter = Call.getCallEnterEvent()) in flattenTo() local 88 Current.push_back(std::move(CallEnter)); in flattenTo() 698 } else if (std::optional<CallEnter> CE = P.getAs<CallEnter>()) { in create() 868 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 628 class CallEnter : public ProgramPoint { 630 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() function 651 CallEnter() = default;
|
| H A D | PathDiagnostic.h | 42 class CallEnter; variable 597 void setCallee(const CallEnter &CE, const SourceManager &SM);
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/ |
| H A D | IPA.rst | 127 If the conditions are right for inlining, a CallEnter node is created and added 128 to the analysis work list. The CallEnter node marks the change to a new 130 contents of the new stack frame. When the CallEnter node is actually processed,
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CoreEngine.h | 115 void HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred);
|
| H A D | ExprEngine.h | 381 void processCallEnter(NodeBuilderContext& BC, CallEnter CE,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 836 if (auto Enter = PP.getAs<CallEnter>()) { in findCallEnter()
|
| H A D | MallocChecker.cpp | 782 CallEnterN->getLocationAs<CallEnter>()->getCallExpr())) in getFunctionName()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 713 if (auto CEP = N->getLocation().getAs<CallEnter>()) { in GetAllocationSite()
|