Searched refs:Val64 (Results 1 – 2 of 2) sorted by relevance
1005 uint64_t Val64 = Token.integerValue().getLimitedValue(Limit); in getUnsigned() local1006 if (Val64 == Limit) in getUnsigned()1008 Result = Val64; in getUnsigned()
1193 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1); in ParseUInt32() local1194 if (Val64 != unsigned(Val64)) in ParseUInt32()1196 Val = Val64; in ParseUInt32()