Home
last modified time | relevance | path

Searched defs:get_nth_type (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp8 struct get_nth_type<N, Head, Tail...> : get_nth_type<N-1, Tail...> { }; struct
11 struct get_nth_type<0, Head, Tail...> { struct
15 // Placeholder type when get_nth_type fails. argument
19 struct get_nth_type<N> { struct
24 typename get_nth_type<0, Args...>::type first_arg(Args...); argument
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp7 struct get_nth_type<N, Head, Tail...> : get_nth_type<N-1, Tail...> { }; struct
10 struct get_nth_type<0, Head, Tail...> { struct
14 // Placeholder type when get_nth_type fails. argument
18 struct get_nth_type<N> { struct
30 typename get_nth_type<0, Args...>::type first_arg(Args...); argument