Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp295 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in computeObjectUnderConstruction() local
325 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx); in computeObjectUnderConstruction()
334 CEMgr.getCXXConstructorCall(CCE, /*Target=*/nullptr, State, LCtx); in computeObjectUnderConstruction()
340 CallEventRef<> Caller = CEMgr.getObjCMethodCall(ME, State, LCtx); in computeObjectUnderConstruction()
573 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in handleConstructor() local
575 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor()
577 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor()
743 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCXXDestructor() local
745 CEMgr.getCXXDestructorCall(DtorDecl, S, Dest, IsBaseDtor, State, LCtx); in VisitCXXDestructor()
773 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCXXNewAllocatorCall() local
[all …]
H A DExprEngineObjC.cpp150 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitObjCMessage() local
152 CEMgr.getObjCMethodCall(ME, Pred->getState(), Pred->getLocationContext()); in VisitObjCMessage()
H A DExprEngineCallAndReturn.cpp225 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in processCallExit() local
226 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
505 CallEventManager &CEMgr = getStateManager().getCallEventManager(); in VisitCallExpr() local
507 = CEMgr.getSimpleCall(CE, Pred->getState(), Pred->getLocationContext()); in VisitCallExpr()
H A DBugReporterVisitors.cpp2901 CallEventManager &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() local
2902 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp382 CallEventManager &CEMgr) { in annotateConsumedSummaryMismatch() argument
388 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState()); in annotateConsumedSummaryMismatch()
468 CallEventManager &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() local
470 if (auto PD = annotateConsumedSummaryMismatch(N, *CE, SM, CEMgr)) in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3240 auto &CEMgr = BRC.getStateManager().getCallEventManager(); in VisitNode() local
3241 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()