Searched refs:Val64 (Results 1 – 3 of 3) sorted by relevance
1085 uint64_t Val64 = Token.integerValue().getLimitedValue(Limit); in getUnsigned() local1086 if (Val64 == Limit) in getUnsigned()1088 Result = Val64; in getUnsigned()
858 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1); in ParseUInt32() local859 if (Val64 != unsigned(Val64)) in ParseUInt32()861 Val = Val64; in ParseUInt32()
1263 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1); in ParseUInt32() local1264 if (Val64 != unsigned(Val64)) in ParseUInt32()1266 Val = Val64; in ParseUInt32()