Home
last modified time | relevance | path

Searched refs:ts_current (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h130 ts_current = 0, /* Current scope only. This is for the enumerator
H A Drtti.c173 /*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 Dlambda.c497 tree type = xref_tag (record_type, make_anon_name (), ts_current, false); in vla_capture_type()
H A Dname-lookup.c6651 && (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 Ddecl.c14896 || (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 Dsemantics.c3179 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 Dcoroutines.cc4419 tree coro_frame_type = xref_tag (record_type, fr_name, ts_current, false); in morph_fn_to_coro()
H A Dpt.c9922 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 Dparser.c18995 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 Dlibcp1plugin.cc1517 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 DChangeLog-20202219 (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 DChangeLog-20052800 tinfo_base_init, emit_support_tinfos): Use ts_current instead of
H A DChangeLog-20143720 scope == ts_current.