Home
last modified time | relevance | path

Searched refs:__second (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/
H A Dparser_std_format_spec.h44 __second = 0x1, enumerator
47 __time = __hour | __minute | __second,
74 if ((__flags & __flags::__second) != __flags::__second) in __validate_second()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dqueue329 …_LIBCPP_HIDE_FROM_ABI queue(_InputIterator __first, _InputIterator __second, const _Alloc& __alloc)
330 : c(__first, __second, __alloc) {}
H A Dregex1528 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec_split(bool __second, __state& __s) const;
1576 void __loop<_CharT>::__exec_split(bool __second, __state& __s) const {
1578 if (__greedy_ != __second) {
1598 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual void __exec_split(bool __second, __state& __s) const;
1607 void __alternate<_CharT>::__exec_split(bool __second, __state& __s) const {
1609 if (__second)
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h319 typename _CompressedPair::_Base2* __second = _CompressedPair::__get_second_base(__as_pair); in _ALIGNAS_TYPE() local
320 _Tp* __elem = reinterpret_cast<_Tp*>(__second); in _ALIGNAS_TYPE()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h146 _LIBCPP_NO_UNIQUE_ADDRESS _Second __second;