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

  /external/llvm/utils/TableGen/
StringMatcher.cpp 39 /// same length and whose characters leading up to CharNo are the same, emit
40 /// code to verify that CharNo and later are the same.
45 unsigned CharNo, unsigned IndentCount) const {
51 if (CharNo == Matches[0]->first.size()) {
73 MatchesByLetter[Matches[i]->first[CharNo]].push_back(Matches[i]);
80 unsigned NumChars = FirstNonCommonLetter-CharNo;
86 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '"
87 << Matches[0]->first[CharNo] << "')\n";
92 OS << Indent << "if (" << StrVariableName << ".substr(" << CharNo << ", "
94 OS << Matches[0]->first.substr(CharNo, NumChars) << "\")\n"
    [all...]
StringMatcher.h 49 unsigned CharNo, unsigned IndentCount) const;
  /external/clang/lib/Lex/
Lexer.cpp 659 unsigned CharNo,
669 if (Invalid || (CharNo == 0 && Lexer::isObviouslySimpleCharacter(*TokPtr)))
678 if (CharNo == 0)
680 ++TokPtr, --CharNo, ++PhysOffset;
685 for (; CharNo; --CharNo) {
    [all...]

Completed in 75 milliseconds