Home
last modified time | relevance | path

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

1234567

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dimpcnvtab.d91 X(Tbool,Tint8, Tint32,Tint32, Tint32); in generateImpCnvTab()
92 X(Tbool,Tuns8, Tint32,Tint32, Tint32); in generateImpCnvTab()
93 X(Tbool,Tint16, Tint32,Tint32, Tint32); in generateImpCnvTab()
94 X(Tbool,Tuns16, Tint32,Tint32, Tint32); in generateImpCnvTab()
95 X(Tbool,Tint32, Tint32,Tint32, Tint32); in generateImpCnvTab()
114 X(Tint8,Tint8, Tint32,Tint32, Tint32); in generateImpCnvTab()
118 X(Tint8,Tint32, Tint32,Tint32, Tint32); in generateImpCnvTab()
140 X(Tuns8,Tint32, Tint32,Tint32, Tint32); in generateImpCnvTab()
161 X(Tint16,Tint32, Tint32,Tint32, Tint32); in generateImpCnvTab()
181 X(Tuns16,Tint32, Tint32,Tint32, Tint32); in generateImpCnvTab()
[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.d181 Tint32, enumerator
235 alias Tint32 = TY.Tint32; variable
H A Dastcodegen.d66 alias Tint32 = dmd.mtype.Tint32; member
/dports/lang/gcc9/gcc-9.4.0/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 …]
/dports/devel/avr-gcc/gcc-10.2.0/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 …]
/dports/lang/gcc11-devel/gcc-11-20211009/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 Dchkformat.c587 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
600 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
621 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
627 if (t->ty != Tint32 && t->ty != Tuns32 && t->ty != Tint8 && t->ty != Tuns8) in checkPrintfFormat()
633 if (t->ty != Tint32 && t->ty != Tuns32 && t->ty != Tint16 && t->ty != Tuns16) in checkPrintfFormat()
693 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkPrintfFormat()
733 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
738 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
864 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkScanfFormat()
/dports/lang/gcc10-devel/gcc-10-20211008/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 …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/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 Dchkformat.c587 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
600 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
621 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
627 if (t->ty != Tint32 && t->ty != Tuns32 && t->ty != Tint8 && t->ty != Tuns8) in checkPrintfFormat()
633 if (t->ty != Tint32 && t->ty != Tuns32 && t->ty != Tint16 && t->ty != Tuns16) in checkPrintfFormat()
693 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkPrintfFormat()
733 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
738 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
864 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkScanfFormat()
/dports/lang/gcc9-aux/gcc-9.1.0/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 …]
/dports/lang/gcc10/gcc-10.3.0/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 …]
/dports/lang/gcc9-devel/gcc-9-20211007/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 …]
/dports/lang/gcc11/gcc-11.2.0/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 Dchkformat.c587 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
600 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
621 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
627 if (t->ty != Tint32 && t->ty != Tuns32 && t->ty != Tint8 && t->ty != Tuns8) in checkPrintfFormat()
633 if (t->ty != Tint32 && t->ty != Tuns32 && t->ty != Tint16 && t->ty != Tuns16) in checkPrintfFormat()
693 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkPrintfFormat()
733 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
738 if (t->ty != Tint32 && t->ty != Tuns32) in checkPrintfFormat()
864 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkScanfFormat()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DNdbTypesUtil.hpp134 typedef NumTypeTraits< Int32 > Tint32; typedef
330 NDB_SPECIALIZE_NUM_TYPE_TRAITS(Tint32, Int32, 4, INT_MIN32, INT_MAX32, 0)
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DNdbTypesUtil.hpp134 typedef NumTypeTraits< Int32 > Tint32; typedef
330 NDB_SPECIALIZE_NUM_TYPE_TRAITS(Tint32, Int32, 4, INT_MIN32, INT_MAX32, 0)
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/include/util/
H A DNdbTypesUtil.hpp134 typedef NumTypeTraits< Int32 > Tint32; typedef
330 NDB_SPECIALIZE_NUM_TYPE_TRAITS(Tint32, Int32, 4, INT_MIN32, INT_MAX32, 0)
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/util/
H A DNdbTypesUtil.hpp134 typedef NumTypeTraits< Int32 > Tint32; typedef
330 NDB_SPECIALIZE_NUM_TYPE_TRAITS(Tint32, Int32, 4, INT_MIN32, INT_MAX32, 0)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/util/
H A DNdbTypesUtil.hpp133 typedef NumTypeTraits< Int32 > Tint32; typedef
329 NDB_SPECIALIZE_NUM_TYPE_TRAITS(Tint32, Int32, 4, INT_MIN32, INT_MAX32, 0)
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/util/
H A DNdbTypesUtil.hpp134 typedef NumTypeTraits< Int32 > Tint32; typedef
330 NDB_SPECIALIZE_NUM_TYPE_TRAITS(Tint32, Int32, 4, INT_MIN32, INT_MAX32, 0)
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/util/
H A DNdbTypesUtil.hpp134 typedef NumTypeTraits< Int32 > Tint32; typedef
330 NDB_SPECIALIZE_NUM_TYPE_TRAITS(Tint32, Int32, 4, INT_MIN32, INT_MAX32, 0)
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/util/
H A DNdbTypesUtil.hpp134 typedef NumTypeTraits< Int32 > Tint32; typedef
330 NDB_SPECIALIZE_NUM_TYPE_TRAITS(Tint32, Int32, 4, INT_MIN32, INT_MAX32, 0)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/util/
H A DNdbTypesUtil.hpp134 typedef NumTypeTraits< Int32 > Tint32; typedef
330 NDB_SPECIALIZE_NUM_TYPE_TRAITS(Tint32, Int32, 4, INT_MIN32, INT_MAX32, 0)

1234567