Searched refs:CallEnter (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 139 if (const Stmt *S = castAs<CallEnter>().getCallExpr()) in getSourceLocation() 202 castAs<CallEnter>().getCalleeContext()->getDecl()) in printJson()
|
| H A D | PathDiagnostic.cpp | 77 if (auto CallEnter = Call.getCallEnterEvent()) in flattenTo() local 78 Current.push_back(std::move(CallEnter)); in flattenTo() 695 } else if (std::optional<CallEnter> CE = P.getAs<CallEnter>()) { in create() 865 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 42 void ExprEngine::processCallEnter(NodeBuilderContext& BC, CallEnter CE, in processCallEnter() 96 std::optional<CallEnter> CE; in getLastStmt() 99 CE = Node->getLocationAs<CallEnter>(); in getLastStmt() 106 } else if (std::optional<CallEnter> CE = PP.getAs<CallEnter>()) { in getLastStmt() 557 CallEnter Loc(CallE, CalleeSFC, CurLC); in inlineCall()
|
| H A D | ExplodedGraph.cpp | 145 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>()) in shouldCollect() 334 if (auto CE = P.getAs<CallEnter>()) in getStmtForDiagnostics()
|
| H A D | CoreEngine.cpp | 234 HandleCallEnter(Loc.castAs<CallEnter>(), Pred); in dispatchWorkItem() 482 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) { in HandleCallEnter() 579 if (N->getLocation().getAs<CallEnter>()) { in enqueueStmtNode()
|
| H A D | BugReporterVisitors.cpp | 400 assert(N->getLocationAs<CallEnter>()); in getMatchingCallExitEnd() 441 if (auto CE = CurrN->getLocationAs<CallEnter>()) { in findModifyingFrames() 1062 std::optional<CallEnter> CE = N->getLocationAs<CallEnter>(); in visitNodeMaybeUnsuppress() 1610 if (std::optional<CallEnter> CE = Succ->getLocationAs<CallEnter>()) { in VisitNode() 1755 } else if (SI.StoreSite->getLocation().getAs<CallEnter>() && in VisitNode() 2180 if (P.getAs<CallEnter>() && SI.SourceOfTheValue) in constructNote() 3364 std::optional<CallEnter> CEnter = ProgLoc.getAs<CallEnter>(); in VisitNode()
|
| H A D | BugReporter.cpp | 1161 if (auto CE = P.getAs<CallEnter>()) { in generatePathDiagnosticsForNode() 3267 } else if (auto CE = N->getLocationAs<CallEnter>()) { in findExecutedLines()
|
| H A D | ExprEngine.cpp | 2481 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 | 839 if (auto Enter = PP.getAs<CallEnter>()) { in findCallEnter()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 638 class CallEnter : public ProgramPoint { 640 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() function 661 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 | 110 void HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred);
|
| H A D | ExprEngine.h | 381 void processCallEnter(NodeBuilderContext& BC, CallEnter CE,
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 714 if (auto CEP = N->getLocation().getAs<CallEnter>()) { in GetAllocationSite()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 7499 …PNS0_12ExplodedNodeE", "clang::ento::CoreEngine::HandleCallEnter(clang::CallEnter const&, clang::C…
|