Home
last modified time | relevance | path

Searched refs:CEMgr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp346 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in computeObjectUnderConstruction() local
377 CEMgr.getSimpleCall(CE, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction()
385 CallEventRef<> Caller = CEMgr.getCXXConstructorCall( in computeObjectUnderConstruction()
393 CEMgr.getObjCMethodCall(ME, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction()
700 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in handleConstructor() local
702 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor()
704 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor()
872 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCXXDestructor() local
873 CallEventRef<CXXDestructorCall> Call = CEMgr.getCXXDestructorCall( in VisitCXXDestructor()
901 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCXXNewAllocatorCall() local
[all …]
H A DExprEngineObjC.cpp154 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitObjCMessage() local
155 CallEventRef<ObjCMethodCall> Msg = CEMgr.getObjCMethodCall( in VisitObjCMessage()
H A DExprEngineCallAndReturn.cpp268 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in processCallExit() local
269 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 DCallEvent.cpp528 CallEventManager &CEMgr = State->getStateManager().getCallEventManager(); in getCaller() local
529 return CEMgr.getCaller(CallStackFrameContext, State); in getCaller()
H A DBugReporterVisitors.cpp3369 CallEventManager &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() local
3370 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp376 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 DMallocChecker.cpp3716 auto &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() local
3718 CEMgr.getSimpleCall(CallE, state, CurrentLC, {nullptr, 0}); in VisitNode()