Searched refs:getOwningEngine (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 126 return Mgr.getOwningEngine().processRegionChange(newState, MR, LCtx); in bindLoc() 138 return Mgr.getOwningEngine().processRegionChange(new_state, R, LCtx); in bindDefaultInitial() 147 return Mgr.getOwningEngine().processRegionChange(new_state, R, LCtx); in bindDefaultZero() 192 ExprEngine &Eng = Mgr.getOwningEngine(); in invalidateRegionsImpl() 470 Mgr.getOwningEngine().printJson(Out, this, LCtx, NL, Space, IsDot); in printJson() 486 return stateMgr->getOwningEngine().getAnalysisManager(); in getAnalysisManager()
|
H A D | CallEvent.cpp | 527 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getReturnValueUnderConstruction() 563 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getRuntimeDefinition() 1102 getState()->getStateManager().getOwningEngine().getAnalysisManager(); in canBeOverridenInSubclass()
|
H A D | SValBuilder.cpp | 394 const unsigned MaxComp = StateMgr.getOwningEngine() in makeSymExprValNN()
|
H A D | SimpleSValBuilder.cpp | 324 StateMgr.getOwningEngine().getAnalysisManager().getAnalyzerOptions(); in tryRearrange()
|
H A D | RegionStore.cpp | 384 ExprEngine &Eng = StateMgr.getOwningEngine(); in RegionStoreManager()
|
H A D | ExprEngine.cpp | 3124 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalysisOrderChecker.cpp | 55 AnalyzerOptions &Opts = State->getStateManager().getOwningEngine() in isCallbackEnabled()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState.h | 541 ExprEngine &getOwningEngine() { return *Eng; } in getOwningEngine() function
|