Home
last modified time | relevance | path

Searched refs:CallEventRef (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h82 class CallEventRef : public IntrusiveRefCntPtr<const T> {
85 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef() function
89 CallEventRef &operator=(const CallEventRef &) = delete;
91 CallEventRef<T> cloneWithState(ProgramStateRef State) const { in cloneWithState()
454 const CallEventRef<> getCaller() const;
1354 CallEventRef<ObjCMethodCall>
1361 CallEventRef<CXXConstructorCall>
1368 CallEventRef<CXXInheritedConstructorCall>
1376 CallEventRef<CXXDestructorCall>
1385 CallEventRef<CXXAllocatorCall>
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp337 auto getArgLoc = [&](CallEventRef<> Caller) -> std::optional<SVal> { in computeObjectUnderConstruction()
366 CallEventRef<> Caller = in computeObjectUnderConstruction()
375 CallEventRef<> Caller = CEMgr.getCXXConstructorCall( in computeObjectUnderConstruction()
382 CallEventRef<> Caller = in computeObjectUnderConstruction()
735 CallEventRef<> Call = in handleConstructor()
736 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor()
738 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor()
903 CallEventRef<CXXDestructorCall> Call = CEMgr.getCXXDestructorCall( in VisitCXXDestructor()
932 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()
1030 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()
[all …]
H A DExprEngineObjC.cpp151 CallEventRef<ObjCMethodCall> Msg = CEMgr.getObjCMethodCall( in VisitObjCMessage()
258 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State); in VisitObjCMessage()
H A DCallEvent.cpp520 const CallEventRef<> CallEvent::getCaller() const { in getCaller()
534 if (const CallEventRef<> Caller = getCaller()) in isCalledFromSystemHeader()
1402 CallEventRef<>
1424 CallEventRef<>
1436 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx, ElemRef)) in getCaller()
1482 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State, in getCall()
H A DExprEngineCallAndReturn.cpp189 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining()
274 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
396 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState); in processCallExit()
611 CallEventRef<> CallTemplate = CEMgr.getSimpleCall( in VisitCallExpr()
1218 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall()
H A DBugReporterVisitors.cpp478 CallEventRef<> Call = in VisitNode()
1167 CallEventRef<> Call = CallMgr.getCaller(CalleeSFC, State); in visitNodeMaybeUnsuppress()
1661 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()
3399 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp172 SymbolRef &Sym, std::optional<CallEventRef<>> CE) { in findArgIdxOfSymbol()
237 CallEventRef<ObjCMethodCall> Call = Mgr.getObjCMethodCall( in generateDiagnosticsForCallLike()
253 std::optional<CallEventRef<>> CE = Mgr.getCall(S, CurrSt, LCtx, {nullptr, 0}); in generateDiagnosticsForCallLike()
382 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState()); in annotateConsumedSummaryMismatch()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp131 CallEventRef<> Call = CMgr.getCaller(SFC, State); in checkEndFunction()
H A DMallocChecker.cpp3450 CallEventRef<> Call = in VisitNode()