Searched refs:nc5 (Results 1 – 3 of 3) sorted by relevance
29 constexpr C nc5((C())); // expected-error {{cannot have non-literal type 'const C'}}
128 ; CHECK: define void @nc5(void (i8*)* nocapture %f, i8* nocapture %p)129 define void @nc5(void (i8*)* %f, i8* %p) {
83 const NonCopyable &nc5 = prvalue<NonCopyableDerived>(); in test_direct_binding() local