Searched defs:dr1 (Results 1 – 5 of 5) sorted by relevance
14 double &dr1 = g(Tuple<int, float&>()); in test_g() local25 double &dr1 = h((int(*)(int, float&))0); in test_h() local
13 double &dr1 = f(1, 2); in test_f() local
53 Derived &dr1 = d; in bind_lvalue_to_lvalue() local99 Derived &dr1 = both; in bind_lvalue_to_conv_lvalue_ambig() local116 const Derived &dr1 = create<Base>(); // expected-error{{no viable conversion}} in bind_const_lvalue_to_rvalue() local133 const Derived &dr1 = both; in bind_lvalue_to_conv_rvalue_ambig() local
16 double &dr1 = f(p); in m() local
76 uint64_t dr1; member