Searched refs:ExecuteWorkList (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 88 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 D | ExprEngine.h | 188 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) { 189 return Engine.ExecuteWorkList(L, Steps, nullptr);
|
| H A D | CoreEngine.h | 148 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 728 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D), in RunPathSensitiveChecks()
|