Searched refs:InitList2 (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-4.cpp | 240 struct InitList2 { struct 246 template struct InitList2<APair, int*, float*>; variable 247 template struct InitList2<APair, int*, double*>; // expected-note{{instantiation}} variable
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-expr-4.cpp | 249 struct InitList2 { struct 255 template struct InitList2<APair, int*, float*>; argument 256 template struct InitList2<APair, int*, double*>; // expected-note{{instantiation}} variable
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p5.cpp | 70 constexpr S InitList2(int a) { return { a, a, { ng } }; }; // expected-error {{never produces}} exp… in InitList2() function
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p5.cpp | 70 constexpr S InitList2(int a) { return { a, a, { ng } }; }; // expected-error {{never produces}} exp… in InitList2() function
|