OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExecuteWorkList
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h
108
bool
ExecuteWorkList
(const LocationContext *L, unsigned Steps = 150000) {
109
return Engine.
ExecuteWorkList
(L, Steps, nullptr);
CoreEngine.h
120
///
ExecuteWorkList
- Run the worklist algorithm for a maximum number of
122
bool
ExecuteWorkList
(const LocationContext *L, unsigned Steps,
/external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
164
///
ExecuteWorkList
- Run the worklist algorithm for a maximum number of steps.
165
bool CoreEngine::
ExecuteWorkList
(const LocationContext *L, unsigned Steps,
276
bool DidNotFinish =
ExecuteWorkList
(L, Steps, InitState);
/external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp
663
Eng.
ExecuteWorkList
(Mgr->getAnalysisDeclContextManager().getStackFrame(D),
Completed in 59 milliseconds