Home
last modified time | relevance | path

Searched defs:TimeOfDay (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d7920 struct TimeOfDay struct
7950 auto tod = TimeOfDay(0, 0); argument
7957 auto tod = TimeOfDay(12, 30, 33); argument
7964 auto tod = TimeOfDay(23, 59, 59); argument
7986 int opCmp(in TimeOfDay rhs) const @safe pure nothrow @nogc in opCmp() argument
8036 const ctod = TimeOfDay(12, 30, 33); argument
8037 immutable itod = TimeOfDay(12, 30, 33); argument
8053 assert(TimeOfDay.init.hour == 0); argument
8056 const ctod = TimeOfDay(12, 0, 0); argument
8057 immutable itod = TimeOfDay(12, 0, 0); argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d8309 struct TimeOfDay struct
8339 auto tod = TimeOfDay(0, 0); argument
8346 auto tod = TimeOfDay(12, 30, 33); argument
8353 auto tod = TimeOfDay(23, 59, 59); argument
8375 int opCmp(TimeOfDay rhs) const @safe pure nothrow @nogc in opCmp() argument
8425 const ctod = TimeOfDay(12, 30, 33); argument
8426 immutable itod = TimeOfDay(12, 30, 33); argument
8442 assert(TimeOfDay.init.hour == 0); argument
8445 const ctod = TimeOfDay(12, 0, 0); argument
8446 immutable itod = TimeOfDay(12, 0, 0); argument
[all …]