Searched refs:__first_args (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dcompressed_pair.h124 explicit __compressed_pair(piecewise_construct_t __pc, tuple<_Args1...> __first_args, argument
126 : _Base1(__pc, std::move(__first_args), typename __make_tuple_indices<sizeof...(_Args1)>::type()),
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dpair.h302 tuple<_Args1...> __first_args, tuple<_Args2...> __second_args)
305 : pair(__pc, __first_args, __second_args,
417 tuple<_Args1...>& __first_args, tuple<_Args2...>& __second_args,

Completed in 184 milliseconds