Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp510 template<typename A, typename B> struct join_ints;
511 template<int...As, int...Bs> struct join_ints<ints<As...>, ints<Bs...>> { struct
515 …using type = typename join_ints<typename make_ints<N/2>::type, typename make_ints<(N+1)/2>::type>:…