Searched refs:Val64 (Results 1 – 1 of 1) sorted by relevance
1132 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1); in ParseUInt32() local1133 if (Val64 != unsigned(Val64)) in ParseUInt32()1135 Val = Val64; in ParseUInt32()