/dflybsd-src/contrib/gcc-4.7/gcc/objcp/ |
H A D | objcp-decl.c | 48 s = xref_tag (record_type, name, ts_global, 0); in objcp_start_struct() 91 return xref_tag (record_type, name, ts_global, false); in objcp_xref_tag()
|
H A D | objcp-decl.h | 48 #define xref_tag(code, name) \ macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-next-runtime-abi-01.c | 269 objc_prop_list_ptr = build_pointer_type (xref_tag (RECORD_TYPE, in next_runtime_01_initialize() 275 objc_selector_type = build_pointer_type (xref_tag (RECORD_TYPE, in next_runtime_01_initialize() 453 ptype = build_pointer_type (xref_tag (RECORD_TYPE, in build_v1_class_template() 459 (xref_tag (RECORD_TYPE, in build_v1_class_template() 469 ptype = build_pointer_type (xref_tag (RECORD_TYPE, in build_v1_class_template() 528 ptype = build_pointer_type (xref_tag (RECORD_TYPE, in build_v1_category_template() 561 ptype = build_pointer_type (xref_tag (RECORD_TYPE, in build_v1_protocol_template() 565 ptype = build_pointer_type (xref_tag (RECORD_TYPE, in build_v1_protocol_template() 1123 ptrt = build_pointer_type (xref_tag (RECORD_TYPE, in build_objc_class_ext_template() 1925 ltyp = build_pointer_type (xref_tag (RECORD_TYPE, in build_v1_shared_structure_initializer() [all …]
|
H A D | objc-gnu-runtime-abi-01.c | 204 type = xref_tag (RECORD_TYPE, get_identifier (TAG_SELECTOR)); in gnu_runtime_01_initialize() 385 ptype = build_pointer_type(xref_tag (RECORD_TYPE, in build_class_template() 399 (xref_tag (RECORD_TYPE, in build_class_template() 460 ptype = build_pointer_type (xref_tag (RECORD_TYPE, in build_protocol_template() 772 protocol_struct_type = xref_tag (RECORD_TYPE, in gnu_runtime_abi_01_get_protocol_reference() 1098 ttyp = build_pointer_type (xref_tag (RECORD_TYPE, in build_protocol_initializer() 1545 ltyp = build_pointer_type (xref_tag (RECORD_TYPE, in build_shared_structure_initializer()
|
H A D | objc-runtime-shared-support.c | 460 ltyp = build_pointer_type (xref_tag (RECORD_TYPE, in init_module_descriptor() 497 add_field_decl (build_pointer_type (xref_tag (RECORD_TYPE, in build_module_descriptor()
|
H A D | objc-next-runtime-abi-02.c | 363 objc_selector_type = build_pointer_type (xref_tag (RECORD_TYPE, in next_runtime_02_initialize() 372 build_pointer_type (xref_tag (RECORD_TYPE, in next_runtime_02_initialize() 376 build_pointer_type (xref_tag (RECORD_TYPE, in next_runtime_02_initialize() 553 build_pointer_type (xref_tag (RECORD_TYPE, in build_v2_message_ref_templates() 579 (xref_tag (RECORD_TYPE, in build_v2_message_ref_templates() 668 (xref_tag (RECORD_TYPE, in build_v2_class_templates() 3032 ltyp = build_pointer_type (xref_tag (RECORD_TYPE, in build_v2_class_ro_t_initializer()
|
H A D | objc-act.c | 2069 tree super = (super_name ? xref_tag (RECORD_TYPE, super_name) : NULL_TREE); in objc_build_struct() 2748 : xref_tag (RECORD_TYPE, type)); in objc_get_protocol_qualified_type() 2925 objc_object_reference = xref_tag (RECORD_TYPE, objc_object_id); in synth_module_prologue() 2926 objc_class_reference = xref_tag (RECORD_TYPE, objc_class_id); in synth_module_prologue() 2950 objc_protocol_type = build_pointer_type (xref_tag (RECORD_TYPE, type)); in synth_module_prologue() 2954 objc_super_type = build_pointer_type (xref_tag (RECORD_TYPE, in synth_module_prologue() 2959 (xref_tag (RECORD_TYPE, in synth_module_prologue() 2962 = build_pointer_type (xref_tag (RECORD_TYPE, in synth_module_prologue() 2965 (xref_tag (RECORD_TYPE, in synth_module_prologue() 3345 xref_tag (RECORD_TYPE, underlying_class))); in objc_declare_alias() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | rtti.c | 152 type_info_type = xref_tag (class_type, get_identifier ("type_info"), in init_rtti_processing() 728 tinfo_ptr = xref_tag (class_type, in build_dynamic_cast_1() 906 real_type = xref_tag (class_type, ti->name, in tinfo_base_init() 1489 bltn_type = xref_tag (class_type, in emit_support_tinfos()
|
H A D | decl.c | 11772 xref_tag (enum tag_types tag_code, tree name, in xref_tag() function 11797 return xref_tag (tag_kind, id, scope, false); in xref_tag_from_type() 12143 enumtype = xref_tag (enum_type, name, /*tag_scope=*/ts_current, in start_enum()
|
H A D | cp-tree.h | 5055 extern tree xref_tag (enum tag_types, tree, tag_scope, bool);
|
H A D | semantics.c | 8744 type = xref_tag (/*tag_code=*/record_type, in begin_lambda_type()
|
H A D | parser.c | 14199 type = xref_tag (tag_type, identifier, ts, template_p); in cp_parser_elaborated_type_specifier() 18555 type = xref_tag (class_key, id, /*tag_scope=*/ts_current, in cp_parser_class_head()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | rtti.c | 172 type_info_type = xref_tag (class_type, get_identifier ("type_info"), in init_rtti_processing() 760 tinfo_ptr = xref_tag (class_type, in build_dynamic_cast_1() 943 real_type = xref_tag (class_type, ti->name, in tinfo_base_init()
|
H A D | lambda.c | 140 type = xref_tag (/*tag_code=*/record_type, in begin_lambda_type() 495 tree type = xref_tag (record_type, make_anon_name (), ts_current, false); in vla_capture_type()
|
H A D | decl.c | 13904 xref_tag (enum tag_types tag_code, tree name, in xref_tag() function 13929 return xref_tag (tag_kind, id, scope, false); in xref_tag_from_type() 14304 enumtype = xref_tag (enum_type, name, /*tag_scope=*/ts_current, in start_enum()
|
H A D | cp-tree.h | 6292 extern tree xref_tag (enum tag_types, tree, tag_scope, bool);
|
H A D | parser.c | 17933 type = xref_tag (tag_type, identifier, ts, template_p); in cp_parser_elaborated_type_specifier() 23293 type = xref_tag (class_key, id, tag_scope, in cp_parser_class_head()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-tree.h | 499 extern tree xref_tag (enum tree_code, tree);
|
H A D | c-decl.c | 6648 xref_tag (enum tree_code code, tree name) in xref_tag() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-tree.h | 583 extern tree xref_tag (enum tree_code, tree);
|
H A D | c-decl.c | 7556 xref_tag (enum tree_code code, tree name) in xref_tag() function
|