Searched refs:CallEventRef (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 84 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 D | ExprEngineCXX.cpp | 319 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 D | ExprEngineObjC.cpp | 151 CallEventRef<ObjCMethodCall> Msg = in VisitObjCMessage() 245 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State); in VisitObjCMessage()
|
| H A D | ExprEngineCallAndReturn.cpp | 188 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 D | CallEvent.cpp | 1338 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 D | BugReporterVisitors.cpp | 452 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 D | CallDescriptionTest.cpp | 91 CallEventRef<> Call = [=, &CEMgr]() -> CallEventRef<CallEvent> { in performTest()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 172 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 D | ReturnValueChecker.cpp | 130 CallEventRef<> Call = CMgr.getCaller(SFC, State); in checkEndFunction()
|
| H A D | MallocChecker.cpp | 3458 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()
|