Searched refs:CEMgr (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 318 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in computeObjectUnderConstruction() local 348 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx); in computeObjectUnderConstruction() 676 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in handleConstructor() local 678 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor() 680 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor() 846 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCXXDestructor() local 876 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCXXNewAllocatorCall() local 878 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewAllocatorCall() 969 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCXXNewExpr() local 971 CEMgr.getCXXAllocatorCall(CNE, State, LCtx); in VisitCXXNewExpr() [all …]
|
| H A D | ExprEngineObjC.cpp | 150 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitObjCMessage() local 152 CEMgr.getObjCMethodCall(ME, Pred->getState(), Pred->getLocationContext()); in VisitObjCMessage()
|
| H A D | ExprEngineCallAndReturn.cpp | 225 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in processCallExit() local 226 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() 558 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCallExpr() local 560 = CEMgr.getSimpleCall(CE, Pred->getState(), Pred->getLocationContext()); in VisitCallExpr()
|
| H A D | BugReporterVisitors.cpp | 3204 CallEventManager &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() local 3205 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | CallDescriptionTest.cpp | 90 CallEventManager &CEMgr = Eng.getStateManager().getCallEventManager(); in performTest() local 91 CallEventRef<> Call = [=, &CEMgr]() -> CallEventRef<CallEvent> { in performTest() 93 return CEMgr.getCall(E, State, SFC); in performTest() 95 return CEMgr.getCXXConstructorCall(cast<CXXConstructExpr>(E), in performTest()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 376 CallEventManager &CEMgr) { in annotateConsumedSummaryMismatch() argument 382 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState()); in annotateConsumedSummaryMismatch() 462 CallEventManager &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() local 464 if (auto PD = annotateConsumedSummaryMismatch(N, *CE, SM, CEMgr)) in VisitNode()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 3457 auto &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() local 3458 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()
|