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

  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 31 "The # of steps executed.");
33 "The # of times we reached the max number of steps.");
164 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of steps.
165 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps,
209 // Check if we have a steps limit
210 bool UnlimitedSteps = Steps == 0;
212 // a very large number of maximum steps.
215 G.reserve(std::min(Steps,PreReservationCap));
219 if (Steps == 0) {
223 --Steps;
    [all...]
  /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);
116 bool ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps,
119 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
CoreEngine.h 124 /// steps. Returns true if there is still simulation state on the worklist.
125 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
129 unsigned Steps,
  /external/clang/include/clang/Sema/
Initialization.h 762 /// \brief Steps taken by this initialization.
763 SmallVector<Step, 4> Steps;
956 step_range steps() const { return {step_begin(), step_end()}; } function in class:clang::InitializationSequence
    [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 234 /// point. CheckDesignatedInitializer() recursively steps into the
    [all...]
SemaTemplateInstantiateDecl.cpp 247 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps;
300 Steps.push_back(Inst.get());
306 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps,
    [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 424 SmallVectorImpl<unsigned> &LinModifiers, SmallVectorImpl<Expr *> &Steps) {
479 Steps.append(Linears.size() - Steps.size(), Data.TailExpr);
510 SmallVector<Expr *, 4> Steps;
513 Alignments, Linears, LinModifiers, Steps);
526 LinModifiers, Steps, SourceRange(Loc, EndLoc));
    [all...]
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_a9.s 165 @Steps for Stage 1:
187 @Steps for Stage 2:
339 @Steps for Stage 1:
362 @Steps for Stage 2:
590 @Steps for Stage 2:
610 @Steps for Stage 1:
702 @Steps for Stage 2:
726 @Steps for Stage 3:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 51 // Steps:
62 // apply modifications (split into two steps to simplify and
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopreschedchecks.go 51 // Steps:
62 // apply modifications (split into two steps to simplify and
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]

Completed in 439 milliseconds