Searched refs:not_int (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Drval-references.cpp12 struct not_int {}; struct
15 not_int over(int&&);
18 not_int over2(int&&);
21 operator not_int &&();
36 (void)static_cast<not_int&&>(i1); // expected-error {{types are not compatible}}
39 not_int ni1 = over(0);
41 not_int ni2 = over(ret_irr());
44 not_int ni3 = over2(0);
50 not_int &&ni4 = cnir;
51 not_int
[all...]

Completed in 76 milliseconds