Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp911 std::chrono::local_seconds __end_first{__first.end.time_since_epoch() + __first.offset}; in __is_ambiguous() local
914 return __local_time < __end_first && __local_time >= __begin_second; in __is_ambiguous()
921 std::chrono::local_seconds __end_first{__first.end.time_since_epoch() + __first.offset}; in __get_info() local
924 if (__local_time < __end_first) { in __get_info()