Searched refs:__second (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | cpp_type_traits.h | 365 struct __second 371 __value = sizeof(__first<_Tp>) == sizeof(__second<_Tp>)
|
H A D | boost_concept_check.h | 359 __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 D | type_traits | 290 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 D | boost_concept_check.h | 353 __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 D | queue | 292 …queue(_InputIterator __first, _InputIterator __second, const _Alloc& __alloc) : c(__first, __secon…
|
H A D | regex | 1658 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 D | shared_ptr.h | 347 … typename _CompressedPair::_Base2* __second = _CompressedPair::__get_second_base(__as_pair); in _ALIGNAS_TYPE() local 348 _Tp *__elem = reinterpret_cast<_Tp*>(__second); in _ALIGNAS_TYPE()
|