Searched defs:InitList2 (Results 1 – 2 of 2) sorted by relevance
249 struct InitList2 { struct255 template struct InitList2<APair, int*, float*>; argument256 template struct InitList2<APair, int*, double*>; // expected-note{{instantiation}} variable
70 constexpr S InitList2(int a) { return { a, a, { ng } }; }; // expected-error {{never produces}} exp… in InitList2() function