Searched refs:CallEnter (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/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() 557 CallEnter Loc(CallE, CalleeSFC, CurLC); in inlineCall()
|
H A D | CoreEngine.cpp | 199 HandleCallEnter(Loc.castAs<CallEnter>(), Pred); in dispatchWorkItem() 436 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) { in HandleCallEnter() 536 if (N->getLocation().getAs<CallEnter>()) { in enqueueStmtNode()
|
H A D | ExplodedGraph.cpp | 147 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>()) in shouldCollect() 336 if (auto CE = P.getAs<CallEnter>()) in getStmtForDiagnostics()
|
H A D | BugReporterVisitors.cpp | 404 assert(N->getLocationAs<CallEnter>()); in getMatchingCallExitEnd() 445 if (auto CE = CurrN->getLocationAs<CallEnter>()) { in findModifyingFrames() 1155 std::optional<CallEnter> CE = N->getLocationAs<CallEnter>(); in visitNodeMaybeUnsuppress() 1658 if (std::optional<CallEnter> CE = Succ->getLocationAs<CallEnter>()) { in VisitNode() 1803 } else if (SI.StoreSite->getLocation().getAs<CallEnter>() && in VisitNode() 2228 if (P.getAs<CallEnter>() && SI.SourceOfTheValue) in constructNote() 3407 std::optional<CallEnter> CEnter = ProgLoc.getAs<CallEnter>(); in VisitNode()
|
H A D | BugReporter.cpp | 1144 if (auto CE = P.getAs<CallEnter>()) { in generatePathDiagnosticsForNode() 3219 } else if (auto CE = N->getLocationAs<CallEnter>()) { in findExecutedLines()
|
H A D | ExprEngine.cpp | 2460 if (L.getAs<CallEnter>()) in replayWithoutInlining()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NoOwnershipChangeVisitor.cpp | 65 CallEnterN->getLocationAs<CallEnter>()->getCallExpr())) in getFunctionName()
|
H A D | IteratorModeling.cpp | 832 if (auto Enter = PP.getAs<CallEnter>()) { in findCallEnter()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 82 if (auto CallEnter = Call.getCallEnterEvent()) in flattenTo() local 83 Current.push_back(std::move(CallEnter)); in flattenTo() 700 } else if (std::optional<CallEnter> CE = P.getAs<CallEnter>()) { in create() 870 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee()
|
/freebsd/contrib/llvm-project/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);
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CoreEngine.h | 116 void HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred);
|
H A D | ExprEngine.h | 373 void processCallEnter(NodeBuilderContext& BC, CallEnter CE,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 713 if (auto CEP = N->getLocation().getAs<CallEnter>()) { in GetAllocationSite()
|