| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| alloc_traits.h | 758 using __traits = allocator_traits<_Alloc>; 760 typename __traits::propagate_on_container_copy_assignment::type; 774 typedef allocator_traits<_Alloc> __traits; typedef 775 return __traits::select_on_container_copy_construction(__a); 795 using __traits = allocator_traits<_Alloc>; 797 = typename __traits::propagate_on_container_move_assignment::type; 826 using __traits = allocator_traits<_Alloc>; 827 using __pocs = typename __traits::propagate_on_container_swap::type;
|
| regex_executor.h | 213 const auto& __traits = _M_re._M_automaton->_M_traits; local 214 const auto& __ct = use_facet<ctype<_CharT>>(__traits.getloc());
|
| stl_uninitialized.h | 350 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 352 __traits::construct(__alloc, std::__addressof(*__cur), *__first); 412 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 414 __traits::construct(__alloc, std::__addressof(*__cur), __x); 448 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 450 __traits::construct(__alloc, std::__addressof(*__cur), __x); 728 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 730 __traits::construct(__alloc, std::__addressof(*__cur)); 759 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 761 __traits::construct(__alloc, std::__addressof(*__cur)) 1074 typedef std::allocator_traits<_Allocator> __traits; typedef [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| alloc_traits.h | 681 typedef allocator_traits<_Alloc> __traits; typedef 682 typedef typename __traits::propagate_on_container_copy_assignment __pocca; 695 typedef allocator_traits<_Alloc> __traits; typedef 696 return __traits::select_on_container_copy_construction(__a); 713 typedef allocator_traits<_Alloc> __traits; typedef 714 typedef typename __traits::propagate_on_container_move_assignment __pocma; 740 typedef allocator_traits<_Alloc> __traits; typedef 741 typedef typename __traits::propagate_on_container_swap __pocs;
|
| regex_executor.h | 213 const auto& __traits = _M_re._M_automaton->_M_traits; local 214 const auto& __ct = use_facet<ctype<_CharT>>(__traits.getloc());
|
| stl_uninitialized.h | 350 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 352 __traits::construct(__alloc, std::__addressof(*__cur), *__first); 410 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 412 __traits::construct(__alloc, std::__addressof(*__cur), __x); 444 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 446 __traits::construct(__alloc, std::__addressof(*__cur), __x); 723 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 725 __traits::construct(__alloc, std::__addressof(*__cur)); 753 typedef __gnu_cxx::__alloc_traits<_Allocator> __traits; typedef 755 __traits::construct(__alloc, std::__addressof(*__cur)) 1069 typedef std::allocator_traits<_Allocator> __traits; typedef [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| simd_sve.h | 625 struct __traits : _InvalidTraits struct in struct:_SveSimdWrapper 629 struct __traits<_Tp, true> struct in struct:_SveSimdWrapper 696 static constexpr size_t _S_full_size = __traits<_Tp>::_S_full_size; 699 static constexpr bool _S_is_partial = __traits<_Tp>::_S_is_partial; 859 using _SimdMember = typename _Abi::template __traits<_Tp>::_SimdMember;
|
| simd_scalar.h | 86 struct __traits : _InvalidTraits {}; struct in struct:simd_abi::_Scalar 89 struct __traits<_Tp, true> struct in struct:simd_abi::_Scalar
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| simd_scalar.h | 86 struct __traits : _InvalidTraits {}; struct in struct:simd_abi::_Scalar 89 struct __traits<_Tp, true> struct in struct:simd_abi::_Scalar
|