Searched refs:ts_current (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | name-lookup.h | 130 ts_current = 0, /* Current scope only. This is for the enumerator
|
| H A D | rtti.c | 173 /*tag_scope=*/ts_current, false); in init_rtti_processing() 764 /*tag_scope=*/ts_current, false); in build_dynamic_cast_1() 953 /*tag_scope=*/ts_current, false); in tinfo_base_init()
|
| H A D | lambda.c | 497 tree type = xref_tag (record_type, make_anon_name (), ts_current, false); in vla_capture_type()
|
| H A D | name-lookup.c | 6651 && (scope != ts_current in lookup_type_scope_1() 6657 && (scope != ts_current in lookup_type_scope_1() 6839 && scope != ts_current) in do_pushtag() 6873 if (scope == ts_current in do_pushtag()
|
| H A D | decl.c | 14896 || (scope != ts_current in lookup_and_check_tag() 14906 if (scope == ts_current && DECL_SELF_REFERENCE_P (decl)) in lookup_and_check_tag() 15009 if (scope != ts_current && t && current_class_type in xref_tag_1() 15067 scope = ts_current; in xref_tag_1() 15442 /*tag_scope=*/ts_current, in start_enum() 15504 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current); in start_enum() 15513 enumtype = xref_tag (enum_type, name, /*tag_scope=*/ts_current, in start_enum()
|
| H A D | semantics.c | 3179 pushtag (make_anon_name (), t, /*tag_scope=*/ts_current); in begin_class_definition() 3185 pushtag (TYPE_IDENTIFIER (t), t, /*tag_scope=*/ts_current); in begin_class_definition()
|
| H A D | coroutines.cc | 4419 tree coro_frame_type = xref_tag (record_type, fr_name, ts_current, false); in morph_fn_to_coro()
|
| H A D | pt.c | 9922 if (pushtag (DECL_NAME (gen_tmpl), t, /*tag_scope=*/ts_current) in lookup_template_class_1() 11839 pushtag (name, newtag, /*tag_scope=*/ts_current); in instantiate_class_template_1() 12043 /*tag_scope=*/ts_current); in instantiate_class_template_1()
|
| H A D | parser.c | 18995 ts = ts_current; in cp_parser_elaborated_type_specifier() 24621 : ts_current); in cp_parser_class_head()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | libcp1plugin.cc | 1517 safe_pushtag (identifier, TREE_TYPE (decl), ts_current); in plugin_build_decl() 1536 safe_pushtag (identifier, TREE_TYPE (decl), ts_current); in plugin_build_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2020 | 2219 (xref_tag): Default tag_scope & tpl_header_p to ts_current & false. 2225 (pushtag): Default tag_scope to ts_current. 2310 * lambda.c (begin_lambda_type): Use ts_current to push the tag.
|
| H A D | ChangeLog-2005 | 2800 tinfo_base_init, emit_support_tinfos): Use ts_current instead of
|
| H A D | ChangeLog-2014 | 3720 scope == ts_current.
|