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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetSchedule.cpp 233 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID);
234 if (Advance > 0 && (unsigned)Advance > Latency) // unsigned wrap
236 return Latency - Advance;
  /src/external/apache2/llvm/dist/clang/lib/Format/
BreakableToken.cpp 184 unsigned Advance;
186 Advance = encoding::getEscapeSequenceLength(Text);
187 Chars += Advance;
189 Advance = encoding::getCodePointNumBytes(Text[0], Encoding);
191 Text.substr(0, Advance), UsedColumns + Chars, TabWidth, Encoding);
194 if (Chars > MaxSplit || Text.size() <= Advance)
201 if (Advance == 1 && !isAlphanumeric(Text[0]))
204 SplitPoint += Advance;
205 Text = Text.substr(Advance);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 175 // When true, P marks begin-position of the match, and calling Advance sets C
220 } while (Advance());
248 // Advance 1-past previous next/search.
250 bool Advance() {
418 PH.Advance();
421 PH.Advance();
437 PH.Advance();
510 PH.Advance();
515 PH.Advance();
532 PH.Advance();
    [all...]

Completed in 30 milliseconds