Searched refs:ExecuteWorkList (Results 1 - 4 of 4) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 109 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) { function in class:clang::ento::ExprEngine 110 return Engine.ExecuteWorkList(L, Steps, 0);
|
H A D | CoreEngine.h | 125 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of 127 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 163 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of steps. 164 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, function in class:CoreEngine 275 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState);
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 627 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D),
|
Completed in 308 milliseconds