Home
last modified time | relevance | path

Searched refs:typeinfo (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/netbsd-src/usr.bin/xlint/common/
H A Dinittyp.c52 #define typeinfo(name, signed_type, unsigned_type, size_in_bits, rv, c) \ macro
72 #define typeinfo(name, signed_type, unsigned_type, size_in_bits, rank, c) \ macro
82 typeinfo(NULL, NO_TSPEC, NO_TSPEC, 0, 0, ' '),
83 typeinfo("signed", SIGNED, UNSIGN, 0, 0, ' '),
84 typeinfo("unsigned", SIGNED, UNSIGN, 0, 0, ' '),
85 typeinfo("_Bool", BOOL, BOOL, CHAR_SIZE, 1, 'u'),
86 typeinfo("char", SCHAR, UCHAR, CHAR_SIZE, 2,
88 typeinfo("signed char", SCHAR, UCHAR, CHAR_SIZE, 2, 's'),
89 typeinfo("unsigned char", SCHAR, UCHAR, CHAR_SIZE, 2, 'u'),
90 typeinfo("shor
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td628 class ITy<bits<8> opcode, Format f, X86TypeInfo typeinfo, dag outs, dag ins,
631 opcode{3}, opcode{2}, opcode{1}, typeinfo.HasOddOpcode },
633 !strconcat(mnemonic, "{", typeinfo.InstrSuffix, "}\t", args), pattern> {
636 let OpSize = typeinfo.OpSize;
637 let hasREX_WPrefix = typeinfo.HasREX_WPrefix;
641 class BinOpRR<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo,
643 : ITy<opcode, MRMDestReg, typeinfo, outlist,
644 (ins typeinfo.RegClass:$src1, typeinfo.RegClass:$src2),
650 class BinOpRR_F<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo,
652 : BinOpRR<opcode, mnemonic, typeinfo, (outs), WriteALU,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A DMakefile.am190 rt/typeinfo/ti_Acdouble.d rt/typeinfo/ti_Acfloat.d \
191 rt/typeinfo/ti_Acreal.d rt/typeinfo/ti_Adouble.d \
192 rt/typeinfo/ti_Afloat.d rt/typeinfo/ti_Ag.d rt/typeinfo/ti_Aint.d \
193 rt/typeinfo/ti_Along.d rt/typeinfo/ti_Areal.d rt/typeinfo/ti_Ashort.d \
194 rt/typeinfo/ti_C.d rt/typeinfo/ti_byte.d rt/typeinfo/ti_cdouble.d \
195 rt/typeinfo/ti_cent.d rt/typeinfo/ti_cfloat.d rt/typeinfo/ti_char.d \
196 rt/typeinfo/ti_creal.d rt/typeinfo/ti_dchar.d \
197 rt/typeinfo/ti_delegate.d rt/typeinfo/ti_double.d \
198 rt/typeinfo/ti_float.d rt/typeinfo/ti_idouble.d \
199 rt/typeinfo/ti_ifloat.d rt/typeinfo/ti_int.d rt/typeinfo/ti_ireal.d \
[all …]
H A DMakefile.in218 rt/switch_.lo rt/tlsgc.lo rt/typeinfo/ti_Acdouble.lo \
219 rt/typeinfo/ti_Acfloat.lo rt/typeinfo/ti_Acreal.lo \
220 rt/typeinfo/ti_Adouble.lo rt/typeinfo/ti_Afloat.lo \
221 rt/typeinfo/ti_Ag.lo rt/typeinfo/ti_Aint.lo \
222 rt/typeinfo/ti_Along.lo rt/typeinfo/ti_Areal.lo \
223 rt/typeinfo/ti_Ashort.lo rt/typeinfo/ti_C.lo \
224 rt/typeinfo/ti_byte.lo rt/typeinfo/ti_cdouble.lo \
225 rt/typeinfo/ti_cent.lo rt/typeinfo/ti_cfloat.lo \
226 rt/typeinfo/ti_char.lo rt/typeinfo/ti_creal.lo \
227 rt/typeinfo/ti_dchar.lo rt/typeinfo/ti_delegate.lo \
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu-versioned-namespace.ver68 # typeinfo structure
72 # typeinfo name
273 # typeinfo structure
292 # typeinfo name
307 # typeinfo for char8_t
312 # typeinfo for char16_t and char32_t
320 # typeinfo for decimal floating point types
325 # typeinfo for decltype(nullptr)
330 # typeinfo for __int128 and unsigned __int128
H A Dfloat128.ver5 # typeinfo and typeinfo name for __float128
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu-versioned-namespace.ver69 # typeinfo structure
73 # typeinfo name
270 # typeinfo structure
289 # typeinfo name
304 # typeinfo for char8_t
309 # typeinfo for char16_t and char32_t
317 # typeinfo for decimal floating point types
322 # typeinfo for decltype(nullptr)
327 # typeinfo for __int128 and unsigned __int128
H A Dfloat128.ver5 # typeinfo and typeinfo name for __float128
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_ifloat.d14 module rt.typeinfo.ti_ifloat;
16 private import rt.typeinfo.ti_float;
H A Dti_idouble.d14 module rt.typeinfo.ti_idouble;
16 private import rt.typeinfo.ti_double;
H A Dti_ireal.d14 module rt.typeinfo.ti_ireal;
16 private import rt.typeinfo.ti_real;
H A Dti_Acreal.d14 module rt.typeinfo.ti_Acreal;
16 private import rt.util.typeinfo;
H A Dti_Acfloat.d14 module rt.typeinfo.ti_Acfloat;
16 private import rt.util.typeinfo;
H A Dti_Acdouble.d14 module rt.typeinfo.ti_Acdouble;
16 private import rt.util.typeinfo;
H A Dti_Areal.d14 module rt.typeinfo.ti_Areal;
16 private import rt.util.typeinfo;
H A Dti_Afloat.d14 module rt.typeinfo.ti_Afloat;
16 private import rt.util.typeinfo;
H A Dti_Adouble.d14 module rt.typeinfo.ti_Adouble;
16 private import rt.util.typeinfo;
H A Dti_float.d14 module rt.typeinfo.ti_float;
16 private import rt.util.typeinfo;
H A Dti_real.d14 module rt.typeinfo.ti_real;
16 private import rt.util.typeinfo;
H A Dti_cfloat.d14 module rt.typeinfo.ti_cfloat;
16 private import rt.util.typeinfo;
H A Dti_cdouble.d14 module rt.typeinfo.ti_cdouble;
16 private import rt.util.typeinfo;
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/symcheck-blacklists/
H A Dosx_blacklist.txt11 # typeinfo for std::__1::__types
14 # typeinfo name for std::__1::__types
H A Dlinux_blacklist.txt11 # typeinfo for std::__1::__types
14 # typeinfo name for std::__1::__types
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-20071018 phobos/std/typeinfo/ti_AC.d,
1027 * phobos/std/typeinfo/ti_A*.d, phobos/std/typeinfo/ti_ptr.d:
1175 phobos/std/typeinfo/ti_AC.d, phobos/std/typeinfo/ti_Acdouble.d,
1176 phobos/std/typeinfo/ti_Acfloat.d, phobos/std/typeinfo/ti_Acreal.d,
1177 phobos/std/typeinfo/ti_Adouble.d, phobos/std/typeinfo/ti_Afloat.d,
1178 phobos/std/typeinfo/ti_Ag.d, phobos/std/typeinfo/ti_Aint.d,
1179 phobos/std/typeinfo/ti_Along.d, phobos/std/typeinfo/ti_Areal.d,
1180 phobos/std/typeinfo/ti_Ashort.d, phobos/std/typeinfo/ti_C.d,
1181 phobos/std/typeinfo/ti_cdouble.d, phobos/std/typeinfo/ti_cfloat.d,
1182 phobos/std/typeinfo/ti_char.d, phobos/std/typeinfo/ti_creal.d,
[all …]
H A DChangeLog-201992 * typeinfo.cc (object_module): New variable.
96 typeinfo into ...
129 * typeinfo.cc (build_typeinfo): Quote an option name in a diagnostic.
138 * typeinfo.cc (create_typeinfo): Write typeinfo flags as uint.
153 * decl.cc (DeclVisitor::visit(StructDeclaration)): Create typeinfo
165 * typeinfo.cc (create_tinfo_types): Build internal typeinfo classes

12345678910>>...17