Home
last modified time | relevance | path

Searched defs:__stdoff (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp276 [[nodiscard]] static seconds __at_to_seconds(seconds __stdoff, const __tz::__rule& __rule) { in __at_to_seconds() argument
295 [[nodiscard]] static sys_seconds __from_to_sys_seconds(seconds __stdoff, const __tz::__rule& __rule, year __year) { in __from_to_sys_seconds() argument
302 [[nodiscard]] static sys_seconds __from_to_sys_seconds(seconds __stdoff, cons argument
388 __at_to_seconds(seconds __stdoff,seconds __save,const __tz::__rule & __rule) __at_to_seconds() argument
403 __rule_to_sys_seconds(seconds __stdoff,seconds __save,const __tz::__rule & __rule,year __year) __rule_to_sys_seconds() argument
425 __next_rule(sys_seconds __time,seconds __stdoff,seconds __save,const vector<__tz::__rule> & __rules,vector<__tz::__rule>::const_iterator __current) __next_rule() argument
488 __first_rule(seconds __stdoff,const vector<__tz::__rule> & __rules) __first_rule() argument
[all...]
/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtypes_private.h90 seconds __stdoff; member