| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | except.cc | 314 tree init_type; in initialize_handler_parm() local 324 init_type = TREE_TYPE (decl); in initialize_handler_parm() 325 if (!INDIRECT_TYPE_P (init_type)) in initialize_handler_parm() 326 init_type = build_reference_type (init_type); in initialize_handler_parm() 330 if (TYPE_REF_P (init_type) in initialize_handler_parm() 331 && TYPE_PTR_P (TREE_TYPE (init_type))) in initialize_handler_parm() 334 exp = ocp_convert (init_type, exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0, in initialize_handler_parm() 434 tree init_type = type; in expand_start_catch_block() local 438 init_type = build_pointer_type (type); in expand_start_catch_block() 439 if (init_type != TREE_TYPE (init)) in expand_start_catch_block() [all …]
|
| H A D | tree.cc | 776 tree init_type = strip_array_types (TREE_TYPE (init)); in build_vec_init_elt() local 777 tree dummy = build_dummy_object (init_type); in build_vec_init_elt()
|
| H A D | decl.cc | 7015 tree init_type = TREE_TYPE (init); in reshape_init_r() local 7016 if (init_type && TYPE_PTRMEMFUNC_P (init_type)) in reshape_init_r() 7037 else if (same_type_ignoring_top_level_qualifiers_p (type, init_type)) in reshape_init_r()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | except.c | 356 tree init_type; in initialize_handler_parm() local 366 init_type = TREE_TYPE (decl); in initialize_handler_parm() 367 if (!INDIRECT_TYPE_P (init_type)) in initialize_handler_parm() 368 init_type = build_reference_type (init_type); in initialize_handler_parm() 372 if (TYPE_REF_P (init_type) in initialize_handler_parm() 373 && TYPE_PTR_P (TREE_TYPE (init_type))) in initialize_handler_parm() 376 exp = ocp_convert (init_type, exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0, in initialize_handler_parm() 476 tree init_type = type; in expand_start_catch_block() local 480 init_type = build_pointer_type (type); in expand_start_catch_block() 481 if (init_type != TREE_TYPE (init)) in expand_start_catch_block() [all …]
|
| H A D | tree.c | 755 tree init_type = strip_array_types (TREE_TYPE (init)); in build_vec_init_elt() local 756 tree dummy = build_dummy_object (init_type); in build_vec_init_elt()
|
| H A D | decl.c | 6484 tree init_type = TREE_TYPE (init); in reshape_init_r() local 6485 if (init_type && TYPE_PTRMEMFUNC_P (init_type)) in reshape_init_r() 6497 else if (same_type_ignoring_top_level_qualifiers_p (type, init_type)) in reshape_init_r()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-sra.cc | 4176 tree init_type, in generate_subtree_deferred_init() argument 4189 init_type, decl_name); in generate_subtree_deferred_init() 4197 generate_subtree_deferred_init (access->first_child, init_type, in generate_subtree_deferred_init() 4217 tree init_type = gimple_call_arg (stmt, 1); in sra_modify_deferred_init() local 4239 init_type, decl_name, gsi, loc); in sra_modify_deferred_init()
|
| H A D | internal-fn.cc | 3071 enum auto_init_type init_type in expand_DEFERRED_INIT() local 3076 gcc_assert (init_type > AUTO_INIT_UNINITIALIZED); in expand_DEFERRED_INIT() 3113 tree value = (init_type == AUTO_INIT_PATTERN) in expand_DEFERRED_INIT() 3130 && (init_type == AUTO_INIT_PATTERN in expand_DEFERRED_INIT() 3138 memset (buf, (init_type == AUTO_INIT_PATTERN in expand_DEFERRED_INIT()
|
| H A D | gimple-ssa-strength-reduction.cc | 3712 tree init_type = TREE_TYPE (incr_vec[i].initializer); in replace_one_candidate() local 3715 if (types_compatible_p (orig_type, init_type)) in replace_one_candidate()
|
| H A D | gimplify.cc | 1758 enum auto_init_type init_type, in gimple_add_init_for_auto_var() argument 1762 gcc_assert (init_type > AUTO_INIT_UNINITIALIZED); in gimple_add_init_for_auto_var() 1767 = build_int_cst (integer_type_node, (int) init_type); in gimple_add_init_for_auto_var()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-strength-reduction.c | 3713 tree init_type = TREE_TYPE (incr_vec[i].initializer); in replace_one_candidate() local 3716 if (types_compatible_p (orig_type, init_type)) in replace_one_candidate()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1992 | 3418 * mipsread.c: Pass NULL name pointer to init_type, not 0. 3419 * gdbtypes.c (init_type): Use copy of typename on type_obstack. 4301 flags argument for all calls to init_type(). 4303 flags argument for all calls to init_type(). Also remove 4306 flags argument for all calls to init_type(). Also remove 4309 bit to flags argument for all calls to init_type(). Add types 5060 * gdbtypes.c (lookup_fundamental_type): Fix init_type calls to 5518 initializations and pass a NULL objfile to init_type() for them. 5660 * mipsread.c (make_type): Remove, convert usages to init_type. 5661 * mipsread.c (_initialize_mipsread): Call init_type with NULL objfile.
|
| H A D | ChangeLog-2016 | 4894 * gdbtypes.c (init_type): Remove "char" special case. 4916 * gdbtypes.h (init_type): Remove FLAGS argument. Move OBJFILE 4926 (init_type): Remove FLAGS argument and processing. Move OBJFILE 4937 init_type directly. 4938 * dwarf2read.c (fixup_go_packaging): Update to changed init_type 4947 (parse_type): Update to changed init_type prototype. 4952 (read_range_type): Likewise. Also update to changed init_type 4970 (init_type, arch_type): Use it.
|
| 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().
|
| H A D | ChangeLog-2008 | 4165 (init_type): Individually assign flag fields. 4314 to init_type. 4315 (read_base_type): Do not pass the name to init_type. Handle 4317 (read_unspecified_type): Do not pass the name to init_type.
|
| H A D | ChangeLog-2013 | 13026 * gdbtypes.c (init_type): Don't copy name. 13053 * gdbtypes.c (init_type): Make 'name' const. 13054 * gdbtypes.h (init_type): Update.
|
| H A D | ChangeLog-2017 | 6595 * gdbtypes.c (init_type): Change incoming argument from 6599 (init_integer_type): Update call to init_type. 6616 * dwarf2read.c (dwarf2_init_float_type): Update call to init_type.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1992 | 3418 * mipsread.c: Pass NULL name pointer to init_type, not 0. 3419 * gdbtypes.c (init_type): Use copy of typename on type_obstack. 4301 flags argument for all calls to init_type(). 4303 flags argument for all calls to init_type(). Also remove 4306 flags argument for all calls to init_type(). Also remove 4309 bit to flags argument for all calls to init_type(). Add types 5060 * gdbtypes.c (lookup_fundamental_type): Fix init_type calls to 5518 initializations and pass a NULL objfile to init_type() for them. 5660 * mipsread.c (make_type): Remove, convert usages to init_type. 5661 * mipsread.c (_initialize_mipsread): Call init_type with NULL objfile.
|
| H A D | ChangeLog-2016 | 4894 * gdbtypes.c (init_type): Remove "char" special case. 4916 * gdbtypes.h (init_type): Remove FLAGS argument. Move OBJFILE 4926 (init_type): Remove FLAGS argument and processing. Move OBJFILE 4937 init_type directly. 4938 * dwarf2read.c (fixup_go_packaging): Update to changed init_type 4947 (parse_type): Update to changed init_type prototype. 4952 (read_range_type): Likewise. Also update to changed init_type 4970 (init_type, arch_type): Use it.
|
| 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().
|
| H A D | ChangeLog-2008 | 4165 (init_type): Individually assign flag fields. 4314 to init_type. 4315 (read_base_type): Do not pass the name to init_type. Handle 4317 (read_unspecified_type): Do not pass the name to init_type.
|
| H A D | ChangeLog-2013 | 13026 * gdbtypes.c (init_type): Don't copy name. 13053 * gdbtypes.c (init_type): Make 'name' const. 13054 * gdbtypes.h (init_type): Update.
|
| H A D | ChangeLog-2017 | 6595 * gdbtypes.c (init_type): Change incoming argument from 6599 (init_integer_type): Update call to init_type. 6616 * dwarf2read.c (dwarf2_init_float_type): Update call to init_type.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 2194 tree init_type = TREE_TYPE (init.value); in c_parser_declaration_or_fndef() local 2196 if (init_type != error_mark_node && TYPE_ATOMIC (init_type)) in c_parser_declaration_or_fndef() 2197 init_type in c_parser_declaration_or_fndef() 2198 = c_build_qualified_type (init_type, TYPE_UNQUALIFIED); in c_parser_declaration_or_fndef() 2199 bool vm_type = variably_modified_type_p (init_type, in c_parser_declaration_or_fndef() 2207 specs->type = init_type; in c_parser_declaration_or_fndef()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 2231 tree init_type = TREE_TYPE (init.value); in c_parser_declaration_or_fndef() local 2232 bool vm_type = variably_modified_type_p (init_type, in c_parser_declaration_or_fndef() 2240 specs->type = init_type; in c_parser_declaration_or_fndef()
|