| /freebsd-12.1/contrib/gcc/ |
| H A D | opts.c | 280 tree type_decl = TYPE_STUB_DECL (type); in dump_struct_debug() local 281 tree t = type_decl; in dump_struct_debug() 290 DECL_IN_SYSTEM_HEADER (type_decl) ? "sys" : "usr", in dump_struct_debug() 296 (void*) type_decl, name); in dump_struct_debug() 314 tree type_decl; in should_emit_struct_debug() local 327 type_decl = TYPE_STUB_DECL (type); in should_emit_struct_debug() 329 if (criterion == DINFO_STRUCT_FILE_SYS && DECL_IN_SYSTEM_HEADER (type_decl)) in should_emit_struct_debug() 332 if (matches_main_base (DECL_SOURCE_FILE (type_decl))) in should_emit_struct_debug()
|
| H A D | debug.h | 98 void (* type_decl) (tree decl, int local); member
|
| H A D | flags.h | 74 extern bool should_emit_struct_debug (tree type_decl, enum debug_info_usage);
|
| H A D | passes.c | 183 debug_hooks->type_decl (decl, !top_level); in rest_of_decl_compilation() 203 debug_hooks->type_decl (TYPE_STUB_DECL (type), !toplev); in rest_of_type_compilation()
|
| H A D | c-decl.c | 7646 if (debug_hooks->type_decl) in record_builtin_type() 7647 debug_hooks->type_decl (decl, false); in record_builtin_type()
|
| H A D | tree.def | 359 DEFTREECODE (TYPE_DECL, "type_decl", tcc_declaration, 0)
|
| H A D | tree.h | 3277 struct tree_type_decl GTY ((tag ("TS_TYPE_DECL"))) type_decl;
|
| H A D | ChangeLog-2004 | 20560 * c-decl.c (record_builtin_type): Call debug_hooks->type_decl 41894 * sdbout.c (sdb_debug_hooks): Correct the type_decl entry. 42077 * debug.h (struct gcc_debug_hooks): Add type_decl field. 42087 Use debug_hooks->type_decl. 42115 (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | parser.c | 3668 tree type_decl; in cp_parser_unqualified_id() local 3748 type_decl = NULL_TREE; in cp_parser_unqualified_id() 3769 type_decl in cp_parser_unqualified_id() 3787 type_decl in cp_parser_unqualified_id() 3804 type_decl in cp_parser_unqualified_id() 3827 type_decl, scope); in cp_parser_unqualified_id() 3841 type_decl); in cp_parser_unqualified_id() 10477 tree type_decl; in cp_parser_type_name() local 10517 type_decl = error_mark_node; in cp_parser_type_name() 10528 return type_decl; in cp_parser_type_name() [all …]
|
| H A D | pt.c | 4623 tree type_decl; in lookup_template_class() local 4822 DECL_CONTEXT (type_decl) = TYPE_CONTEXT (t); in lookup_template_class() 4823 TYPE_STUB_DECL (t) = type_decl; in lookup_template_class() 4824 DECL_SOURCE_LOCATION (type_decl) in lookup_template_class() 4828 type_decl = TYPE_NAME (t); in lookup_template_class() 4830 TREE_PRIVATE (type_decl) in lookup_template_class() 4832 TREE_PROTECTED (type_decl) in lookup_template_class() 4834 DECL_IN_SYSTEM_HEADER (type_decl) in lookup_template_class() 4838 DECL_VISIBILITY_SPECIFIED (type_decl) = 1; in lookup_template_class() 4930 TREE_PUBLIC (type_decl) = 1; in lookup_template_class() [all …]
|
| H A D | decl.c | 3029 debug_hooks->type_decl (tdecl, 0); in record_builtin_type()
|
| H A D | ChangeLog-2004 | 6177 (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
|
| H A D | ChangeLog | 6686 * parser.c (cp_parser_unqualified_id): Initialize type_decl.
|
| H A D | ChangeLog-1998 | 4040 * decl.c (pushdecl): Don't copy the type_decl.
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.c | 7860 tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl; in s390_build_builtin_va_list() local 7864 type_decl = in s390_build_builtin_va_list() 7884 TREE_CHAIN (record) = type_decl; in s390_build_builtin_va_list() 7885 TYPE_NAME (record) = type_decl; in s390_build_builtin_va_list()
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 4399 tree f_gpr, f_fpr, f_ovf, f_sav, record, type_decl; in ix86_build_builtin_va_list() local 4406 type_decl = build_decl (TYPE_DECL, get_identifier ("__va_list_tag"), record); in ix86_build_builtin_va_list() 4425 TREE_CHAIN (record) = type_decl; in ix86_build_builtin_va_list() 4426 TYPE_NAME (record) = type_decl; in ix86_build_builtin_va_list()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 5788 tree f_gpr, f_fpr, f_res, f_ovf, f_sav, record, type_decl; in rs6000_build_builtin_va_list() local 5796 type_decl = build_decl (TYPE_DECL, get_identifier ("__va_list_tag"), record); in rs6000_build_builtin_va_list() 5820 TREE_CHAIN (record) = type_decl; in rs6000_build_builtin_va_list() 5821 TYPE_NAME (record) = type_decl; in rs6000_build_builtin_va_list()
|