Home | History | Annotate | Download | only in dmd

Lines Matching refs:ty1

25  * If ty1 and ty2 are basic types, return the TY that both can
28 * ty1 = first operand type
33 TY implicitConvCommonTy(TY ty1, TY ty2)
35 return impCnvTab.impcnvResultTab[ty1][ty2];
39 * If ty1 and ty2 are basic types, return the TY that ty1 can
43 * ty1 = first operand type
46 * ty = what ty1 should be converted to, else Terror
48 TY implicitConvTy1(TY ty1, TY ty2)
50 return impCnvTab.impcnvType1Tab[ty1][ty2];