Searched refs:UValue (Results 1 – 2 of 2) sorted by relevance
215 unsigned long long UValue; in LexDigit() local216 if (Result.getAsInteger(Radix, UValue)) in LexDigit()219 Value = (long long)UValue; in LexDigit()
613 inline int UValue() const { return Bit(23); } in UValue() function703 inline bool HasU() const { return UValue() == 1; } in HasU()