Searched refs:t2b (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/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-current/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-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/requirements/
H A Dtypedefs.cc44 __gnu_test::basic_types<std::wstring_view> t2b; variable
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c262 Type *t2b = e->e2->type->toBasetype(); local
263 if (t1b->ty == Tpointer && t2b->isintegral() &&
271 if (t2b->ty == Tpointer && t1b->isintegral() &&
272 t2b->equivalent(tb))
2494 Type *t2b = be->e2->type->toBasetype(); local
2497 if (t1b->ty == Tpointer && t2b->isintegral())
2504 if (!t->equals(t2b))
2511 else if (t2b->ty == Tpointer && t1b->isintegral())
2518 d_uns64 stride = t2b->nextOf()->size(be->loc);
2584 Type *t2b local
2616 Type *t2b = e2->type->toBasetype(); local
[all...]
H A Dexpression.c6169 Type *t2b = e2->type->toBasetype(); local
6170 if (t2b->ty == Tarray && t2b->nextOf()->isMutable())
H A Dexpressionsem.c7647 Type *t2b = exp->e2->type->toBasetype(); local
7648 switch (t2b->ty)
7652 TypeAArray *ta = (TypeAArray *)t2b;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d312 Type t2b = e.e2.type.toBasetype();
313 if (t1b.ty == Tpointer && t2b.isintegral() && t1b.equivalent(tb))
320 if (t2b.ty == Tpointer && t1b.isintegral() && t2b.equivalent(tb))
2745 Type t2b = be.e2.type.toBasetype();
2748 if (t1b.ty == Tpointer && t2b.isintegral())
2755 if (!t.equals(t2b))
2762 else if (t2b.ty == Tpointer && t1b.isintegral())
2769 uinteger_t stride = t2b.nextOf().size(be.loc);
2886 Type t2b
[all...]
H A Ddtemplate.d3250 auto t2b = t2.toBasetype();
3251 if (t1b.equals(t2b))
3253 if (t1b.equivalent(t2b))
3254 return t1b.castMod(MODmerge(t1b.mod, t2b.mod));
3256 auto ty = implicitConvCommonTy(t1b.ty, t2b.ty);
H A Dexpression.d5880 Type t2b = e2.type.toBasetype();
5881 if (t2b.ty == Tarray && t2b.nextOf().isMutable())
H A Dexpressionsem.d11576 Type t2b = exp.e2.type.toBasetype();
11577 switch (t2b.ty)
11581 TypeAArray ta = cast(TypeAArray)t2b;
/netbsd-current/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-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbitmanip.d447 Test2b t2b;
449 t2b.b = -5; assert(t2b.b == -5);
450 t2b.d = -5; assert(t2b.d == -5);
451 t2b.e = -5; assert(t2b.e == -5);

Completed in 218 milliseconds