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

  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 30 "The # of steps executed.");
32 "The # of times we reached the max number of steps.");
163 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of steps.
164 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps,
200 // Check if we have a steps limit
201 bool UnlimitedSteps = Steps == 0;
205 if (Steps == 0) {
209 --Steps;
272 unsigned Steps,
275 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 109 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) {
110 return Engine.ExecuteWorkList(L, Steps, 0);
117 bool ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps,
120 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
CoreEngine.h 126 /// steps. Returns true if there is still simulation state on the worklist.
127 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
131 unsigned Steps,
  /external/clang/include/clang/Sema/
Initialization.h 734 /// \brief Steps taken by this initialization.
735 SmallVector<Step, 4> Steps;
827 /// record of the steps required to perform the initialization.
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 231 /// point. CheckDesignatedInitializer() recursively steps into the
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 1043 fprintf(pArg->out, "Fullscan Steps: %d\n", iCur);
    [all...]
  /external/chromium_org/v8/src/
v8natives.js 831 // Steps 9b & 12 - replacing an existing accessor property with a data
855 // Steps 9c & 12 - replacing an existing data property with an accessor
    [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 375 milliseconds