Searched defs:ExecuteWorkList (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h108 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) { function in class:clang::ento::ExprEngine
109 return Engine.ExecuteWorkList(L, Steps, nullptr);
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp163 /// 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);

Completed in 244 milliseconds