Searched refs:Subscript0 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | instantiate-subscript.cpp | 17 struct Subscript0 { struct 23 template struct Subscript0<int*, int, int&>; variable 24 template struct Subscript0<Sub0, int, int&>; variable 25 template struct Subscript0<Sub1, ConvertibleToInt, long&>; variable 26 template struct Subscript0<Sub1, Sub0, long&>; // expected-note{{instantiation}} variable
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-subscript.cpp | 17 struct Subscript0 { struct 23 template struct Subscript0<int*, int, int&>; variable 24 template struct Subscript0<Sub0, int, int&>; variable 25 template struct Subscript0<Sub1, ConvertibleToInt, long&>; variable 26 template struct Subscript0<Sub1, Sub0, long&>; // expected-note{{instantiation}} variable
|