Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp88 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned MaxSteps, in ExecuteWorkList() function in CoreEngine
229 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h188 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) {
189 return Engine.ExecuteWorkList(L, Steps, nullptr);
H A DCoreEngine.h148 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp728 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D), in RunPathSensitiveChecks()