Searched refs:ts_current (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | rtti.c | 142 /*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()
|
| D | name-lookup.h | 129 ts_current = 0, /* Current scope only. This is for the enumerator
|
| D | name-lookup.c | 4085 && (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()
|
| D | semantics.c | 2167 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()
|
| D | decl.c | 9690 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()
|
| D | pt.c | 4812 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()
|
| D | parser.c | 10365 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()
|
| D | ChangeLog | 6315 tinfo_base_init, emit_support_tinfos): Use ts_current instead of
|