Home
last modified time | relevance | path

Searched defs:timeOfDay (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d449 @property TimeOfDay timeOfDay() const @safe pure nothrow @nogc in timeOfDay() function
480 @property void timeOfDay(in TimeOfDay tod) @safe pure nothrow @nogc in timeOfDay() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d497 @property TimeOfDay timeOfDay() const @safe pure nothrow @nogc in timeOfDay() function
528 @property void timeOfDay(TimeOfDay tod) @safe pure nothrow @nogc in timeOfDay() function
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1290 static sqlite3_int64 timeOfDay(void){ in timeOfDay() function