Searched refs:HasNonConstExprMemInit (Results 1 – 2 of 2) sorted by relevance
55 struct HasNonConstExprMemInit { struct57 constexpr HasNonConstExprMemInit() {} // expected-error {{never produces a constant expression}} in HasNonConstExprMemInit() function58 constexpr HasNonConstExprMemInit(int y) : x(y) {} // ok in HasNonConstExprMemInit() function60 static_assert(__is_literal(HasNonConstExprMemInit), "fail");
55 struct HasNonConstExprMemInit { struct57 constexpr HasNonConstExprMemInit() {} // expected-error {{never produces a constant expression}} in HasNonConstExprMemInit() function58 constexpr HasNonConstExprMemInit(int y) : x(y) {} // ok in HasNonConstExprMemInit() argument60 static_assert(__is_literal(HasNonConstExprMemInit), "fail");