Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h82 class CallEventRef : public IntrusiveRefCntPtr<const T> {
84 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} in CallEventRef() function
85 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef() function
87 CallEventRef<T> cloneWithState(ProgramStateRef State) const { in cloneWithState()
94 operator CallEventRef<SuperT> () const {
372 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
375 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
1302 CallEventRef<>
1307 CallEventRef<>
1311 CallEventRef<>
[all …]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp331 auto getArgLoc = [&](CallEventRef<> Caller) -> std::optional<SVal> { in computeObjectUnderConstruction()
360 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx); in computeObjectUnderConstruction()
368 CallEventRef<> Caller = in computeObjectUnderConstruction()
375 CallEventRef<> Caller = CEMgr.getObjCMethodCall(ME, State, LCtx); in computeObjectUnderConstruction()
727 CallEventRef<> Call = in handleConstructor()
728 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor()
730 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor()
897 CallEventRef<CXXDestructorCall> Call = in VisitCXXDestructor()
927 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()
1025 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()
[all …]
H A DExprEngineObjC.cpp151 CallEventRef<ObjCMethodCall> Msg = in VisitObjCMessage()
245 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State); in VisitObjCMessage()
H A DExprEngineCallAndReturn.cpp189 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining()
274 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
398 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState); in processCallExit()
613 CallEventRef<> CallTemplate in VisitCallExpr()
1220 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall()
H A DCallEvent.cpp1374 CallEventRef<>
1395 CallEventRef<>
1405 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller()
1450 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State, in getCall()
H A DBugReporterVisitors.cpp452 CallEventRef<> Call = in VisitNode()
1141 CallEventRef<> Call = CallMgr.getCaller(CalleeSFC, State); in visitNodeMaybeUnsuppress()
1636 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()
3381 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp172 SymbolRef &Sym, std::optional<CallEventRef<>> CE) { in findArgIdxOfSymbol()
237 CallEventRef<ObjCMethodCall> Call = in generateDiagnosticsForCallLike()
253 std::optional<CallEventRef<>> CE = Mgr.getCall(S, CurrSt, LCtx); in generateDiagnosticsForCallLike()
382 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState()); in annotateConsumedSummaryMismatch()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp131 CallEventRef<> Call = CMgr.getCaller(SFC, State); in checkEndFunction()
H A DMallocChecker.cpp3449 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()