Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/objcp/
Dobjcp-decl.h58 #define OBJC_TYPE_NAME(type) (TYPE_IDENTIFIER (type))
60 #define OBJC_SET_TYPE_NAME(type, name) (TYPE_IDENTIFIER (type) = (name))
DChangeLog191 TYPE_IDENTIFIER.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgodump.cc708 name = TYPE_IDENTIFIER (type); in go_format_type()
957 name = TYPE_IDENTIFIER (TREE_TYPE (field)); in go_format_type()
1161 if (TYPE_IDENTIFIER (original_type) != NULL in go_output_typedef()
1162 && IDENTIFIER_POINTER (TYPE_IDENTIFIER (original_type)) == type) in go_output_typedef()
Ddbxout.cc2183 if (TYPE_IDENTIFIER (type)) in dbxout_type()
2392 tree name = TYPE_IDENTIFIER (type); in dbxout_type()
2828 tree name = TYPE_IDENTIFIER (type); in dbxout_symbol()
2885 tree name = TYPE_IDENTIFIER (type); in dbxout_symbol()
Dtree-pretty-print.cc1984 if (TYPE_IDENTIFIER (node)) in dump_generic_node()
2273 if (TYPE_IDENTIFIER (node)) in dump_generic_node()
Ddwarf2out.cc13358 tree name = TYPE_IDENTIFIER (type); in is_cxx_auto()
13981 name = TYPE_IDENTIFIER (type); in modified_type_die()
26344 tree name = TYPE_IDENTIFIER (type); in gen_type_die_with_usage()
26356 tree name = TYPE_IDENTIFIER (type); in gen_type_die_with_usage()
Dtree.cc7215 && TYPE_IDENTIFIER (type) == TYPE_IDENTIFIER (base_type)) in subrange_type_for_debug_p()
Dtree.h2529 #define TYPE_IDENTIFIER(NODE) \ macro
DChangeLog-201443047 * tree.h (TYPE_IDENTIFIER): Declare.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Derror.cc546 pp_cxx_tree_identifier (pp, TYPE_IDENTIFIER (t)); in dump_type()
564 pp_cxx_tree_identifier (pp, TYPE_IDENTIFIER (t)); in dump_type()
614 if (TYPE_IDENTIFIER (t)) in dump_type()
615 pp_cxx_tree_identifier (pp, TYPE_IDENTIFIER (t)); in dump_type()
624 pp_cxx_tree_identifier (pp, TYPE_IDENTIFIER (t)); in dump_type()
636 pp_cxx_tree_identifier (pp, TYPE_IDENTIFIER (t)); in dump_type()
639 else if (TYPE_IDENTIFIER (t)) in dump_type()
640 pp_cxx_tree_identifier (pp, TYPE_IDENTIFIER (t)); in dump_type()
685 dump_type (pp, TYPE_IDENTIFIER (t), flags); in dump_type()
Dfriend.cc364 tree name = TYPE_IDENTIFIER (friend_type); in make_friend_class()
Dcxx-pretty-print.cc195 pp_cxx_unqualified_id (pp, TYPE_IDENTIFIER (t)); in pp_cxx_unqualified_id()
198 else if (TYPE_IDENTIFIER (t)) in pp_cxx_unqualified_id()
199 pp_cxx_unqualified_id (pp, TYPE_IDENTIFIER (t)); in pp_cxx_unqualified_id()
210 pp_cxx_unqualified_id (pp, TYPE_IDENTIFIER (t)); in pp_cxx_unqualified_id()
Ddecl.cc1628 && TYPE_IDENTIFIER (TREE_TYPE (t)) in duplicate_decls()
4024 ^ htab_hash_pointer (TYPE_IDENTIFIER (t))); in hash()
4034 return (TYPE_IDENTIFIER (t1) == t2->name in equal()
4127 name = TYPE_IDENTIFIER (name); in make_typename_type()
4281 name = TYPE_IDENTIFIER (name); in make_unbound_class_template()
12592 || TYPE_IDENTIFIER (type) != auto_identifier) in grokdeclarator()
Dtypeck.cc1206 return TYPE_IDENTIFIER (t1) == TYPE_IDENTIFIER (t2); in comp_template_parms_position()
1449 if (!cp_tree_equal (TYPE_IDENTIFIER (t1), TYPE_IDENTIFIER (t2))) in structural_comptypes()
Dtree.cc3143 || TYPE_IDENTIFIER (source_location) == NULL_TREE in source_location_current_p()
3144 || !id_equal (TYPE_IDENTIFIER (source_location), in source_location_current_p()
Dpt.cc10123 t = start_enum (TYPE_IDENTIFIER (template_type), NULL_TREE, in lookup_template_class_1()
12176 tree name = TYPE_IDENTIFIER (t); in instantiate_class_template_1()
13861 tree name = TYPE_IDENTIFIER (t); in tsubst_aggr_type()
15965 TYPE_IDENTIFIER (arg), in tsubst()
16408 tree name = TYPE_IDENTIFIER (t); in tsubst()
28679 name = TYPE_IDENTIFIER (TYPE_MAIN_VARIANT (type)); in resolve_typename_type()
29210 tree tname = TYPE_IDENTIFIER (type); in dguide_name()
30610 tree new_auto = make_auto_1 (TYPE_IDENTIFIER (auto_node), false); in splice_late_return_type()
30634 && (TYPE_IDENTIFIER (type) == auto_identifier in is_auto()
30635 || TYPE_IDENTIFIER (type) == decltype_auto_identifier)) in is_auto()
Dcp-tree.h2184 (TYPE_IDENTIFIER (TYPE_MAIN_VARIANT (NODE)))
2185 #define TYPE_NAME_STRING(NODE) (IDENTIFIER_POINTER (TYPE_IDENTIFIER (NODE)))
2186 #define TYPE_NAME_LENGTH(NODE) (IDENTIFIER_LENGTH (TYPE_IDENTIFIER (NODE)))
Dmangle.cc1737 write_source_name (TYPE_IDENTIFIER (type)); in write_unnamed_type_name()
DChangeLog-20142872 * cp-tree.h (TYPE_IDENTIFIER): Remove declaration.
3646 Use TYPE_IDENTIFIER.
Dsemantics.cc2368 expr = TYPE_IDENTIFIER (expr); in finish_qualified_id_expr()
3494 pushtag (TYPE_IDENTIFIER (t), t); in begin_class_definition()
Dname-lookup.cc5599 if (lookup.name == TYPE_IDENTIFIER (npscope) in lookup_using_decl()
Dclass.cc6496 if (TYPE_IDENTIFIER (type) == as_base_identifier) in check_non_pod_aggregate()
Dcall.cc7160 && id_equal (TYPE_IDENTIFIER (t), "destroying_delete_t")); in std_destroying_delete_t_p()
DChangeLog-199667 replace TYPE_NAME instead of TYPE_IDENTIFIER (so TYPE_STUB_DECL is
Dparser.cc6425 && (token->u.value == TYPE_IDENTIFIER (scope) in cp_parser_unqualified_id()
23442 TYPE_IDENTIFIER (qualifying_scope)); in cp_parser_direct_declarator()