Searched refs:DesigInit0 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | instantiate-c99.cpp | 9 struct DesigInit0 { struct 22 template struct DesigInit0<Point2D, int, double>; argument 28 template struct DesigInit0<Point3D, int, double>; variable 39 template struct DesigInit0<ColorPoint3D, int, double>; variable 40 template struct DesigInit0<Color, int, double>; // expected-note{{instantiation}} variable
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-c99.cpp | 11 struct DesigInit0 { struct 29 template struct DesigInit0<Point2D, int, double>; variable 35 template struct DesigInit0<Point3D, int, double>; variable 46 template struct DesigInit0<ColorPoint3D, int, double>; variable 47 template struct DesigInit0<Color, int, double>; // expected-note{{instantiation}} variable
|