Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.c272 t2b->equivalent(tb)) in implicitConvTo()
2494 Type *t2b = be->e2->type->toBasetype(); in scaleFactor() local
2504 if (!t->equals(t2b)) in scaleFactor()
2584 Type *t2b = t2->toBasetype(); in rawTypeMerge() local
2585 if (t1b->equals(t2b)) in rawTypeMerge()
2587 if (t1b->equivalent(t2b)) in rawTypeMerge()
2616 Type *t2b = e2->type->toBasetype(); in typeMerge() local
2619 (t1b->ty != t2b->ty && (t1b->isTypeBasic() && t2b->isTypeBasic()))) in typeMerge()
2653 t2b = t2->toBasetype(); in typeMerge()
2669 if (t1b->equals(t2b)) in typeMerge()
[all …]
H A Ddcast.d312 Type t2b = e.e2.type.toBasetype(); in implicitConvTo() local
320 if (t2b.ty == Tpointer && t1b.isintegral() && t2b.equivalent(tb)) in implicitConvTo()
2745 Type t2b = be.e2.type.toBasetype(); in scaleFactor() local
2755 if (!t.equals(t2b)) in scaleFactor()
2886 Type t2b = e2.type.toBasetype(); in typeMerge() local
2895 return convert(e1, t2b); in typeMerge()
2897 else if (t2b.isintegral()) in typeMerge()
2904 if (op != EXP.question || t1b.ty != t2b.ty && (t1b.isTypeBasic() && t2b.isTypeBasic())) in typeMerge()
2943 t2b = t2.toBasetype(); in typeMerge()
2956 if (t1b.equals(t2b)) 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.c6169 Type *t2b = e2->type->toBasetype(); in markSettingAAElem() local
6170 if (t2b->ty == Tarray && t2b->nextOf()->isMutable()) in markSettingAAElem()
H A Dexpression.d5878 Type t2b = e2.type.toBasetype(); in markSettingAAElem() local
5879 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()
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/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c272 t2b->equivalent(tb)) in implicitConvTo()
2494 Type *t2b = be->e2->type->toBasetype(); in scaleFactor() local
2504 if (!t->equals(t2b)) in scaleFactor()
2584 Type *t2b = t2->toBasetype(); in rawTypeMerge() local
2585 if (t1b->equals(t2b)) in rawTypeMerge()
2587 if (t1b->equivalent(t2b)) in rawTypeMerge()
2616 Type *t2b = e2->type->toBasetype(); in typeMerge() local
2619 (t1b->ty != t2b->ty && (t1b->isTypeBasic() && t2b->isTypeBasic()))) in typeMerge()
2653 t2b = t2->toBasetype(); in typeMerge()
2669 if (t1b->equals(t2b)) in typeMerge()
[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/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/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/requirements/
H A Dtypedefs.cc44 __gnu_test::basic_types<std::wstring_view> t2b; variable
/netbsd/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/requirements/
H A Dtypedefs.cc44 __gnu_test::basic_types<std::wstring_view> t2b; variable
/netbsd/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/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);