HomeSort by: relevance | last modified time | path
    Searched refs:Steps (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 45 "The # of steps executed.");
47 "The # of times we reached the max number of steps.");
78 /// ExecuteWorkList - Run the worklist algorithm for a maximum number of steps.
79 bool CoreEngine::ExecuteWorkList(const LocationContext *L, unsigned Steps,
120 // Check if we have a steps limit
121 bool UnlimitedSteps = Steps == 0;
123 // a very large number of maximum steps.
126 G.reserve(std::min(Steps,PreReservationCap));
130 if (Steps == 0) {
134 --Steps;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueLattice.h 114 /// number of steps.
117 /// The number of allowed widening steps (including setting the range
138 MergeOptions &setMaxWidenSteps(unsigned Steps = 1) {
140 MaxWidenSteps = Steps;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 967 /// Steps taken by this initialization.
968 SmallVector<Step, 4> Steps;
1131 /// record of the steps required to perform the initialization.
1211 step_iterator step_begin() const { return Steps.begin(); }
1212 step_iterator step_end() const { return Steps.end(); }
1216 step_range steps() const { return {step_begin(), step_end()}; } function in class:clang::InitializationSequence
1354 /// Add steps to unwrap a initializer list for a reference around a
Sema.h 10796 ArrayRef<unsigned> LinModifiers, ArrayRef<Expr *> Steps, SourceRange SR);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 191 bool ExecuteWorkList(const LocationContext *L, unsigned Steps = 150000) {
192 return Engine.ExecuteWorkList(L, Steps, nullptr);
199 bool ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps,
202 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
CoreEngine.h 143 /// steps. Returns true if there is still simulation state on the worklist.
144 bool ExecuteWorkList(const LocationContext *L, unsigned Steps,
149 unsigned Steps,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 278 /// point. CheckDesignatedInitializer() recursively steps into the
3504 for (auto I = Steps.rbegin(); I != Steps.rend(); ++I) {
3566 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization;
3580 Steps.push_back(S);
3592 Steps.push_back(S);
3600 Steps.push_back(S);
3607 Steps.push_back(S);
3614 Steps.push_back(S)
    [all...]
SemaExprCXX.cpp 6584 SmallVector<Step, 8> Steps;
6611 if (!Steps.empty()) {
6621 } else if (Steps.size() == 1) {
6636 assert(Steps.size() == 1);
6644 assert(Steps.size() == 1);
6648 Steps.back().Quals = Quals;
6650 NeedConstBefore = Steps.size() - 1;
6659 Steps.emplace_back(Step::Pointer);
6668 Steps.emplace_back(Step::ObjCPointer);
6692 else if (Steps.empty()
    [all...]
SemaTemplateInstantiateDecl.cpp 296 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps;
360 Steps.push_back(Inst.get());
366 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps,
SemaOpenMP.cpp 6327 ArrayRef<unsigned> LinModifiers, ArrayRef<Expr *> Steps, SourceRange SR) {
6330 assert(Linears.size() == Steps.size());
6527 for (Expr *E : Steps) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 706 SmallVectorImpl<unsigned> &LinModifiers, SmallVectorImpl<Expr *> &Steps) {
768 Steps.append(Linears.size() - Steps.size(), Data.DepModOrTailExpr);
801 SmallVector<Expr *, 4> Steps;
804 Alignments, Linears, LinModifiers, Steps);
812 LinModifiers, Steps, SourceRange(Loc, EndLoc));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 725 // If we have taken more than 12[1] / 8[2] steps to attempt the
733 // [2] For MIPS32, more than 8 steps is expensive as the constant could be
748 unsigned Steps = 0;
757 if (Steps >= MaxSteps)
761 ++Steps;
776 ++Steps;
786 Steps *= (VT.getSizeInBits() != RegisterSize) * 3;
787 if (Steps > 27)
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 6734 # the comparisons in Steps 1.1 and 1.3 can be performed #
6764 # This error has to be considered later in Steps 3 and 4. #
7226 #--Steps 8.2 -- 8.6
fpsp.s 6840 # the comparisons in Steps 1.1 and 1.3 can be performed #
6870 # This error has to be considered later in Steps 3 and 4. #
7332 #--Steps 8.2 -- 8.6

Completed in 119 milliseconds