Searched refs:CEMgr (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 336 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in computeObjectUnderConstruction() local 367 CEMgr.getSimpleCall(CE, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction() 375 CallEventRef<> Caller = CEMgr.getCXXConstructorCall( in computeObjectUnderConstruction() 383 CEMgr.getObjCMethodCall(ME, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction() 734 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in handleConstructor() local 736 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor() 738 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor() 902 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCXXDestructor() local 903 CallEventRef<CXXDestructorCall> Call = CEMgr.getCXXDestructorCall( in VisitCXXDestructor() 931 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCXXNewAllocatorCall() local [all …]
|
H A D | ExprEngineCallAndReturn.cpp | 273 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in processCallExit() local 274 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() 610 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCallExpr() local 611 CallEventRef<> CallTemplate = CEMgr.getSimpleCall( in VisitCallExpr()
|
H A D | CallEvent.cpp | 529 CallEventManager &CEMgr = State->getStateManager().getCallEventManager(); in getCaller() local 530 return CEMgr.getCaller(CallStackFrameContext, State); in getCaller()
|
H A D | BugReporterVisitors.cpp | 3412 CallEventManager &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() local 3413 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 3515 auto &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() local 3517 CEMgr.getSimpleCall(CallE, state, CurrentLC, {nullptr, 0}); in VisitNode()
|