Lines Matching refs:i1
19 T f1(T t1, U u1, int i1)
21 T t2 = i1;
22 t2 = i1 + u1;
27 i1 = t1[u1];
28 i1 *= t1;
30 i1(u1, t1); // error
31 u1(i1, t1);
33 U u2 = (T)i1;
35 dynamic_cast<U>(const_cast<T>(i1)))));
37 new U(i1, t1);
45 i1 = typeid(t1); // expected-error {{assigning to 'int' from incompatible type 'const std::type_info'}}