Home
last modified time | relevance | path

Searched refs:InitState (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp165 ProgramStateRef InitState) { in ExecuteWorkList() argument
193 if (!InitState) in ExecuteWorkList()
197 generateNode(StartLoc, InitState, 0); in ExecuteWorkList()
273 ProgramStateRef InitState, in ExecuteWorkListWithInitialState() argument
275 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h118 ProgramStateRef InitState, in ExecuteWorkListWithInitialState() argument
120 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst); in ExecuteWorkListWithInitialState()
DCoreEngine.h128 ProgramStateRef InitState);
132 ProgramStateRef InitState,