Searched refs:__make_tuple_indices (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__tuple_dir/
H A Dtuple_indices.h27 struct __make_tuple_indices struct
29 static_assert(_Sp <= _Ep, "__make_tuple_indices input error");
H A Dmake_tuple_types.h66 using _Maker = __make_tuple_types_flat<_RawTp, typename __make_tuple_indices<_Ep, _Sp>::type>;
H A Dtuple_element.h72 typename __make_tuple_indices<sizeof...(_Types)>::type
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dcompressed_pair.h126 : _Base1(__pc, std::move(__first_args), typename __make_tuple_indices<sizeof...(_Args1)>::type()),
127 _Base2(__pc, std::move(__second_args), typename __make_tuple_indices<sizeof...(_Args2)>::type()) {}
/openbsd-current/gnu/llvm/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h131 typename __make_tuple_indices<sizeof...(_Args1)>::type{}),
134 typename __make_tuple_indices<sizeof...(_Args2)>::type{}));
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dbind.h113 typedef typename __make_tuple_indices<sizeof...(_Uj)>::type __indices;
276 typedef typename __make_tuple_indices<sizeof...(_BoundArgs)>::type __indices;
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dpair.h306 typename __make_tuple_indices<sizeof...(_Args1)>::type(),
307 typename __make_tuple_indices<sizeof...(_Args2) >::type()) {}

Completed in 142 milliseconds