Home
last modified time | relevance | path

Searched refs:cnir (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Drval-references.cpp49 conv_to_not_int_rvalue cnir; in f() local
50 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()