Home | History | Annotate | Download | only in Lex

Lines Matching defs:Suffix

41   uint32_t Suffix;     // Offset (into strings) of value suffix.
149 Result.Suffix = 0;
156 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
195 const char *Suffix = getString(B.Suffix);
196 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix);
235 StringRef Suffix = getString(B.Suffix);
238 DestPath.append(Suffix.begin(), Suffix.end());