Searched refs:__second (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | parser_std_format_spec.h | 47 __second = 0x1, enumerator 50 __time = __hour | __minute | __second, 77 if ((__flags & __flags::__second) != __flags::__second) in __validate_second()
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/ |
| H A D | time_zone.cpp | 919 __is_ambiguous(local_seconds __local_time, const sys_info& __first, const sys_info& __second) { in __is_ambiguous() argument 921 std::chrono::local_seconds __begin_second{__second.begin.time_since_epoch() + __second.offset}; in __is_ambiguous() 929 __get_info(local_seconds __local_time, const sys_info& __first, const sys_info& __second) { in __get_info() argument 931 std::chrono::local_seconds __begin_second{__second.begin.time_since_epoch() + __second.offset}; in __get_info() 938 return {local_info::ambiguous, __first, __second}; in __get_info() 950 return {local_info::nonexistent, __first, __second}; in __get_info() 955 return {local_info::unique, __second, sys_info{}}; in __get_info()
|
| H A D | tzdb.cpp | 680 (void)ranges::adjacent_find(__entries, [&](const __entry& __first, const __entry& __second) { in __parse_leap_seconds() argument 682 std::__private_constructor_tag{}, __second.__timestamp, __second.__value - __first.__value); in __parse_leap_seconds()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | shared_ptr.h | 316 typename _CompressedPair::_Base2* __second = _CompressedPair::__get_second_base(__as_pair); in _ALIGNAS_TYPE() local 317 _Tp* __elem = reinterpret_cast<_Tp*>(__second); in _ALIGNAS_TYPE()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | queue | 330 …_LIBCPP_HIDE_FROM_ABI queue(_InputIterator __first, _InputIterator __second, const _Alloc& __alloc) 331 : c(__first, __second, __alloc) {}
|
| H A D | regex | 1533 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec_split(bool __second, __state& __s) const; 1581 void __loop<_CharT>::__exec_split(bool __second, __state& __s) const { 1583 if (__greedy_ != __second) { 1603 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec_split(bool __second, __state& __s) const; 1612 void __alternate<_CharT>::__exec_split(bool __second, __state& __s) const { 1614 if (__second)
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | regex | 1513 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec_split(bool __second, __state& __s) const; 1561 void __loop<_CharT>::__exec_split(bool __second, __state& __s) const { 1563 if (__greedy_ != __second) { 1583 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec_split(bool __second, __state& __s) const; 1592 void __alternate<_CharT>::__exec_split(bool __second, __state& __s) const { 1594 if (__second)
|
| /freebsd/contrib/llvm-project/libcxx/include/__expected/ |
| H A D | expected.h | 141 _LIBCPP_NO_UNIQUE_ADDRESS _Second __second;
|