Searched refs:CallEventRef (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 83 class CallEventRef : public IntrusiveRefCntPtr<const T> { 85 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} in CallEventRef() function 86 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef() function 90 CallEventRef &operator=(const CallEventRef &) = delete; 92 CallEventRef<T> cloneWithState(ProgramStateRef State) const { in cloneWithState() 98 template <typename SuperT> operator CallEventRef<SuperT>() const { 379 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const; 382 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState() 455 const CallEventRef<> getCaller() const; 1420 CallEventRef<> getCaller(const StackFrameContext *CalleeCtx, [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 347 auto getArgLoc = [&](CallEventRef<> Caller) -> std::optional<SVal> { in computeObjectUnderConstruction() 376 CallEventRef<> Caller = in computeObjectUnderConstruction() 385 CallEventRef<> Caller = CEMgr.getCXXConstructorCall( in computeObjectUnderConstruction() 392 CallEventRef<> Caller = in computeObjectUnderConstruction() 701 CallEventRef<> Call = in handleConstructor() 702 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor() 704 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor() 873 CallEventRef<CXXDestructorCall> Call = CEMgr.getCXXDestructorCall( in VisitCXXDestructor() 902 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall() 1001 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr() [all …]
|
| H A D | ExprEngineObjC.cpp | 155 CallEventRef<ObjCMethodCall> Msg = CEMgr.getObjCMethodCall( in VisitObjCMessage() 262 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State); in VisitObjCMessage()
|
| H A D | CallEvent.cpp | 519 const CallEventRef<> CallEvent::getCaller() const { in getCaller() 533 if (const CallEventRef<> Caller = getCaller()) in isCalledFromSystemHeader() 1422 CallEventRef<> 1447 CallEventRef<> 1459 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx, ElemRef)) in getCaller() 1505 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State, in getCall()
|
| H A D | ExprEngineCallAndReturn.cpp | 185 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining() 269 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() 396 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState); in processCallExit() 611 CallEventRef<> CallTemplate = CEMgr.getSimpleCall( in VisitCallExpr() 1219 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall()
|
| H A D | BugReporterVisitors.cpp | 478 CallEventRef<> Call = in VisitNode() 1078 CallEventRef<> Call = CallMgr.getCaller(CalleeSFC, State); in visitNodeMaybeUnsuppress() 1617 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode() 3370 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 172 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 3717 CallEventRef<> Call = in VisitNode()
|