Searched refs:Def5 (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiation-default-1.cpp | 67 template<typename T, typename T2 = T const[12]> struct Def5; 69 template<> struct Def5<int> { struct 73 template<> struct Def5<int, int const[13]> { struct 77 void test_Def5(Def5<int, const int[12]> *d5a, Def5<int, const int[13]> *d5b) { in test_Def5()
|
/external/clang/test/SemaTemplate/ |
D | instantiation-default-1.cpp | 67 template<typename T, typename T2 = T const[12]> struct Def5; 69 template<> struct Def5<int> { struct 73 template<> struct Def5<int, int const[13]> { struct 77 void test_Def5(Def5<int, const int[12]> *d5a, Def5<int, const int[13]> *d5b) { in test_Def5()
|