Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dchrono1250 class month;
1409 class month
1475 operator==(const month& __x, const month& __y) noexcept
1479 operator<=>(const month& __x, const month& __y) noexcept
1498 operator-(const month& __x, const month& __y) noexcept
2022 { return __x.month() == __y.month(); }
2083 return __x.month() == __y.month()
2145 return __x.month() == __y.month()
2410 && __x.month() == __y.month()
2835 && __x.month() == __y.month()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c206 short month; member
683 day = 31 * r->month - day_cor[r->month - 1]; in tm_isdst()
687 monlen = 31 + day_cor[r->month - 1] - day_cor[r->month]; in tm_isdst()
688 if (isleap && (r->month == 2)) { in tm_isdst()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A DChangeLog3269 Convert chrono::month and chrono::day to unsigned before

Completed in 18 milliseconds