Home
last modified time | relevance | path

Searched refs:Tint32 (Results 1 – 25 of 43) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dimpcnvtab.d142 X(Tbool,Tint8, Tint32,Tint32, Tint32); in generateImpCnvTab()
143 X(Tbool,Tuns8, Tint32,Tint32, Tint32); in generateImpCnvTab()
144 X(Tbool,Tint16, Tint32,Tint32, Tint32); in generateImpCnvTab()
145 X(Tbool,Tuns16, Tint32,Tint32, Tint32); in generateImpCnvTab()
146 X(Tbool,Tint32, Tint32,Tint32, Tint32); in generateImpCnvTab()
165 X(Tint8,Tint8, Tint32,Tint32, Tint32); in generateImpCnvTab()
169 X(Tint8,Tint32, Tint32,Tint32, Tint32); in generateImpCnvTab()
191 X(Tuns8,Tint32, Tint32,Tint32, Tint32); in generateImpCnvTab()
212 X(Tint16,Tint32, Tint32,Tint32, Tint32); in generateImpCnvTab()
232 X(Tuns16,Tint32, Tint32,Tint32, Tint32); in generateImpCnvTab()
[all …]
H A Dimpcnvgen.c57 X(Tbool,Tint8, Tint32,Tint32, Tint32) in init()
58 X(Tbool,Tuns8, Tint32,Tint32, Tint32) in init()
59 X(Tbool,Tint16, Tint32,Tint32, Tint32) in init()
60 X(Tbool,Tuns16, Tint32,Tint32, Tint32) in init()
61 X(Tbool,Tint32, Tint32,Tint32, Tint32) in init()
80 X(Tint8,Tint8, Tint32,Tint32, Tint32) in init()
84 X(Tint8,Tint32, Tint32,Tint32, Tint32) in init()
106 X(Tuns8,Tint32, Tint32,Tint32, Tint32) in init()
127 X(Tint16,Tint32, Tint32,Tint32, Tint32) in init()
147 X(Tuns16,Tint32, Tint32,Tint32, Tint32) in init()
[all …]
H A Dchkformat.d122 if (t.ty != Tint32 && t.ty != Tuns32) in checkPrintfFormat()
135 if (t.ty != Tint32 && t.ty != Tuns32) in checkPrintfFormat()
156 if (t.ty != Tint32 && t.ty != Tuns32) in checkPrintfFormat()
162 if (t.ty != Tint32 && t.ty != Tuns32 && t.ty != Tint8 && t.ty != Tuns8) in checkPrintfFormat()
168 if (t.ty != Tint32 && t.ty != Tuns32 && t.ty != Tint16 && t.ty != Tuns16) in checkPrintfFormat()
228 if (!(t.ty == Tpointer && tnext.ty == Tint32)) in checkPrintfFormat()
268 if (t.ty != Tint32 && t.ty != Tuns32) in checkPrintfFormat()
273 if (t.ty != Tint32 && t.ty != Tuns32) in checkPrintfFormat()
393 if (!(t.ty == Tpointer && tnext.ty == Tint32)) in checkScanfFormat()
H A Dastenums.d184 Tint32, enumerator
238 alias Tint32 = TY.Tint32; variable
H A Dastcodegen.d66 alias Tint32 = dmd.mtype.Tint32; member
H A Darrayop.d272 tyf == Tint32 && tyt == Tfloat64; in isArrayOpImplicitCast()
H A Diasmgcc.d403 scope tint32 = new TypeBasic(ASTCodegen.Tint32);
H A Dconstfold.c671 case Tint32: in Shr()
722 case Tint32: in Ushr()
1182 case Tint32: in Cast()
H A Dconstfold.d632 case Tint32: in Shr()
676 case Tint32: in Ushr()
1115 case Tint32: in Cast()
H A Ddmangle.c53 mangleChar[Tint32] = "i"; in initTypeMangle()
H A Dcppmangle.c861 case Tint32: c = 'i'; break; in visit()
H A Ddtoh.d345 case AST.Tint32:
1864 case AST.Tint32: typeName = "int32_t"; break;
2667 case AST.Tint32:
H A Dmtype.c48 int Tptrdiff_t = Tint32;
211 { Tvoid, Tint8, Tuns8, Tint16, Tuns16, Tint32, Tuns32, Tint64, Tuns64, in _init()
232 tint32 = basic[Tint32]; in _init()
275 Tptrdiff_t = Tint32; in _init()
2568 case Tint32: in sizemask()
2931 case Tint32: d = Token::toChars(TOKint32); in TypeBasic()
3035 case Tint32: in size()
3104 case Tint32: in getProperty()
3161 case Tint32: in getProperty()
H A Dmtype.h67 Tint32, enumerator
H A Dmtype.d799 Tint32, in _init()
838 tint32 = basic[Tint32]; in _init()
875 tptrdiff_t = basic[isLP64 ? Tint64 : Tint32]; in _init()
2553 case Tint32: in sizemask()
3126 case Tint32: in this()
3256 case Tint32: in size()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dimpcnvgen.c57 X(Tbool,Tint8, Tint32,Tint32, Tint32) in init()
58 X(Tbool,Tuns8, Tint32,Tint32, Tint32) in init()
59 X(Tbool,Tint16, Tint32,Tint32, Tint32) in init()
60 X(Tbool,Tuns16, Tint32,Tint32, Tint32) in init()
61 X(Tbool,Tint32, Tint32,Tint32, Tint32) in init()
80 X(Tint8,Tint8, Tint32,Tint32, Tint32) in init()
84 X(Tint8,Tint32, Tint32,Tint32, Tint32) in init()
106 X(Tuns8,Tint32, Tint32,Tint32, Tint32) in init()
127 X(Tint16,Tint32, Tint32,Tint32, Tint32) in init()
147 X(Tuns16,Tint32, Tint32,Tint32, Tint32) in init()
[all …]
H A Dargtypes.c76 case Tint32: in toArgTypes()
H A Dconstfold.c671 case Tint32: in Shr()
722 case Tint32: in Ushr()
1182 case Tint32: in Cast()
H A Ddmangle.c53 mangleChar[Tint32] = "i"; in initTypeMangle()
H A Dcppmangle.c861 case Tint32: c = 'i'; break; in visit()
H A Dmtype.c48 int Tptrdiff_t = Tint32;
211 { Tvoid, Tint8, Tuns8, Tint16, Tuns16, Tint32, Tuns32, Tint64, Tuns64, in _init()
232 tint32 = basic[Tint32]; in _init()
275 Tptrdiff_t = Tint32; in _init()
2568 case Tint32: in sizemask()
2931 case Tint32: d = Token::toChars(TOKint32); in TypeBasic()
3035 case Tint32: in size()
3104 case Tint32: in getProperty()
3161 case Tint32: in getProperty()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc158 Tptrdiff_t = Tint32; in _init()
H A Dtypes.cc602 case Tint32: t->ctype = d_int_type; break; in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc148 Type::tptrdiff_t = Type::basic[(int)TY::Tint32]; in _init()
H A Dtypes.cc735 case TY::Tint32: t->ctype = d_int_type; break; in visit()

12