OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOwningEngine
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp
119
if (MR && Mgr.
getOwningEngine
() && notifyChanges)
120
return Mgr.
getOwningEngine
()->processRegionChange(newState, MR);
130
return Mgr.
getOwningEngine
() ?
131
Mgr.
getOwningEngine
()->processRegionChange(new_state, R) :
193
SubEngine* Eng = Mgr.
getOwningEngine
();
456
Mgr.
getOwningEngine
()->printState(Out, this, NL, Sep);
BugReporterVisitors.cpp
215
SubEngine *Eng = State->getStateManager().
getOwningEngine
();
790
SubEngine *Eng = N->getState()->getStateManager().
getOwningEngine
();
[
all
...]
RegionStore.cpp
360
if (SubEngine *Eng = StateMgr.
getOwningEngine
()) {
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h
511
SubEngine*
getOwningEngine
() { return Eng; }
Completed in 28 milliseconds