Searched refs:_Head (Results 1 – 4 of 4) sorted by relevance
/external/libabigail/tests/data/test-diff-dwarf/ |
D | test42-PR21296-clanggcc.cc | 91 template<std::size_t _Idx, typename _Head, bool _IsEmptyNotFinal> 95 template<std::size_t _Idx, typename _Head> 96 struct _Head_base<_Idx, _Head, false> 101 constexpr _Head_base(const _Head& __h) in _Head_base() 108 static constexpr const _Head& 111 _Head _M_head_impl; 128 template<std::size_t _Idx, typename _Head, typename... _Tail> 129 struct _Tuple_impl<_Idx, _Head, _Tail...> 131 private _Head_base<_Idx, _Head, /*__empty_not_final<_Head>::value*/ 137 typedef _Head_base<_Idx, _Head, /*__empty_not_final<_Head>::value*/ 0> _Base; [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/ |
D | type_list.h | 24 typedef _Hp _Head; typedef 28 template <class _TypeList, size_t _Size, bool = _Size <= sizeof(typename _TypeList::_Head)> struct …
|
/external/clang/www/ |
D | libstdc++4.4-clang0x.patch | 547 _Head& _M_head() { return *this; } 548 const _Head& _M_head() const { return *this; } 550 - void _M_swap_impl(_Head&&) { /* no-op */ } 551 + void _M_swap_impl(_Head&) { /* no-op */ } 554 template<std::size_t _Idx, typename _Head> 556 const _Head& _M_head() const { return _M_head_impl; } 559 - _M_swap_impl(_Head&& __h) 560 + _M_swap_impl(_Head& __h)
|
/external/libcxx/include/ |
D | type_traits | 1668 typedef _Hp _Head; 1934 template <class _TypeList, size_t _Size, bool = _Size <= sizeof(typename _TypeList::_Head)> struct …
|