Searched refs:getOwningEngine (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 123 return Mgr.getOwningEngine().processRegionChange(newState, MR, LCtx); in bindLoc() 135 return Mgr.getOwningEngine().processRegionChange(new_state, R, LCtx); in bindDefaultInitial() 144 return Mgr.getOwningEngine().processRegionChange(new_state, R, LCtx); in bindDefaultZero() 188 ExprEngine &Eng = Mgr.getOwningEngine(); in invalidateRegionsImpl() 511 Mgr.getOwningEngine().printJson(Out, this, LCtx, NL, Space, IsDot); in printJson() 527 return stateMgr->getOwningEngine().getAnalysisManager(); in getAnalysisManager()
|
H A D | CallEvent.cpp | 546 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getReturnValueUnderConstruction() 578 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getRuntimeDefinition() 1135 getState()->getStateManager().getOwningEngine().getAnalysisManager(); in canBeOverridenInSubclass()
|
H A D | RegionStore.cpp | 374 ExprEngine &Eng = StateMgr.getOwningEngine(); in RegionStoreManager()
|
H A D | ExprEngine.cpp | 3827 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalysisOrderChecker.cpp | 55 AnalyzerOptions &Opts = State->getStateManager().getOwningEngine() in isCallbackEnabled()
|
H A D | SmartPtrModeling.cpp | 332 auto &Engine = State->getStateManager().getOwningEngine(); in evalCall()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 583 ExprEngine &getOwningEngine() { return *Eng; } in getOwningEngine() function
|