Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp81 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, in ExecuteWorkList() function in CoreEngine
202 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h164 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) {
165 return Engine.ExecuteWorkList(L, Steps, nullptr);
H A DCoreEngine.h138 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp741 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D), in RunPathSensitiveChecks()