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

  /external/llvm/lib/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 (memcmp(" << StrVariableName << ".data()+" << CharNo
93 << ", \"" << Matches[0]->first.substr(CharNo, NumChars) << "\",
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
StringMatcher.cpp 45 /// same length and whose characters leading up to CharNo are the same, emit
46 /// code to verify that CharNo and later are the same.
50 const std::vector<const StringPair *> &Matches, unsigned CharNo,
57 if (CharNo == Matches[0]->first.size()) {
80 MatchesByLetter[Matches[i]->first[CharNo]].push_back(Matches[i]);
87 unsigned NumChars = FirstNonCommonLetter-CharNo;
93 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '"
94 << Matches[0]->first[CharNo] << "')\n";
99 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo
100 << ", \"" << Matches[0]->first.substr(CharNo, NumChars) << "\",
    [all...]
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 49 unsigned CharNo, unsigned IndentCount) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
StringMatcher.h 50 unsigned CharNo, unsigned IndentCount,
  /external/clang/include/clang/AST/
CommentLexer.h 308 const unsigned CharNo = Loc - BufferStart;
309 return FileLoc.getLocWithOffset(CharNo);
  /external/clang/lib/AST/
CommentParser.cpp 69 const unsigned CharNo = Pos.BufferPtr - Pos.BufferStart;
70 return Pos.BufferStartLoc.getLocWithOffset(CharNo);

Completed in 449 milliseconds