Searched refs:NonConstexpr1 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp5 struct NonConstexpr1 { // expected-note {{here}} struct
9 NonConstexpr1 nl;
11 struct NonConstexpr2a : NonConstexpr1 { };
12 constexpr NonConstexpr1 nc1 = NonConstexpr1(); // ok, does not call constructor
18 friend constexpr NonConstexpr1::NonConstexpr1(); // expected-error {{follows non-constexpr declaration}}
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp23 struct NonConstexpr1 { struct

Completed in 279 milliseconds