Searched refs:__second (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | parser_std_format_spec.h | 44 __second = 0x1, enumerator 47 __time = __hour | __minute | __second, 74 if ((__flags & __flags::__second) != __flags::__second) in __validate_second()
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/ |
| H A D | time_zone.cpp | 910 __is_ambiguous(local_seconds __local_time, const sys_info& __first, const sys_info& __second) { in __is_ambiguous() argument 912 std::chrono::local_seconds __begin_second{__second.begin.time_since_epoch() + __second.offset}; in __is_ambiguous() 920 __get_info(local_seconds __local_time, const sys_info& __first, const sys_info& __second) { in __get_info() argument 922 std::chrono::local_seconds __begin_second{__second.begin.time_since_epoch() + __second.offset}; in __get_info() 929 return {local_info::ambiguous, __first, __second}; in __get_info() 941 return {local_info::nonexistent, __first, __second}; in __get_info() 946 return {local_info::unique, __second, sys_info{}}; in __get_info()
|
| H A D | tzdb.cpp | 667 (void)ranges::adjacent_find(__entries, [&](const __entry& __first, const __entry& __second) { in __parse_leap_seconds() argument 669 std::__private_constructor_tag{}, __second.__timestamp, __second.__value - __first.__value); in __parse_leap_seconds()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | queue | 327 …_LIBCPP_HIDE_FROM_ABI queue(_InputIterator __first, _InputIterator __second, const _Alloc& __alloc) 328 : c(__first, __second, __alloc) {}
|
| H A D | regex | 1526 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec_split(bool __second, __state& __s) const; 1574 void __loop<_CharT>::__exec_split(bool __second, __state& __s) const { 1576 if (__greedy_ != __second) { 1596 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec_split(bool __second, __state& __s) const; 1605 void __alternate<_CharT>::__exec_split(bool __second, __state& __s) const { 1607 if (__second)
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | shared_ptr.h | 318 typename _CompressedPair::_Base2* __second = _CompressedPair::__get_second_base(__as_pair); in _ALIGNAS_TYPE() local 319 _Tp* __elem = reinterpret_cast<_Tp*>(__second); in _ALIGNAS_TYPE()
|
| /freebsd/contrib/llvm-project/libcxx/include/__expected/ |
| H A D | expected.h | 137 _LIBCPP_NO_UNIQUE_ADDRESS _Second __second;
|