Searched defs:nc1 (Results 1 – 5 of 5) sorted by relevance
24 constexpr int nc1 = i; // expected-error {{constexpr variable 'nc1' must be initialized by a consta… variable
25 constexpr int nc1 = i; // expected-error {{constexpr variable 'nc1' must be initialized by a consta… variable
12 constexpr NonConstexpr1 nc1 = NonConstexpr1(); // ok, does not call constructor variable
38 Noncopyable nc1 = make(); variable