| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | m2-lang.c | 210 type = init_type (TYPE_CODE_INT, in m2_create_fundamental_type() 216 type = init_type (TYPE_CODE_VOID, in m2_create_fundamental_type() 221 type = init_type (TYPE_CODE_BOOL, in m2_create_fundamental_type() 226 type = init_type (TYPE_CODE_STRING, in m2_create_fundamental_type() 231 type = init_type (TYPE_CODE_INT, in m2_create_fundamental_type() 236 type = init_type (TYPE_CODE_INT, in m2_create_fundamental_type() 241 type = init_type (TYPE_CODE_INT, in m2_create_fundamental_type() 246 type = init_type (TYPE_CODE_INT, in m2_create_fundamental_type() 251 type = init_type (TYPE_CODE_INT, in m2_create_fundamental_type() 256 type = init_type (TYPE_CODE_INT, in m2_create_fundamental_type() [all …]
|
| H A D | f-lang.c | 258 type = init_type (TYPE_CODE_VOID, in f_create_fundamental_type() 263 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 268 type = init_type (TYPE_CODE_STRING, in f_create_fundamental_type() 273 type = init_type (TYPE_CODE_INT, in f_create_fundamental_type() 278 type = init_type (TYPE_CODE_INT, in f_create_fundamental_type() 283 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 288 type = init_type (TYPE_CODE_INT, in f_create_fundamental_type() 293 type = init_type (TYPE_CODE_INT, in f_create_fundamental_type() 298 type = init_type (TYPE_CODE_BOOL, in f_create_fundamental_type() 303 type = init_type (TYPE_CODE_INT, in f_create_fundamental_type() [all …]
|
| H A D | c-lang.c | 219 type = init_type (TYPE_CODE_INT, in c_create_fundamental_type() 225 type = init_type (TYPE_CODE_VOID, in c_create_fundamental_type() 230 type = init_type (TYPE_CODE_BOOL, in c_create_fundamental_type() 235 type = init_type (TYPE_CODE_INT, in c_create_fundamental_type() 240 type = init_type (TYPE_CODE_INT, in c_create_fundamental_type() 245 type = init_type (TYPE_CODE_INT, in c_create_fundamental_type() 250 type = init_type (TYPE_CODE_INT, in c_create_fundamental_type() 255 type = init_type (TYPE_CODE_INT, in c_create_fundamental_type() 260 type = init_type (TYPE_CODE_INT, in c_create_fundamental_type() 265 type = init_type (TYPE_CODE_INT, in c_create_fundamental_type() [all …]
|
| H A D | p-lang.c | 286 type = init_type (TYPE_CODE_INT, in pascal_create_fundamental_type() 292 type = init_type (TYPE_CODE_VOID, in pascal_create_fundamental_type() 297 type = init_type (TYPE_CODE_CHAR, in pascal_create_fundamental_type() 302 type = init_type (TYPE_CODE_INT, in pascal_create_fundamental_type() 307 type = init_type (TYPE_CODE_INT, in pascal_create_fundamental_type() 312 type = init_type (TYPE_CODE_INT, in pascal_create_fundamental_type() 317 type = init_type (TYPE_CODE_INT, in pascal_create_fundamental_type() 322 type = init_type (TYPE_CODE_INT, in pascal_create_fundamental_type() 327 type = init_type (TYPE_CODE_INT, in pascal_create_fundamental_type() 332 type = init_type (TYPE_CODE_INT, in pascal_create_fundamental_type() [all …]
|
| H A D | gdbtypes.c | 614 mtype = init_type (TYPE_CODE_METHOD, 1, TYPE_FLAG_STUB, NULL, in allocate_stub_method() 1681 init_type (enum type_code code, int length, int flags, char *name, in init_type() function 1721 t = init_type (code, 0, 0, NULL, NULL); in init_composite_type() 3128 init_type (TYPE_CODE_VOID, 1, in build_gdbtypes() 3132 init_type (TYPE_CODE_INT, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_gdbtypes() 3137 init_type (TYPE_CODE_CHAR, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_gdbtypes() 3141 init_type (TYPE_CODE_INT, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_gdbtypes() 3145 init_type (TYPE_CODE_INT, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_gdbtypes() 3149 init_type (TYPE_CODE_INT, TARGET_SHORT_BIT / TARGET_CHAR_BIT, in build_gdbtypes() 3153 init_type (TYPE_CODE_INT, TARGET_SHORT_BIT / TARGET_CHAR_BIT, in build_gdbtypes() [all …]
|
| H A D | stabsread.c | 287 temp_type = init_type (TYPE_CODE_ERROR, 0, 0, NULL, NULL); in dbx_lookup_type() 768 init_type (TYPE_CODE_INT, in define_symbol() 973 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in define_symbol() 978 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in define_symbol() 1936 rettype = init_type (TYPE_CODE_INT, 4, 0, "int", NULL); in rs6000_builtin_type() 1939 rettype = init_type (TYPE_CODE_INT, 1, 0, "char", NULL); in rs6000_builtin_type() 1942 rettype = init_type (TYPE_CODE_INT, 2, 0, "short", NULL); in rs6000_builtin_type() 1945 rettype = init_type (TYPE_CODE_INT, 4, 0, "long", NULL); in rs6000_builtin_type() 1948 rettype = init_type (TYPE_CODE_INT, 1, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type() 1952 rettype = init_type (TYPE_CODE_INT, 1, 0, "signed char", NULL); in rs6000_builtin_type() [all …]
|
| H A D | objc-lang.c | 462 type = init_type (TYPE_CODE_INT, in objc_create_fundamental_type() 468 type = init_type (TYPE_CODE_VOID, in objc_create_fundamental_type() 473 type = init_type (TYPE_CODE_INT, in objc_create_fundamental_type() 478 type = init_type (TYPE_CODE_INT, in objc_create_fundamental_type() 483 type = init_type (TYPE_CODE_INT, in objc_create_fundamental_type() 488 type = init_type (TYPE_CODE_INT, in objc_create_fundamental_type() 493 type = init_type (TYPE_CODE_INT, in objc_create_fundamental_type() 498 type = init_type (TYPE_CODE_INT, in objc_create_fundamental_type() 503 type = init_type (TYPE_CODE_INT, in objc_create_fundamental_type() 508 type = init_type (TYPE_CODE_INT, in objc_create_fundamental_type() [all …]
|
| H A D | mdebugread.c | 1586 tp = init_type (type_code, 0, 0, (char *) NULL, current_objfile); in parse_type() 1645 tp = init_type (type_code, 0, 0, (char *) NULL, current_objfile); in parse_type() 4241 *tpp = init_type (type_code, 0, TYPE_FLAG_STUB, (char *) NULL, current_objfile); in cross_ref() 4327 *tpp = init_type (type_code, 0, 0, (char *) NULL, in cross_ref() 4363 *tpp = init_type (type_code, 0, 0, (char *) NULL, in cross_ref() 4392 *tpp = init_type (type_code, 0, 0, (char *) NULL, current_objfile); in cross_ref() 4743 init_type (TYPE_CODE_VOID, 1, in _initialize_mdebugread() 4747 init_type (TYPE_CODE_INT, 1, in _initialize_mdebugread() 4751 init_type (TYPE_CODE_INT, 1, in _initialize_mdebugread() 4755 init_type (TYPE_CODE_INT, 2, in _initialize_mdebugread() [all …]
|
| H A D | jv-lang.c | 1122 java_int_type = init_type (TYPE_CODE_INT, 4, 0, "int", NULL); in _initialize_java_language() 1123 java_short_type = init_type (TYPE_CODE_INT, 2, 0, "short", NULL); in _initialize_java_language() 1124 java_long_type = init_type (TYPE_CODE_INT, 8, 0, "long", NULL); in _initialize_java_language() 1125 java_byte_type = init_type (TYPE_CODE_INT, 1, 0, "byte", NULL); in _initialize_java_language() 1126 java_boolean_type = init_type (TYPE_CODE_BOOL, 1, 0, "boolean", NULL); in _initialize_java_language() 1127 java_char_type = init_type (TYPE_CODE_CHAR, 2, TYPE_FLAG_UNSIGNED, "char", NULL); in _initialize_java_language() 1128 java_float_type = init_type (TYPE_CODE_FLT, 4, 0, "float", NULL); in _initialize_java_language() 1129 java_double_type = init_type (TYPE_CODE_FLT, 8, 0, "double", NULL); in _initialize_java_language() 1130 java_void_type = init_type (TYPE_CODE_VOID, 1, 0, "void", NULL); in _initialize_java_language()
|
| H A D | gnu-v3-abi.c | 116 = init_type (TYPE_CODE_INT, TARGET_PTR_BIT / TARGET_CHAR_BIT, 0, in build_gdb_vtable_type() 165 t = init_type (TYPE_CODE_STRUCT, offset, 0, 0, 0); in build_gdb_vtable_type()
|
| H A D | ada-lang.c | 8510 type = init_type (TYPE_CODE_INT, in ada_create_fundamental_type() 8516 type = init_type (TYPE_CODE_VOID, in ada_create_fundamental_type() 8521 type = init_type (TYPE_CODE_INT, in ada_create_fundamental_type() 8526 type = init_type (TYPE_CODE_INT, in ada_create_fundamental_type() 8531 type = init_type (TYPE_CODE_INT, in ada_create_fundamental_type() 8536 type = init_type (TYPE_CODE_INT, in ada_create_fundamental_type() 8541 type = init_type (TYPE_CODE_INT, in ada_create_fundamental_type() 8546 type = init_type (TYPE_CODE_INT, in ada_create_fundamental_type() 8551 type = init_type (TYPE_CODE_INT, in ada_create_fundamental_type() 8556 type = init_type (TYPE_CODE_INT, TARGET_INT_BIT / in ada_create_fundamental_type() [all …]
|
| H A D | printcmd.c | 2163 examine_i_type = init_type (TYPE_CODE_INT, 1, 0, "examine_i_type", NULL); in _initialize_printcmd() 2165 examine_b_type = init_type (TYPE_CODE_INT, 1, 0, "examine_b_type", NULL); in _initialize_printcmd() 2166 examine_h_type = init_type (TYPE_CODE_INT, 2, 0, "examine_h_type", NULL); in _initialize_printcmd() 2167 examine_w_type = init_type (TYPE_CODE_INT, 4, 0, "examine_w_type", NULL); in _initialize_printcmd() 2168 examine_g_type = init_type (TYPE_CODE_INT, 8, 0, "examine_g_type", NULL); in _initialize_printcmd()
|
| H A D | parse.c | 1291 init_type (TYPE_CODE_FUNC, 1, 0, "<text variable, no debug info>", NULL); in build_parse() 1294 init_type (TYPE_CODE_INT, TARGET_INT_BIT / HOST_CHAR_BIT, 0, in build_parse() 1297 init_type (TYPE_CODE_INT, 1, 0, in build_parse()
|
| H A D | scm-lang.c | 282 builtin_type_scm = init_type (TYPE_CODE_INT, in _initialize_scheme_language()
|
| H A D | cp-namespace.c | 798 type = init_type (TYPE_CODE_NAMESPACE, 0, 0, name_copy, objfile); in check_one_possible_namespace_symbol()
|
| H A D | xcoffread.c | 3026 func_symbol_type = init_type (TYPE_CODE_FUNC, 1, 0, in _initialize_xcoffread() 3030 init_type (TYPE_CODE_INT, TARGET_INT_BIT / HOST_CHAR_BIT, 0, in _initialize_xcoffread()
|
| H A D | gdbtypes.h | 1172 extern struct type *init_type (enum type_code, int, int, char *,
|
| H A D | dwarf2read.c | 4299 type = init_type (TYPE_CODE_NAMESPACE, 0, 0, in read_namespace() 4645 set_die_type (die, init_type (TYPE_CODE_TYPEDEF, 0, in read_typedef() 4714 type = init_type (code, size, type_flags, DW_STRING (attr), objfile); in read_base_type() 6802 SYMBOL_TYPE (sym) = init_type (TYPE_CODE_INT, in new_symbol()
|
| H A D | ChangeLog-1992 | 3460 * mipsread.c: Pass NULL name pointer to init_type, not 0. 3461 * gdbtypes.c (init_type): Use copy of typename on type_obstack. 4344 flags argument for all calls to init_type(). 4346 flags argument for all calls to init_type(). Also remove 4349 flags argument for all calls to init_type(). Also remove 4352 bit to flags argument for all calls to init_type(). Add types 5103 * gdbtypes.c (lookup_fundamental_type): Fix init_type calls to 5561 initializations and pass a NULL objfile to init_type() for them. 5703 * mipsread.c (make_type): Remove, convert usages to init_type. 5704 * mipsread.c (_initialize_mipsread): Call init_type with NULL objfile.
|
| H A D | symtab.c | 4141 builtin_type_error = init_type (TYPE_CODE_ERROR, 0, 0, in _initialize_symtab()
|
| H A D | ia64-tdep.c | 3292 init_type (TYPE_CODE_FLT, 128 / 8, in ia64_gdbarch_init()
|
| H A D | ChangeLog-2001 | 548 TYPE_FLAG_NOSIGN to init_type() rather than setting it after the 562 initialization with call to the init_type() function. 579 initialization with a call to the init_type() function, which 584 * mdebugread.c (cross_ref): Pass TYPE_FLAG_STUB to init_type() 614 TYPE_FLAG_NOSIGN to init_type() rather than setting it after the 627 init_type().
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | except.c | 358 tree init_type; in initialize_handler_parm() local 367 init_type = TREE_TYPE (decl); in initialize_handler_parm() 368 if (!POINTER_TYPE_P (init_type)) in initialize_handler_parm() 369 init_type = build_reference_type (init_type); in initialize_handler_parm() 371 choose_personality_routine (decl_is_java_type (init_type, 0) in initialize_handler_parm() 376 if (TREE_CODE (init_type) == REFERENCE_TYPE in initialize_handler_parm() 377 && TYPE_PTR_P (TREE_TYPE (init_type))) in initialize_handler_parm() 380 exp = ocp_convert (init_type, exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0); in initialize_handler_parm() 461 tree init_type = type; in expand_start_catch_block() local 465 init_type = build_pointer_type (type); in expand_start_catch_block() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | except.c | 335 tree init_type; local 344 init_type = TREE_TYPE (decl); 345 if (! TYPE_PTR_P (init_type) 346 && TREE_CODE (init_type) != REFERENCE_TYPE) 347 init_type = build_reference_type (init_type); 349 choose_personality_routine (decl_is_java_type (init_type, 0) 354 if (TREE_CODE (init_type) == REFERENCE_TYPE 355 && TYPE_PTR_P (TREE_TYPE (init_type))) 358 exp = ocp_convert (init_type, exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | class.c | 856 tree init_type = build_function_type (void_type_node, end_params_node); local 859 init_decl = build_decl (FUNCTION_DECL, init_name, init_type); 2144 tree init_type = build_function_type (void_type_node, end_params_node); in emit_register_classes() local 2148 init_decl = build_decl (FUNCTION_DECL, init_name, init_type); in emit_register_classes()
|