Searched defs:xr (Results 1 – 5 of 5) sorted by relevance
7 void reinterpret_cast_test(int &ir, float &fr, X &xr) { in reinterpret_cast_test()43 void c_cast(int &ir, float &fr, X &xr) { in c_cast()79 void functional_cast(int &ir, float &fr, X &xr) { in functional_cast()
198 const X& xr = getP().first; f() local 229 const X &xr = getZ().has.x; g() local
15 X &xr = *yp; // expected-error {{unrelated type}} variable
498 const X &xr = Y1(); // expected-error{{temporary of type 'X' has private destructor}} in g() local
167 X& xr = (x, x); // expected-warning {{left operand of comma operator has no effect}} in test_comma() local