Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h84 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef() function
93 operator CallEventRef<SuperT> () const {
1289 CallEventRef<>
1294 CallEventRef<>
1298 CallEventRef<>
1302 CallEventRef<ObjCMethodCall>
1308 CallEventRef<CXXConstructorCall>
1314 CallEventRef<CXXInheritedConstructorCall>
1321 CallEventRef<CXXDestructorCall>
1328 CallEventRef<CXXAllocatorCall>
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp319 auto getArgLoc = [&](CallEventRef<> Caller) -> Optional<SVal> { in computeObjectUnderConstruction()
348 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx); in computeObjectUnderConstruction()
356 CallEventRef<> Caller = in computeObjectUnderConstruction()
363 CallEventRef<> Caller = CEMgr.getObjCMethodCall(ME, State, LCtx); in computeObjectUnderConstruction()
677 CallEventRef<> Call = in handleConstructor()
678 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor()
680 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor()
847 CallEventRef<CXXDestructorCall> Call = in VisitCXXDestructor()
877 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()
970 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.cpp188 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining()
226 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
344 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState); in processCallExit()
559 CallEventRef<> CallTemplate in VisitCallExpr()
1150 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall()
H A DCallEvent.cpp1338 CallEventRef<>
1359 CallEventRef<>
1369 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller()
1413 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()
1477 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()
3205 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DCallDescriptionTest.cpp91 CallEventRef<> Call = [=, &CEMgr]() -> CallEventRef<CallEvent> { in performTest()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp172 Optional<CallEventRef<>> CE) { in findArgIdxOfSymbol()
237 CallEventRef<ObjCMethodCall> Call = in generateDiagnosticsForCallLike()
253 Optional<CallEventRef<>> CE = Mgr.getCall(S, CurrSt, LCtx); in generateDiagnosticsForCallLike()
382 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState()); in annotateConsumedSummaryMismatch()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp130 CallEventRef<> Call = CMgr.getCaller(SFC, State); in checkEndFunction()
H A DMallocChecker.cpp3458 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()