| /src/usr.bin/xlint/common/ |
| inittyp.c | 52 #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("short", SHORT, USHORT, SHORT_SIZE, 3, 's') 126 #undef typeinfo macro [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| typeinfo.cc | 0 /* typeinfo.cc -- D runtime type identification. 46 /* D returns type information to the user as TypeInfo class objects, and can 52 structure derived from TypeInfo. This would all be very straight forward, 54 TypeInfo structure and the ABI defined derived classes in `object.d', as 55 well as having specific implementations of TypeInfo for built-in types 56 in `rt/typeinfo`. We cannot build declarations of these directly in the 60 appropriate initializations for them. When we have to provide a TypeInfo to 61 the user, we cast the internal compiler type to TypeInfo. 63 It is only required that TypeInfo has a definition in `object.d'. It could 64 happen that we are generating a type information for a TypeInfo object tha 1490 tree typeinfo = declare_extern_var (get_identifier (ident), local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| gnu-v3-abi.c | 1045 struct symbol *typeinfo; local 1048 typeinfo = lookup_symbol ("std::type_info", NULL, SEARCH_STRUCT_DOMAIN, 1050 if (typeinfo == NULL) 1060 typeinfo_type = typeinfo->type (); 1096 error (_("cannot find typeinfo for unnamed type")); 1120 error (_("cannot find typeinfo for object of type '%s'"), 1128 std::string sym_name = std::string ("typeinfo for ") + name; 1133 error (_("could not find typeinfo symbol for '%s'"), name); 1155 error (_("could not find minimal symbol for typeinfo address %s"), 1158 #define TYPEINFO_PREFIX "typeinfo for [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 348 struct typeinfo struct 367 typeinfo info; 404 typeinfo rettype; 801 handle_pointer (typeinfo *typedata) 827 match_basetype (typeinfo *typedata) 898 match_bracketed_pair (typeinfo *typedata, char open, char close, 958 match_const_restriction (typeinfo *typedata) 1016 match_type (typeinfo *typedata, int voidok) 1320 typeinfo *argtype = &argentry->info; 1496 complete_vector_type (typeinfo *typeptr, char *buf, int *bufi [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 348 struct typeinfo struct 367 typeinfo info; 404 typeinfo rettype; 801 handle_pointer (typeinfo *typedata) 827 match_basetype (typeinfo *typedata) 898 match_bracketed_pair (typeinfo *typedata, char open, char close, 958 match_const_restriction (typeinfo *typedata) 1016 match_type (typeinfo *typedata, int voidok) 1320 typeinfo *argtype = &argentry->info; 1496 complete_vector_type (typeinfo *typeptr, char *buf, int *bufi [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gnu-v3-abi.c | 1079 struct symbol *typeinfo; local 1082 typeinfo = lookup_symbol ("std::type_info", NULL, SEARCH_STRUCT_DOMAIN, 1084 if (typeinfo == NULL) 1094 typeinfo_type = typeinfo->type (); 1130 error (_("cannot find typeinfo for unnamed type")); 1154 error (_("cannot find typeinfo for object of type '%s'"), 1162 std::string sym_name = std::string ("typeinfo for ") + name; 1167 error (_("could not find typeinfo symbol for '%s'"), name); 1190 error (_("could not find minimal symbol for typeinfo address %s"), 1193 #define TYPEINFO_PREFIX "typeinfo for [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGObjCGNU.cpp | 204 /// different modules. Used for EH typeinfo names, selector strings, and a 2430 // Return the existing typeinfo if it exists 2431 llvm::Constant *typeinfo = TheModule.getGlobalVariable(typeinfoName); local 2432 if (typeinfo) 2433 return llvm::ConstantExpr::getBitCast(typeinfo, PtrToInt8Ty);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-aarch64.c | 1196 shape and element index information in *TYPEINFO. 1216 struct vector_type_el *typeinfo, unsigned int flags) 1234 if (typeinfo) 1235 *typeinfo = atype; 1342 if (typeinfo) 1343 *typeinfo = atype; 1414 struct vector_type_el typeinfo, typeinfo_first; 1449 reg = parse_typed_reg (&str, type, &typeinfo, ptr_flags); 1453 typeinfo.defined = 0; 1463 if (type == REG_TYPE_V && typeinfo.defined == 0 1412 struct vector_type_el typeinfo, typeinfo_first; local [all...] |
| tc-arm.c | 1646 type/index information in *TYPEINFO. */ 1651 struct neon_typed_alias *typeinfo) 1670 if (typeinfo) 1671 *typeinfo = atype; 1770 if (typeinfo) 1771 *typeinfo = atype; 2667 struct neon_typed_alias typeinfo; local 2671 typeinfo.defined = 0; 2672 typeinfo.eltype.type = NT_invtype; 2673 typeinfo.eltype.size = -1 [all...] |
| /src/external/gpl3/binutils/dist/include/ |
| hp-symtab.h | 625 TYPEINFO is used to determine if full type information is available 639 unsigned int typeinfo: 1; member in struct:dntt_type_type
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-aarch64.c | 1191 shape and element index information in *TYPEINFO. 1211 struct vector_type_el *typeinfo, unsigned int flags) 1229 if (typeinfo) 1230 *typeinfo = atype; 1337 if (typeinfo) 1338 *typeinfo = atype; 1412 struct vector_type_el typeinfo, typeinfo_first; 1448 reg = parse_typed_reg (&str, type, &typeinfo, ptr_flags); 1452 typeinfo.defined = 0; 1462 if (type == REG_TYPE_V && typeinfo.defined == 0 1410 struct vector_type_el typeinfo, typeinfo_first; local [all...] |
| tc-arm.c | 1645 type/index information in *TYPEINFO. */ 1650 struct neon_typed_alias *typeinfo) 1669 if (typeinfo) 1670 *typeinfo = atype; 1769 if (typeinfo) 1770 *typeinfo = atype; 2666 struct neon_typed_alias typeinfo; local 2670 typeinfo.defined = 0; 2671 typeinfo.eltype.type = NT_invtype; 2672 typeinfo.eltype.size = -1 [all...] |
| /src/external/gpl3/binutils.old/dist/include/ |
| hp-symtab.h | 625 TYPEINFO is used to determine if full type information is available 639 unsigned int typeinfo: 1; member in struct:dntt_type_type
|
| /src/external/gpl3/gdb/dist/include/ |
| hp-symtab.h | 625 TYPEINFO is used to determine if full type information is available 639 unsigned int typeinfo: 1; member in struct:dntt_type_type
|
| /src/external/gpl3/gdb.old/dist/include/ |
| hp-symtab.h | 625 TYPEINFO is used to determine if full type information is available 639 unsigned int typeinfo: 1; member in struct:dntt_type_type
|