Searched refs:getOwningEngine (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 118 ExprEngine &Eng = Mgr.getOwningEngine(); in bindLoc() 135 return Mgr.getOwningEngine().processRegionChange(State, R, LCtx); in bindDefaultInitial() 144 return Mgr.getOwningEngine().processRegionChange(State, R, LCtx); in bindDefaultZero() 170 ExprEngine &Eng = Mgr.getOwningEngine(); in invalidateRegions() 440 ExprEngine &Eng = getStateManager().getOwningEngine(); in makeWithStore() 511 Mgr.getOwningEngine().printJson(Out, this, LCtx, NL, Space, IsDot); in printJson() 527 return stateMgr->getOwningEngine().getAnalysisManager(); in getAnalysisManager()
|
| H A D | CallEvent.cpp | 545 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getReturnValueUnderConstruction() 577 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getRuntimeDefinition() 1155 getState()->getStateManager().getOwningEngine().getAnalysisManager(); in canBeOverridenInSubclass()
|
| H A D | SValBuilder.cpp | 58 stateMgr.getOwningEngine().getAnalysisManager().getAnalyzerOptions()), in SValBuilder() 977 .getOwningEngine() in VisitSymbolVal()
|
| H A D | RegionStore.cpp | 516 return StateMgr.getOwningEngine().getAnalysisManager().options; in getOptions()
|
| H A D | ExprEngine.cpp | 3978 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalysisOrderChecker.cpp | 54 AnalyzerOptions &Opts = State->getStateManager().getOwningEngine() in isCallbackEnabled()
|
| H A D | SmartPtrModeling.cpp | 329 auto &Engine = State->getStateManager().getOwningEngine(); in evalCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramState.h | 576 ExprEngine &getOwningEngine() { return *Eng; } in getOwningEngine() function
|