Home
last modified time | relevance | path

Searched refs:cnir (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/test/SemaCXX/
Drval-references.cpp53 conv_to_not_int_rvalue cnir; in f() local
54 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()