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