Searched refs:nextv (Results 1 – 3 of 3) sorted by relevance
336 const nextv = peekNext2(); variable337 if (nextv == TOK.leftCurly || nextv == TOK.colon || nextv == TOK.semicolon)4233 const nextv = peekNext2(); variable4234 if (nextv == TOK.leftCurly || nextv == TOK.colon || nextv == TOK.semicolon)5829 const nextv = peekNext2(); variable5830 if (nextv == TOK.leftCurly || nextv == TOK.colon || nextv == TOK.semicolon)
2492 auto nextv = v.mulu(radix, overflow).addu(c - '0', overflow);2493 …enforce!ConvOverflowException(!overflow && nextv <= Target.max, "Overflow in integral conversion");2494 v = cast(Target) nextv;
2884 auto nextv = v.mulu(radix, overflow).addu(c - '0', overflow);2885 …enforce!ConvOverflowException(!overflow && nextv <= Target.max, "Overflow in integral conversion");2886 v = cast(Target) nextv;