Searched refs:Choose0 (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-expr-3.cpp | 81 struct Choose0 { struct 87 template struct Choose0<true, int, float, int&>; argument 88 template struct Choose0<false, int, float, float&>; variable 89 template struct Choose0<true, int, float, float&>; // expected-note{{instantiation}} variable
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-3.cpp | 81 struct Choose0 { struct 87 template struct Choose0<true, int, float, int&>; variable 88 template struct Choose0<false, int, float, float&>; variable 89 template struct Choose0<true, int, float, float&>; // expected-note{{instantiation}} variable
|