Home
last modified time | relevance | path

Searched refs:CallEnter (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp139 if (const Stmt *S = castAs<CallEnter>().getCallExpr()) in getSourceLocation()
202 castAs<CallEnter>().getCalleeContext()->getDecl()) in printJson()
H A DPathDiagnostic.cpp77 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 DExprEngineCallAndReturn.cpp42 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 DExplodedGraph.cpp145 if (SuccLoc.getAs<CallEnter>() || SuccLoc.getAs<PreImplicitCall>()) in shouldCollect()
334 if (auto CE = P.getAs<CallEnter>()) in getStmtForDiagnostics()
H A DCoreEngine.cpp234 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 DBugReporterVisitors.cpp400 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 DBugReporter.cpp1161 if (auto CE = P.getAs<CallEnter>()) { in generatePathDiagnosticsForNode()
3267 } else if (auto CE = N->getLocationAs<CallEnter>()) { in findExecutedLines()
H A DExprEngine.cpp2481 if (L.getAs<CallEnter>()) in replayWithoutInlining()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp65 CallEnterN->getLocationAs<CallEnter>()->getCallExpr())) in getFunctionName()
H A DIteratorModeling.cpp839 if (auto Enter = PP.getAs<CallEnter>()) { in findCallEnter()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h638 class CallEnter : public ProgramPoint {
640 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx, in CallEnter() function
661 CallEnter() = default;
H A DPathDiagnostic.h42 class CallEnter; variable
597 void setCallee(const CallEnter &CE, const SourceManager &SM);
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h110 void HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred);
H A DExprEngine.h381 void processCallEnter(NodeBuilderContext& BC, CallEnter CE,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp714 if (auto CEP = N->getLocation().getAs<CallEnter>()) { in GetAllocationSite()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc7499 …PNS0_12ExplodedNodeE", "clang::ento::CoreEngine::HandleCallEnter(clang::CallEnter const&, clang::C…