Home
last modified time | relevance | path

Searched refs:nextv (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d336 const nextv = peekNext2(); variable
337 if (nextv == TOK.leftCurly || nextv == TOK.colon || nextv == TOK.semicolon)
4233 const nextv = peekNext2(); variable
4234 if (nextv == TOK.leftCurly || nextv == TOK.colon || nextv == TOK.semicolon)
5829 const nextv = peekNext2(); variable
5830 if (nextv == TOK.leftCurly || nextv == TOK.colon || nextv == TOK.semicolon)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d2492 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;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconv.d2884 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;