| /netbsd/src/external/gpl3/gcc/dist/gcc/objcp/ |
| D | objcp-decl.h | 58 #define OBJC_TYPE_NAME(type) (TYPE_IDENTIFIER (type)) 60 #define OBJC_SET_TYPE_NAME(type, name) (TYPE_IDENTIFIER (type) = (name))
|
| D | ChangeLog | 191 TYPE_IDENTIFIER.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | godump.cc | 708 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()
|
| D | dbxout.cc | 2183 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()
|
| D | tree-pretty-print.cc | 1984 if (TYPE_IDENTIFIER (node)) in dump_generic_node() 2273 if (TYPE_IDENTIFIER (node)) in dump_generic_node()
|
| D | dwarf2out.cc | 13358 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()
|
| D | tree.cc | 7215 && TYPE_IDENTIFIER (type) == TYPE_IDENTIFIER (base_type)) in subrange_type_for_debug_p()
|
| D | tree.h | 2529 #define TYPE_IDENTIFIER(NODE) \ macro
|
| D | ChangeLog-2014 | 43047 * tree.h (TYPE_IDENTIFIER): Declare.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | error.cc | 546 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()
|
| D | friend.cc | 364 tree name = TYPE_IDENTIFIER (friend_type); in make_friend_class()
|
| D | cxx-pretty-print.cc | 195 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()
|
| D | decl.cc | 1628 && 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()
|
| D | typeck.cc | 1206 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()
|
| D | tree.cc | 3143 || TYPE_IDENTIFIER (source_location) == NULL_TREE in source_location_current_p() 3144 || !id_equal (TYPE_IDENTIFIER (source_location), in source_location_current_p()
|
| D | pt.cc | 10123 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()
|
| D | cp-tree.h | 2184 (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)))
|
| D | mangle.cc | 1737 write_source_name (TYPE_IDENTIFIER (type)); in write_unnamed_type_name()
|
| D | ChangeLog-2014 | 2872 * cp-tree.h (TYPE_IDENTIFIER): Remove declaration. 3646 Use TYPE_IDENTIFIER.
|
| D | semantics.cc | 2368 expr = TYPE_IDENTIFIER (expr); in finish_qualified_id_expr() 3494 pushtag (TYPE_IDENTIFIER (t), t); in begin_class_definition()
|
| D | name-lookup.cc | 5599 if (lookup.name == TYPE_IDENTIFIER (npscope) in lookup_using_decl()
|
| D | class.cc | 6496 if (TYPE_IDENTIFIER (type) == as_base_identifier) in check_non_pod_aggregate()
|
| D | call.cc | 7160 && id_equal (TYPE_IDENTIFIER (t), "destroying_delete_t")); in std_destroying_delete_t_p()
|
| D | ChangeLog-1996 | 67 replace TYPE_NAME instead of TYPE_IDENTIFIER (so TYPE_STUB_DECL is
|
| D | parser.cc | 6425 && (token->u.value == TYPE_IDENTIFIER (scope) in cp_parser_unqualified_id() 23442 TYPE_IDENTIFIER (qualifying_scope)); in cp_parser_direct_declarator()
|