Searched refs:cnir (Results 1 – 2 of 2) sorted by relevance
49 conv_to_not_int_rvalue cnir; in f() local50 not_int &&ni4 = cnir; in f()51 …not_int &ni5 = cnir; // expected-error{{non-const lvalue reference to type 'not_int' cannot bind t… in f()
53 conv_to_not_int_rvalue cnir; in f() local54 not_int &&ni4 = cnir; in f()55 …not_int &ni5 = cnir; // expected-error{{non-const lvalue reference to type 'not_int' cannot bind t… in f()