Searched refs:t2b (Results 1 – 10 of 10) sorted by relevance
262 Type *t2b = e->e2->type->toBasetype(); in implicitConvTo() local263 if (t1b->ty == Tpointer && t2b->isintegral() && in implicitConvTo()271 if (t2b->ty == Tpointer && t1b->isintegral() && in implicitConvTo()272 t2b->equivalent(tb)) in implicitConvTo()2494 Type *t2b = be->e2->type->toBasetype(); in scaleFactor() local2497 if (t1b->ty == Tpointer && t2b->isintegral()) in scaleFactor()2504 if (!t->equals(t2b)) in scaleFactor()2511 else if (t2b->ty == Tpointer && t1b->isintegral()) in scaleFactor()2518 d_uns64 stride = t2b->nextOf()->size(be->loc); in scaleFactor()2584 Type *t2b = t2->toBasetype(); in rawTypeMerge() local[all …]
6169 Type *t2b = e2->type->toBasetype(); in markSettingAAElem() local6170 if (t2b->ty == Tarray && t2b->nextOf()->isMutable()) in markSettingAAElem()
7647 Type *t2b = exp->e2->type->toBasetype(); in visit() local7648 switch (t2b->ty) in visit()7652 TypeAArray *ta = (TypeAArray *)t2b; in visit()
5 t2b="g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z"
312 Type t2b = e.e2.type.toBasetype(); in implicitConvTo() local313 if (t1b.ty == Tpointer && t2b.isintegral() && t1b.equivalent(tb)) in implicitConvTo()320 if (t2b.ty == Tpointer && t1b.isintegral() && t2b.equivalent(tb)) in implicitConvTo()2745 Type t2b = be.e2.type.toBasetype(); in scaleFactor() local2748 if (t1b.ty == Tpointer && t2b.isintegral()) in scaleFactor()2755 if (!t.equals(t2b)) in scaleFactor()2762 else if (t2b.ty == Tpointer && t1b.isintegral()) in scaleFactor()2769 uinteger_t stride = t2b.nextOf().size(be.loc); in scaleFactor()2886 Type t2b = e2.type.toBasetype(); in typeMerge() local2891 if ((t1b.ty == Tpointer) != (t2b.ty == Tpointer)) in typeMerge()[all …]
3250 auto t2b = t2.toBasetype(); in rawTypeMerge() local3251 if (t1b.equals(t2b)) in rawTypeMerge()3253 if (t1b.equivalent(t2b)) in rawTypeMerge()3254 return t1b.castMod(MODmerge(t1b.mod, t2b.mod)); in rawTypeMerge()3256 auto ty = implicitConvCommonTy(t1b.ty, t2b.ty); in rawTypeMerge()
5880 Type t2b = e2.type.toBasetype(); in markSettingAAElem() local5881 if (t2b.ty == Tarray && t2b.nextOf().isMutable()) in markSettingAAElem()
11576 Type t2b = exp.e2.type.toBasetype(); in visit() local11577 switch (t2b.ty) in visit()11581 TypeAArray ta = cast(TypeAArray)t2b; in visit()
425 Test2b t2b;427 t2b.b = -5; assert(t2b.b == -5);428 t2b.d = -5; assert(t2b.d == -5);429 t2b.e = -5; assert(t2b.e == -5);
447 Test2b t2b; variable449 t2b.b = -5; assert(t2b.b == -5);450 t2b.d = -5; assert(t2b.d == -5);451 t2b.e = -5; assert(t2b.e == -5);