Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d2804 _tod._second in toISOString()
2866 _tod._second in toISOExtString()
2927 _tod._second in toSimpleString()
7942 _second = cast(ubyte) second;
7953 assert(tod._second == 0);
7960 assert(tod._second == 33);
7998 if (_second < rhs._second) in opCmp()
8000 if (_second > rhs._second) in opCmp()
8150 return _second; in second()
9019 tod._second = maxSecond; in max()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d2899 _tod._second
2976 _tod._second
3052 _tod._second
8331 _second = cast(ubyte) second;
8342 assert(tod._second == 0);
8349 assert(tod._second == 33);
8387 if (_second < rhs._second) in opCmp()
8389 if (_second > rhs._second) in opCmp()
8539 return _second; in second()
9461 tod._second = maxSecond; in max()
[all …]