Searched refs:is_leap (Results 1 – 3 of 3) sorted by relevance
67 static inline bool is_leap(unsigned int y) in is_leap() function141 if (is_leap(year)) { in localtime_3()
1762 …inline constexpr bool is_leap() const noexcept { return __y % 4 == 0 && (__y % 100 != 0 || __y % 4…2440 return month() != February || !__y.is_leap() ?