Searched refs:ExecuteWorkList (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 105 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) { 106 return Engine.ExecuteWorkList(L, Steps, 0);
|
D | CoreEngine.h | 123 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 164 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, in ExecuteWorkList() function in CoreEngine 275 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 597 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D), in ActionExprEngine()
|