Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dubsan.c225 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 Ddebug.h144 void (* type_decl) (tree decl, int local); member
H A Dgodump.c525 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 Dasan.c2732 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 Dlto-streamer.h1278 DEFINE_DECL_STREAM_FUNCS (TYPE_DECL, type_decl)
H A Dtree-core.h1994 struct tree_type_decl GTY ((tag ("TS_TYPE_DECL"))) type_decl;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dubsan.cc226 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 Ddebug.h152 void (* type_decl) (tree decl, int local); member
H A Dgodump.cc517 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 Dasan.cc3176 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 Dtree-core.h2066 struct tree_type_decl GTY ((tag ("TS_TYPE_DECL"))) type_decl;
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1plugin.cc321 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 Dlibcp1plugin.cc881 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 Dlibcc1plugin.cc476 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 Dlibcp1plugin.cc1037 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 Dparser.c6010 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 Dpt.c9718 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 Dparser.cc6332 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 Dstormy16.c1270 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 Dstormy16.cc1270 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 Drs6000-call.cc2413 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 Dxtensa.cc3156 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 Dxtensa.c3124 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 Dtilepro.cc264 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 Dtilepro.c264 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()

123