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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
iasmgcc.d 394 assert(ASTCodegen.Type.tint32 is null);
401 ASTCodegen.Type.tint32 = null;
403 scope tint32 = new TypeBasic(ASTCodegen.Tint32);
404 ASTCodegen.Type.tint32 = tint32;
argtypes.c 76 case Tint32:
191 t = Type::tint32;
264 t = Type::tint32;
339 t1 = Type::tint32;
denum.d 225 memtype = Type.tint32;
cparse.d 679 e = new AST.IntegerExp(loc, token.intvalue, AST.Type.tint32);
774 e = new AST.IntegerExp(loc, 0, AST.Type.tint32);
2563 t = AST.Type.tint32;
2785 tspec = AST.Type.tint32;
2875 tspec = AST.Type.tint32;
3275 AST.Type base = AST.Type.tint32; // C11 6.7.2.2-4 implementation defined default base type
3456 tspec = AST.Type.tint32;
3520 tspec = AST.Type.tint32;
4576 return AST.Type.tint32;
statementsem.d 1402 if (ec.type != Type.tint32)
1427 if (ec.type != Type.tint32)
1483 dgty = new TypeDelegate(new TypeFunction(ParameterList(dgparams), Type.tint32, LINK.d));
1485 fdapply = FuncDeclaration.genCfunc(params, Type.tint32, fdname.ptr);
1498 ec.type = Type.tint32; // don't run semantic() on ec
1550 fldeTy[i] = new TypeDelegate(new TypeFunction(ParameterList(dgparams), Type.tint32, LINK.d));
1552 fdapply[i] = FuncDeclaration.genCfunc(params, Type.tint32, i ? Id._aaApply2 : Id._aaApply);
1573 ec.type = Type.tint32; // don't run semantic() on ec
1667 auto tf = new TypeFunction(ParameterList(params), Type.tint32, LINK.d, stc);
clone.d 623 tfcmpptr = new TypeFunction(ParameterList(parameters), Type.tint32, LINK.d);
701 auto tf = new TypeFunction(ParameterList(parameters), Type.tint32, LINK.d, STC.const_);
mtype.h 67 Tint32,
162 static Type *tint32; member in class:Type
semantic3.d 222 if (sc.flags & SCOPE.Cfile && funcdecl.isCMain() && f.next.ty == Tint32)
637 exp.type = Type.tint32;
828 Type tret = implicit0 ? Type.tint32 : f.next;
traits.d 1974 (*exps)[1] = new IntegerExp(e.loc, s.loc.linnum,Type.tint32);
1975 (*exps)[2] = new IntegerExp(e.loc, s.loc.charnum,Type.tint32);
constfold.d 632 case Tint32:
676 case Tint32:
794 ue = Equal(EXP.equal, loc, Type.tint32, ee1, ee2);
864 ue = Equal(EXP.equal, loc, Type.tint32, ee1, ee2);
1115 case Tint32:
dsymbolsem.d 2168 em.type = Type.tint32;
2195 em.value = new IntegerExp(em.loc, cast(int)v, Type.tint32);
2200 em.value = new IntegerExp(em.loc, nextValue, Type.tint32);
2370 t = Type.tint32;
4225 auto v = new VarDeclaration(Loc.initial, Type.tint32, Id.gate, null);
4321 auto v = new VarDeclaration(Loc.initial, Type.tint32, Id.gate, null);
parse.d 1849 ta = AST.Type.tint32;
3536 t = AST.Type.tint32;
7893 e = new AST.IntegerExp(loc, token.intvalue, AST.Type.tint32);
7964 e = new AST.IntegerExp(loc, loc.linnum, AST.Type.tint32);
8069 t = AST.Type.tint32;
8403 e = new AST.IntegerExp(loc, 0, AST.Type.tint32);
8426 //e = new AddAssignExp(loc, e, new IntegerExp(loc, 1, Type::tint32));
8433 //e = new MinAssignExp(loc, e, new IntegerExp(loc, 1, Type::tint32));
expressionsem.d 7333 e.type = (sc && sc.flags & SCOPE.Cfile) ? Type.tint32 : Type.tbool;
9604 arguments.push(new IntegerExp(exp.loc, exp.loc.linnum, Type.tint32));
11381 exp.type = (sc && sc.flags & SCOPE.Cfile) ? Type.tint32 : Type.tbool;
11478 exp.type = (sc && sc.flags & SCOPE.Cfile) ? Type.tint32 : Type.tbool;
11756 exp.type = (sc && sc.flags & SCOPE.Cfile) ? Type.tint32 : Type.tbool;
12054 (t.ty == Tint32 || t.ty == Tuns32) && target.c.longsize == 4 ||
12123 e.type = Type.tint32;
mtype.d 372 extern (C++) __gshared Type tint32;
799 Tint32,
838 tint32 = basic[Tint32];
861 tshiftcnt = tint32;
875 tptrdiff_t = basic[isLP64 ? Tint64 : Tint32];
2553 case Tint32:
3126 case Tint32:
3256 case Tint32:
expression.d 1798 this.type = Type.tint32;
1914 case Tint32:
1958 * A static instance of the expression, typed as `Tint32`.
6878 Expression e = new IntegerExp(loc, loc.linnum, Type.tint32);
dcast.d 390 ty = Tint32;
456 case Tint32:
467 if (ty == Tint32)
3639 e = e.castTo(sc, Type.tint32);
typesem.d 2485 return new IntegerExp(loc, i, Type.tint32);
2507 case Tint32: return integerValue(int.max);
2541 case Tint32: return integerValue(int.min);
  /src/external/gpl3/gcc.old/dist/gcc/d/
runtime.cc 101 libcall_types[type] = Type::tint32;
toir.cc 893 casevalue = build_integer_cst (s->index, build_ctype (Type::tint32));
971 type = Type::tint32;

Completed in 101 milliseconds