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

  /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
  /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/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/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 296 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps;
360 Steps.push_back(Inst.get());
366 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps,

Completed in 44 milliseconds