HomeSort by relevance Sort by last modified time
    Searched refs:Steps (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 30 "The # of times we reached the max number of steps.");
161 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of steps.
162 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps,
198 // Check if we have a steps limit
199 bool UnlimitedSteps = Steps == 0;
203 if (Steps == 0) {
207 --Steps;
271 unsigned Steps,
274 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 101 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) {
102 return Engine.ExecuteWorkList(L, Steps, 0);
109 bool ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps,
112 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
CoreEngine.h 132 /// steps. Returns true if there is still simulation state on the worklist.
133 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
137 unsigned Steps,
  /external/clang/include/clang/Sema/
Initialization.h 660 /// \brief Steps taken by this initialization.
661 SmallVector<Step, 4> Steps;
746 /// record of the steps required to perform the initialization.
817 step_iterator step_begin() const { return Steps.begin(); }
818 step_iterator step_end() const { return Steps.end(); }
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 167 /// point. CheckDesignatedInitializer() recursively steps into the
    [all...]
  /external/v8/src/
v8natives.js 816 // Steps 9b & 12 - replacing an existing accessor property with a data
840 // Steps 9c & 12 - replacing an existing data property with an accessor
    [all...]
  /external/sqlite/dist/orig/
shell.c 1089 fprintf(pArg->out, "Fullscan Steps: %d\n", iCur);
    [all...]
  /external/sqlite/dist/
shell.c 1094 fprintf(pArg->out, "Fullscan Steps: %d\n", iCur);
    [all...]

Completed in 394 milliseconds