Home
last modified time | relevance | path

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

/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtypes_private.h59 using __on = variant<day, weekday_last, __constrained_weekday>; variable
78 __tz::__on __on; member
/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp217 [[nodiscard]] static year_month_day __to_year_month_day(year __year, month __month, __tz::__on __on) { in __to_year_month_day() argument