Home
last modified time | relevance | path

Searched refs:t2b (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c262 Type *t2b = e->e2->type->toBasetype(); in implicitConvTo() local
263 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() local
2497 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 …]
H A Dexpression.c6169 Type *t2b = e2->type->toBasetype(); in markSettingAAElem() local
6170 if (t2b->ty == Tarray && t2b->nextOf()->isMutable()) in markSettingAAElem()
H A Dexpressionsem.c7647 Type *t2b = exp->e2->type->toBasetype(); in visit() local
7648 switch (t2b->ty) in visit()
7652 TypeAArray *ta = (TypeAArray *)t2b; in visit()
/netbsd-src/etc/
H A Dmkttys5 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"
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d312 Type t2b = e.e2.type.toBasetype(); in implicitConvTo() local
313 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() local
2748 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() local
2891 if ((t1b.ty == Tpointer) != (t2b.ty == Tpointer)) in typeMerge()
[all …]
H A Ddtemplate.d3250 auto t2b = t2.toBasetype(); in rawTypeMerge() local
3251 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()
H A Dexpression.d5880 Type t2b = e2.type.toBasetype(); in markSettingAAElem() local
5881 if (t2b.ty == Tarray && t2b.nextOf().isMutable()) in markSettingAAElem()
H A Dexpressionsem.d11576 Type t2b = exp.e2.type.toBasetype(); in visit() local
11577 switch (t2b.ty) in visit()
11581 TypeAArray ta = cast(TypeAArray)t2b; in visit()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbitmanip.d425 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);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbitmanip.d447 Test2b t2b; variable
449 t2b.b = -5; assert(t2b.b == -5);
450 t2b.d = -5; assert(t2b.d == -5);
451 t2b.e = -5; assert(t2b.e == -5);