Searched refs:Steps (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp165 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps, argument
202 bool UnlimitedSteps = Steps == 0;
206 if (Steps == 0) {
210 --Steps;
273 unsigned Steps,
276 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState);
272 ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, ProgramStateRef InitState, ExplodedNodeSet &Dst) argument
/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) {
109 return Engine.ExecuteWorkList(L, Steps, nullptr);
116 bool ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, argument
119 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
H A DCoreEngine.h122 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
126 unsigned Steps,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h761 /// \brief Steps taken by this initialization.
762 SmallVector<Step, 4> Steps; member in class:clang::InitializationSequence
948 step_iterator step_begin() const { return Steps.begin(); }
949 step_iterator step_end() const { return Steps.end(); }
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp2981 return !Steps.empty() && Steps.back().Kind == SK_BindReference;
3029 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization;
3043 Steps.push_back(S);
3055 Steps.push_back(S);
3063 Steps.push_back(S);
3070 Steps.push_back(S);
3084 Steps.push_back(S);
3103 Steps
[all...]
/freebsd-11.0-release/contrib/sqlite3/
H A Dshell.c1437 raw_printf(pArg->out, "Fullscan Steps: %d\n", iCur);
1443 raw_printf(pArg->out, "Virtual Machine Steps: %d\n", iCur);

Completed in 189 milliseconds