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