Home
last modified time | relevance | path

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

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