Home
last modified time | relevance | path

Searched defs:InitList2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-expr-4.cpp249 struct InitList2 { struct
255 template struct InitList2<APair, int*, float*>; argument
256 template struct InitList2<APair, int*, double*>; // expected-note{{instantiation}} variable
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp70 constexpr S InitList2(int a) { return { a, a, { ng } }; }; // expected-error {{never produces}} exp… in InitList2() function