Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dcpp_type_traits.h365 struct __second
371 __value = sizeof(__first<_Tp>) == sizeof(__second<_Tp>)
H A Dboost_concept_check.h359 __r = __f(__first, __second); // require operator()
363 _Second __second;
371 __f(__first, __second); // require operator()
375 _Second __second;
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dtype_traits290 struct __second
294 static const bool __value = sizeof(__first<_Tp>) == sizeof(__second<_Tp>);
314 struct __second
318 virtual ~__second() throw();
322 static const bool __value = sizeof(__first<_Tp>) == sizeof(__second<_Tp>);
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dboost_concept_check.h353 __r = __f(__first, __second); // require operator()
357 _Second __second;
365 __f(__first, __second); // require operator()
369 _Second __second;
/openbsd/gnu/llvm/libcxx/include/
H A Dqueue292 …queue(_InputIterator __first, _InputIterator __second, const _Alloc& __alloc) : c(__first, __secon…
H A Dregex1658 virtual void __exec_split(bool __second, __state& __s) const;
1722 __loop<_CharT>::__exec_split(bool __second, __state& __s) const
1725 if (__greedy_ != __second)
1751 virtual void __exec_split(bool __second, __state& __s) const;
1763 __alternate<_CharT>::__exec_split(bool __second, __state& __s) const
1766 if (__second)
/openbsd/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h347 … typename _CompressedPair::_Base2* __second = _CompressedPair::__get_second_base(__as_pair); in _ALIGNAS_TYPE() local
348 _Tp *__elem = reinterpret_cast<_Tp*>(__second); in _ALIGNAS_TYPE()