Home | History | Annotate | Download | only in Lex

Lines Matching refs:Suffix

41   uint32_t Suffix;     // Offset (into strings) of value suffix.
145 Result.Suffix = 0;
152 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
191 const char *Suffix = getString(B.Suffix);
192 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix);
231 StringRef Suffix = getString(B.Suffix);
234 DestPath.append(Suffix.begin(), Suffix.end());