Home
last modified time | relevance | path

Searched defs:__second (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dparser_std_format_spec.h44 __second = 0x1, enumerator
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h318 typename _CompressedPair::_Base2* __second = _CompressedPair::__get_second_base(__as_pair); in _ALIGNAS_TYPE() local
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp910 __is_ambiguous(local_seconds __local_time, const sys_info& __first, const sys_info& __second) { in __is_ambiguous()
920 __get_info(local_seconds __local_time, const sys_info& __first, const sys_info& __second) { in __get_info()
H A Dtzdb.cpp667 (void)ranges::adjacent_find(__entries, [&](const __entry& __first, const __entry& __second) { in __parse_leap_seconds()