HomeSort by: relevance | last modified time | path
    Searched refs:t2b (Results 1 - 6 of 6) sorted by relevancy

  /src/etc/
mkttys 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"
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dcast.d 312 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 = e2.type.toBasetype()
    [all...]
dtemplate.d 3250 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);
expression.d 5880 Type t2b = e2.type.toBasetype();
5881 if (t2b.ty == Tarray && t2b.nextOf().isMutable())
expressionsem.d 11576 Type t2b = exp.e2.type.toBasetype();
11577 switch (t2b.ty)
11581 TypeAArray ta = cast(TypeAArray)t2b;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
bitmanip.d 447 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 36 milliseconds