Home
last modified time | relevance | path

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

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