Searched defs:nc2 (Results 1 – 5 of 5) sorted by relevance
26 constexpr C nc2 = C(); // expected-error {{cannot have non-literal type 'const C'}} variable
110 T nc2(nc); in double_capture() local
40 Noncopyable nc2 = Noncopyable(); variable
22 non_copiable nc2 = nc; // expected-error {{deleted constructor}} in fn1() local
13 constexpr NonConstexpr2 nc2 = NonConstexpr2(); // ok, does not call constructor variable