Searched defs:_Tuple_impl (Results 1 – 2 of 2) sorted by relevance
| /third_party/libabigail/tests/data/test-diff-dwarf/ |
| D | test42-PR21296-clanggcc.cc | 118 struct _Tuple_impl<_Idx> struct 129 struct _Tuple_impl<_Idx, _Head, _Tail...> struct 136 typedef _Tuple_impl<_Idx + 1, _Tail...> _Inherited; 137 typedef _Head_base<_Idx, _Head, /*__empty_not_final<_Head>::value*/ 0> _Base; 140 _M_head(const _Tuple_impl& __t) noexcept { return _Base::_M_head(__t); } in _M_head() 143 _M_tail(const _Tuple_impl& __t) noexcept { return __t; } in _M_tail() 147 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) in _Tuple_impl() argument 152 _Tuple_impl(_Tuple_impl&& __in) in _Tuple_impl() argument
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 52972 struct _Tuple_impl<_Idx, _Head, _Tail...> struct 52978 typedef _Tuple_impl<_Idx + 1, _Tail...> _Inherited; 52979 typedef _Head_base<_Idx, _Head, __empty_not_final<_Head>::value> _Base; 52982 _M_head(_Tuple_impl& __t) noexcept { return _Base::_M_head(__t); } in _M_head() 52985 _M_head(const _Tuple_impl& __t) noexcept { return _Base::_M_head(__t); } in _M_head() 52988 _M_tail(_Tuple_impl& __t) noexcept { return __t; } in _M_tail() 52991 _M_tail(const _Tuple_impl& __t) noexcept { return __t; } in _M_tail() 52993 constexpr _Tuple_impl() in _Tuple_impl() argument 52997 constexpr _Tuple_impl(const _Head& __head, const _Tail&... __tail) in _Tuple_impl() argument 53003 constexpr _Tuple_impl(_UHead&& __head, _UTail&&... __tail) in _Tuple_impl() argument [all …]
|