Searched refs:CharNo (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DStringMatcher.cpp39 /// 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, NumChar
44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches, unsigned CharNo, unsigned IndentCount) const argument
103 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\\n"; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/TableGen/
H A DStringMatcher.h49 unsigned CharNo, unsigned IndentCount) const;

Completed in 706 milliseconds