Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Drtti.c142 /*tag_scope=*/ts_current, false); in init_rtti_processing()
664 /*tag_scope=*/ts_current, false); in build_dynamic_cast_1()
840 /*tag_scope=*/ts_current, false); in tinfo_base_init()
1398 /*tag_scope=*/ts_current, false); in emit_support_tinfos()
Dname-lookup.h129 ts_current = 0, /* Current scope only. This is for the enumerator
Dname-lookup.c4085 && (scope != ts_current in lookup_type_scope()
4089 else if ((scope != ts_current in lookup_type_scope()
4818 && (scope != ts_current in pushtag()
4839 if (scope == ts_current) in pushtag()
Dsemantics.c2167 pushtag (make_anon_name (), t, /*tag_scope=*/ts_current); in begin_class_definition()
2176 pushtag (TYPE_IDENTIFIER (t), t, /*tag_scope=*/ts_current); in begin_class_definition()
Ddecl.c9690 if (scope == ts_current && DECL_SELF_REFERENCE_P (decl)) in lookup_and_check_tag()
9778 if (scope != ts_current && t && current_class_type in xref_tag()
10106 /*tag_scope=*/ts_current, in start_enum()
10124 enumtype = pushtag (name, enumtype, /*tag_scope=*/ts_current); in start_enum()
Dpt.c4812 pushtag (DECL_NAME (template), t, /*tag_scope=*/ts_current); in lookup_template_class()
5883 pushtag (name, newtag, /*tag_scope=*/ts_current); in instantiate_class_template()
6031 /*tag_scope=*/ts_current); in instantiate_class_template()
Dparser.c10365 ts = ts_current; in cp_parser_elaborated_type_specifier()
13572 type = xref_tag (class_key, id, /*tag_scope=*/ts_current, in cp_parser_class_head()
DChangeLog6315 tinfo_base_init, emit_support_tinfos): Use ts_current instead of