| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| impcnvtab.d | 99 Tbool, 141 X(Tbool,Tbool, Tbool,Tbool, Tbool); 142 X(Tbool,Tint8, Tint32,Tint32, Tint32); 143 X(Tbool,Tuns8, Tint32,Tint32, Tint32); 144 X(Tbool,Tint16, Tint32,Tint32, Tint32); 145 X(Tbool,Tuns16, Tint32,Tint32, Tint32) [all...] |
| astcodegen.d | 51 alias Tbool = dmd.mtype.Tbool;
|
| astenums.d | 199 Tbool, 251 alias Tbool = TY.Tbool;
|
| argtypes.c | 71 case Tbool:
|
| dtoh.d | 347 case AST.Tbool, 1867 case AST.Tbool: typeName = "bool"; break; 2662 case AST.Tbool:
|
| cppmangle.d | 417 if (t.ty == Tvoid || t.ty == Tbool) 1770 case Tbool: c = 'b'; break;
|
| mtype.h | 82 Tbool, 180 static Type *tbool; member in class:Type
|
| dmangle.d | 154 Tbool : 'b',
|
| mtype.d | 387 extern (C++) __gshared Type tbool; 814 Tbool, 856 tbool = basic[Tbool]; 2539 case Tbool: 3201 case Tbool: 3294 case Tbool: 3378 if (to.ty == Tbool)
|
| dcast.d | 383 case Tbool: 418 case Tbool: 3636 case Tbool: 3674 //case Tbool: // these operations aren't allowed on bool anyway
|
| expressionsem.d | 2285 gate = new VarDeclaration(loc, Type.tbool, idtmp, null); 2726 auto vd = new VarDeclaration(exp.loc, Type.tbool, Id.ctfe, null); 5877 if (bitwise && exp.type.toBasetype().ty == Tbool) 7333 e.type = (sc && sc.flags & SCOPE.Cfile) ? Type.tint32 : Type.tbool; 11157 if (exp.e1.type.toBasetype().ty == Tbool && exp.e2.type.toBasetype().ty == Tbool) 11212 if (exp.e1.type.toBasetype().ty == Tbool && exp.e2.type.toBasetype().ty == Tbool) 11267 if (exp.e1.type.toBasetype().ty == Tbool && exp.e2.type.toBasetype().ty == Tbool) [all...] |
| typesem.d | 2511 case Tbool: return integerValue(bool.max); 2536 case Tbool:
|
| constfold.d | 1082 else if (tb.ty == Tbool) 1299 ue = Equal(EXP.equal, loc, Type.tbool, ekey, e2);
|
| expression.d | 1112 if (type.toBasetype().ty == Tbool) 1892 case Tbool: 1974 * A static instance of the expression, typed as `Type.tbool`. 1981 trueExp = new IntegerExp(Loc.initial, 1, Type.tbool); 1982 falseExp = new IntegerExp(Loc.initial, 0, Type.tbool); 6624 type = Type.tbool;
|
| hdrgen.d | 1885 case Tbool:
|
| dinterpret.d | 3154 if (e.type.equals(Type.tbool)) 3182 if (e.type.equals(Type.tbool)) 4670 if (e.type.equals(Type.tbool)) 6003 if (tobt.ty == Tbool && e1.type.ty == Tpointer)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-target.cc | 277 if (!type->isTypeBasic () || type->iscomplex () || type->ty == TY::Tbool)
|
| d-convert.cc | 634 if (ebtype->ty == TY::Tbool)
|
| types.cc | 730 case TY::Tbool: t->ctype = d_bool_type; break;
|