| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ubsan.c | 225 tree type_decl = build_decl (input_location, TYPE_DECL, in ubsan_get_type_descriptor_type() local 228 DECL_IGNORED_P (type_decl) = 1; in ubsan_get_type_descriptor_type() 229 DECL_ARTIFICIAL (type_decl) = 1; in ubsan_get_type_descriptor_type() 231 TYPE_NAME (ret) = type_decl; in ubsan_get_type_descriptor_type() 232 TYPE_STUB_DECL (ret) = type_decl; in ubsan_get_type_descriptor_type() 274 tree type_decl = build_decl (input_location, TYPE_DECL, in ubsan_get_source_location_type() local 277 DECL_IGNORED_P (type_decl) = 1; in ubsan_get_source_location_type() 278 DECL_ARTIFICIAL (type_decl) = 1; in ubsan_get_source_location_type() 280 TYPE_NAME (ret) = type_decl; in ubsan_get_source_location_type() 281 TYPE_STUB_DECL (ret) = type_decl; in ubsan_get_source_location_type() [all …]
|
| H A D | debug.h | 144 void (* type_decl) (tree decl, int local); member
|
| H A D | godump.c | 525 real_debug_hooks->type_decl (decl, local); in go_type_decl() 1453 go_debug_hooks.type_decl = go_type_decl; in dump_go_spec_init()
|
| H A D | asan.c | 2732 tree type_decl = build_decl (input_location, TYPE_DECL, in asan_global_struct() local 2734 DECL_IGNORED_P (type_decl) = 1; in asan_global_struct() 2735 DECL_ARTIFICIAL (type_decl) = 1; in asan_global_struct() 2737 TYPE_NAME (ret) = type_decl; in asan_global_struct() 2738 TYPE_STUB_DECL (ret) = type_decl; in asan_global_struct()
|
| H A D | lto-streamer.h | 1278 DEFINE_DECL_STREAM_FUNCS (TYPE_DECL, type_decl)
|
| H A D | tree-core.h | 1994 struct tree_type_decl GTY ((tag ("TS_TYPE_DECL"))) type_decl;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ubsan.cc | 226 tree type_decl = build_decl (input_location, TYPE_DECL, in ubsan_get_type_descriptor_type() local 229 DECL_IGNORED_P (type_decl) = 1; in ubsan_get_type_descriptor_type() 230 DECL_ARTIFICIAL (type_decl) = 1; in ubsan_get_type_descriptor_type() 232 TYPE_NAME (ret) = type_decl; in ubsan_get_type_descriptor_type() 233 TYPE_STUB_DECL (ret) = type_decl; in ubsan_get_type_descriptor_type() 275 tree type_decl = build_decl (input_location, TYPE_DECL, in ubsan_get_source_location_type() local 278 DECL_IGNORED_P (type_decl) = 1; in ubsan_get_source_location_type() 279 DECL_ARTIFICIAL (type_decl) = 1; in ubsan_get_source_location_type() 281 TYPE_NAME (ret) = type_decl; in ubsan_get_source_location_type() 282 TYPE_STUB_DECL (ret) = type_decl; in ubsan_get_source_location_type() [all …]
|
| H A D | debug.h | 152 void (* type_decl) (tree decl, int local); member
|
| H A D | godump.cc | 517 real_debug_hooks->type_decl (decl, local); in go_type_decl() 1439 go_debug_hooks.type_decl = go_type_decl; in dump_go_spec_init()
|
| H A D | asan.cc | 3176 tree type_decl = build_decl (input_location, TYPE_DECL, in asan_global_struct() local 3178 DECL_IGNORED_P (type_decl) = 1; in asan_global_struct() 3179 DECL_ARTIFICIAL (type_decl) = 1; in asan_global_struct() 3181 TYPE_NAME (ret) = type_decl; in asan_global_struct() 3182 TYPE_STUB_DECL (ret) = type_decl; in asan_global_struct()
|
| H A D | tree-core.h | 2066 struct tree_type_decl GTY ((tag ("TS_TYPE_DECL"))) type_decl;
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | libcc1plugin.cc | 321 tree type_decl = build_decl (input_location, TYPE_DECL, NULL_TREE, node); in build_anonymous_node() local 322 TYPE_NAME (node) = type_decl; in build_anonymous_node() 323 TYPE_STUB_DECL (node) = type_decl; in build_anonymous_node()
|
| H A D | libcp1plugin.cc | 881 tree type_decl = build_decl (loc, TYPE_DECL, id, type); in build_named_class_type() local 882 TYPE_NAME (type) = type_decl; in build_named_class_type() 883 TYPE_STUB_DECL (type) = type_decl; in build_named_class_type() 884 DECL_CONTEXT (type_decl) = TYPE_CONTEXT (type); in build_named_class_type() 886 return type_decl; in build_named_class_type() 1785 tree type_decl = TYPE_NAME (type); in plugin_start_enum_type() local 1786 DECL_SOURCE_LOCATION (type_decl) = loc; in plugin_start_enum_type() 1789 set_access_flags (type_decl, flags); in plugin_start_enum_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | libcc1plugin.cc | 476 tree type_decl = build_decl (input_location, TYPE_DECL, NULL_TREE, node); in build_anonymous_node() local 477 TYPE_NAME (node) = type_decl; in build_anonymous_node() 478 TYPE_STUB_DECL (node) = type_decl; in build_anonymous_node()
|
| H A D | libcp1plugin.cc | 1037 tree type_decl = build_decl (loc, TYPE_DECL, id, type); in build_named_class_type() local 1038 TYPE_NAME (type) = type_decl; in build_named_class_type() 1039 TYPE_STUB_DECL (type) = type_decl; in build_named_class_type() 1040 DECL_CONTEXT (type_decl) = TYPE_CONTEXT (type); in build_named_class_type() 1042 return type_decl; in build_named_class_type() 1941 tree type_decl = TYPE_NAME (type); in plugin_start_enum_type() local 1942 DECL_SOURCE_LOCATION (type_decl) = loc; in plugin_start_enum_type() 1945 set_access_flags (type_decl, flags); in plugin_start_enum_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 6010 tree type_decl; in cp_parser_unqualified_id() local 6129 type_decl = NULL_TREE; in cp_parser_unqualified_id() 6133 type_decl = cp_parser_class_name (parser, in cp_parser_unqualified_id() 6150 type_decl in cp_parser_unqualified_id() 6168 type_decl in cp_parser_unqualified_id() 6187 type_decl in cp_parser_unqualified_id() 6207 type_decl = cp_parser_identifier (parser); in cp_parser_unqualified_id() 6208 if (type_decl != error_mark_node) in cp_parser_unqualified_id() 6209 type_decl = build_min_nt_loc (loc, BIT_NOT_EXPR, type_decl); in cp_parser_unqualified_id() 6210 return type_decl; in cp_parser_unqualified_id() [all …]
|
| H A D | pt.c | 9718 tree type_decl; in lookup_template_class_1() local 9946 type_decl = create_implicit_typedef (DECL_NAME (gen_tmpl), t); in lookup_template_class_1() 9947 DECL_CONTEXT (type_decl) = TYPE_CONTEXT (t); in lookup_template_class_1() 9948 DECL_SOURCE_LOCATION (type_decl) in lookup_template_class_1() 9952 type_decl = TYPE_NAME (t); in lookup_template_class_1() 9956 TREE_PRIVATE (type_decl) in lookup_template_class_1() 9958 TREE_PROTECTED (type_decl) in lookup_template_class_1() 9962 DECL_VISIBILITY_SPECIFIED (type_decl) = 1; in lookup_template_class_1() 9963 DECL_VISIBILITY (type_decl) = CLASSTYPE_VISIBILITY (template_type); in lookup_template_class_1() 10129 TREE_PUBLIC (type_decl) = 1; in lookup_template_class_1() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 6332 tree type_decl; in cp_parser_unqualified_id() local 6461 type_decl = NULL_TREE; in cp_parser_unqualified_id() 6465 type_decl = cp_parser_class_name (parser, in cp_parser_unqualified_id() 6482 type_decl in cp_parser_unqualified_id() 6500 type_decl in cp_parser_unqualified_id() 6519 type_decl in cp_parser_unqualified_id() 6539 type_decl = cp_parser_identifier (parser); in cp_parser_unqualified_id() 6540 if (type_decl != error_mark_node) in cp_parser_unqualified_id() 6541 type_decl = build_min_nt_loc (loc, BIT_NOT_EXPR, type_decl); in cp_parser_unqualified_id() 6542 return type_decl; in cp_parser_unqualified_id() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
| H A D | stormy16.c | 1270 tree f_1, f_2, record, type_decl; in xstormy16_build_builtin_va_list() local 1273 type_decl = build_decl (BUILTINS_LOCATION, in xstormy16_build_builtin_va_list() 1286 TYPE_STUB_DECL (record) = type_decl; in xstormy16_build_builtin_va_list() 1287 TYPE_NAME (record) = type_decl; in xstormy16_build_builtin_va_list()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| H A D | stormy16.cc | 1270 tree f_1, f_2, record, type_decl; in xstormy16_build_builtin_va_list() local 1273 type_decl = build_decl (BUILTINS_LOCATION, in xstormy16_build_builtin_va_list() 1286 TYPE_STUB_DECL (record) = type_decl; in xstormy16_build_builtin_va_list() 1287 TYPE_NAME (record) = type_decl; in xstormy16_build_builtin_va_list()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.cc | 2413 tree f_gpr, f_fpr, f_res, f_ovf, f_sav, record, type_decl; in rs6000_build_builtin_va_list() local 2421 type_decl = build_decl (BUILTINS_LOCATION, TYPE_DECL, in rs6000_build_builtin_va_list() 2448 TYPE_STUB_DECL (record) = type_decl; in rs6000_build_builtin_va_list() 2449 TYPE_NAME (record) = type_decl; in rs6000_build_builtin_va_list()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| H A D | xtensa.cc | 3156 tree f_stk, f_reg, f_ndx, record, type_decl; in xtensa_build_builtin_va_list() local 3159 type_decl = build_decl (BUILTINS_LOCATION, in xtensa_build_builtin_va_list() 3176 TYPE_STUB_DECL (record) = type_decl; in xtensa_build_builtin_va_list() 3177 TYPE_NAME (record) = type_decl; in xtensa_build_builtin_va_list()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
| H A D | xtensa.c | 3124 tree f_stk, f_reg, f_ndx, record, type_decl; in xtensa_build_builtin_va_list() local 3127 type_decl = build_decl (BUILTINS_LOCATION, in xtensa_build_builtin_va_list() 3144 TYPE_STUB_DECL (record) = type_decl; in xtensa_build_builtin_va_list() 3145 TYPE_NAME (record) = type_decl; in xtensa_build_builtin_va_list()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
| H A D | tilepro.cc | 264 tree f_args, f_skip, record, type_decl; in tilepro_build_builtin_va_list() local 269 type_decl = build_decl (BUILTINS_LOCATION, TYPE_DECL, in tilepro_build_builtin_va_list() 281 TREE_CHAIN (record) = type_decl; in tilepro_build_builtin_va_list() 282 TYPE_NAME (record) = type_decl; in tilepro_build_builtin_va_list()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| H A D | tilepro.c | 264 tree f_args, f_skip, record, type_decl; in tilepro_build_builtin_va_list() local 269 type_decl = build_decl (BUILTINS_LOCATION, TYPE_DECL, in tilepro_build_builtin_va_list() 281 TREE_CHAIN (record) = type_decl; in tilepro_build_builtin_va_list() 282 TYPE_NAME (record) = type_decl; in tilepro_build_builtin_va_list()
|