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

/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp38 struct NonConstexpr4 { // expected-note {{here}} struct
41 constexpr NonConstexpr4 nc4 = NonConstexpr4(); // expected-error {{constant expression}} expected-note {{non-constexpr constructor 'NonConstexpr4'}}
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp35 struct NonConstexpr4 { struct
36 NonConstexpr4(); // expected-note {{declared here}}
40 int n : NonConstexpr4().n; // expected-error {{constant expression}} expected-note {{non-constexpr constructor 'NonConstexpr4' cannot be used in a constant expression}}

Completed in 195 milliseconds