Home
last modified time | relevance | path

Searched refs:Indices1 (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dparameter-matching.cpp36 template<typename ...Args1, int ...Indices1>
37 X(tuple<Args1...>, int_tuple<Indices1...>);
41 template<typename ...Args1, int ...Indices1>
42 X<T>::X(tuple<Args1...>, int_tuple<Indices1...>) {} in X() argument
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dparameter-matching.cpp36 template<typename ...Args1, int ...Indices1>
37 X(tuple<Args1...>, int_tuple<Indices1...>);
41 template<typename ...Args1, int ...Indices1>
42 X<T>::X(tuple<Args1...>, int_tuple<Indices1...>) {} in X() argument