Searched defs:ir2 (Results 1 – 11 of 11) sorted by relevance
37 int &ir2 = X0::f(); in g() local44 int &ir2 = lvalue<X0>().ft(1); in test_ref_qualifier_binding() local59 int &ir2 = lvalue<X0>() + 1; in test_ref_qualifier_binding_operators() local68 int &ir2 = lvalue<X0>().h2(); in test_ref_qualifier_overloading() local
25 int &ir2 = N2::f(1); in test() local55 int &ir2 = N6::f(17); in testMerged() local68 int &ir2 = N9::f(17); in testMergedMerged() local
16 int &ir2 = f1(d, i); in g1() local28 int &ir2 = x.f1(f, i); in test_X_f1() local45 int &ir2 = x.f0<>(i); in test_X_f0_explicit() local
43 ir2 = sort_decls(parse_sexp(f.read())) variable
105 ir_expression *ir2, in reassociate_operands()129 ir_expression *ir2) in reassociate_constant()
29 int &ir2 = B<A>() * a; in test() local
32 int& ir2 = ovl1(ai); in test_overloading() local
236 …float* ir2 = intref(5.5); // expected-warning{{implicit conversion from 'double' to 'int' changes … in intref_test() local
187 int &ir2 = c2(); in test_callable() local
46 int &ir2 = ci.g3(); in test_C() local
217 …int & ir2 = (xvalue<IntBitfield>().i); // expected-error{{non-const lvalue reference to type 'int'… in test() local