Searched refs:getOwningEngine (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/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() 189 ExprEngine &Eng = Mgr.getOwningEngine(); in invalidateRegionsImpl() 480 Mgr.getOwningEngine().printJson(Out, this, LCtx, NL, Space, IsDot); in printJson() 496 return stateMgr->getOwningEngine().getAnalysisManager(); in getAnalysisManager()
|
H A D | CallEvent.cpp | 523 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getReturnValueUnderConstruction() 555 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getRuntimeDefinition() 1107 getState()->getStateManager().getOwningEngine().getAnalysisManager(); in canBeOverridenInSubclass()
|
H A D | SValBuilder.cpp | 58 stateMgr.getOwningEngine().getAnalysisManager().getAnalyzerOptions()), in SValBuilder() 971 .getOwningEngine() in VisitNonLocSymbolVal()
|
H A D | RegionStore.cpp | 372 ExprEngine &Eng = StateMgr.getOwningEngine(); in RegionStoreManager()
|
H A D | ExprEngine.cpp | 3796 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 581 ExprEngine &getOwningEngine() { return *Eng; } in getOwningEngine() function
|