Searched refs:CallEnter (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 43 void ExprEngine::processCallEnter(NodeBuilderContext& BC, CallEnter CE, in processCallEnter() 99 Optional<CallEnter> CE; in getLastStmt() 102 CE = Node->getLocationAs<CallEnter>(); in getLastStmt() 109 } else if (Optional<CallEnter> CE = PP.getAs<CallEnter>()) { in getLastStmt() 458 CallEnter Loc(CallE, CalleeSFC, CurLC); in REGISTER_MAP_WITH_PROGRAMSTATE()
|
| H A D | CoreEngine.cpp | 170 HandleCallEnter(Loc.castAs<CallEnter>(), Pred); in dispatchWorkItem() 420 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) { in HandleCallEnter() 520 if (N->getLocation().getAs<CallEnter>()) { in enqueueStmtNode()
|
| H A D | ExplodedGraph.cpp | 148 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>()) in shouldCollect() 338 if (auto CE = P.getAs<CallEnter>()) in getStmtForDiagnostics()
|
| H A D | BugReporterVisitors.cpp | 668 if (auto CE = N->getLocationAs<CallEnter>()) in findModifyingFrames() 1072 Optional<CallEnter> CE = N->getLocationAs<CallEnter>(); in visitNodeMaybeUnsuppress() 1417 if (Optional<CallEnter> CE = Succ->getLocationAs<CallEnter>()) { in VisitNode() 1562 } else if (SI.StoreSite->getLocation().getAs<CallEnter>() && in VisitNode() 1967 if (P.getAs<CallEnter>() && SI.SourceOfTheValue) in constructNote() 3118 Optional<CallEnter> CEnter = ProgLoc.getAs<CallEnter>(); in VisitNode()
|
| H A D | BugReporter.cpp | 1131 if (auto CE = P.getAs<CallEnter>()) { in generatePathDiagnosticsForNode() 3166 } else if (auto CE = N->getLocationAs<CallEnter>()) { in findExecutedLines()
|
| H A D | ExprEngine.cpp | 1920 if (L.getAs<CallEnter>()) in replayWithoutInlining()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 88 if (auto CallEnter = Call.getCallEnterEvent()) in flattenTo() local 89 Current.push_back(std::move(CallEnter)); in flattenTo() 699 } else if (Optional<CallEnter> CE = P.getAs<CallEnter>()) { in create() 868 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 630 class CallEnter : public ProgramPoint { 632 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() function 653 CallEnter() = default;
|
| H A D | PathDiagnostic.h | 42 class CallEnter; variable 600 void setCallee(const CallEnter &CE, const SourceManager &SM);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CoreEngine.h | 112 void HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred);
|
| H A D | ExprEngine.h | 378 void processCallEnter(NodeBuilderContext& BC, CallEnter CE,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 837 if (auto Enter = PP.getAs<CallEnter>()) { in findCallEnter()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 717 if (auto CEP = N->getLocation().getAs<CallEnter>()) { in GetAllocationSite()
|