Searched refs:ExecuteWorkList (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/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);
H A DCoreEngine.h120 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of
122 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp164 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of steps.
165 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, function in class:CoreEngine
276 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp664 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D),

Completed in 80 milliseconds