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