Home
last modified time | relevance | path

Searched refs:tod6 (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d8241 auto tod6 = TimeOfDay(0, 0, 0); member
8242 tod6.roll!"seconds"(-1);
8243 assert(tod6 == TimeOfDay(0, 0, 59));
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d8634 auto tod6 = TimeOfDay(0, 0, 0); member
8635 tod6.roll!"seconds"(-1);
8636 assert(tod6 == TimeOfDay(0, 0, 59));