Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c13802 enum tag_types class_key; in cp_parser_class_head() local
13820 class_key = cp_parser_class_key (parser); in cp_parser_class_head()
13821 if (class_key == none_type) in cp_parser_class_head()
14080 type = xref_tag (class_key, id, /*tag_scope=*/ts_current, in cp_parser_class_head()
14087 CLASSTYPE_DECLARED_CLASS (type) = (class_key == class_type); in cp_parser_class_head()
14088 cp_parser_check_class_key (class_key, type); in cp_parser_class_head()
17214 cp_parser_check_class_key (enum tag_types class_key, tree type) in cp_parser_check_class_key() argument
17216 if ((TREE_CODE (type) == UNION_TYPE) != (class_key == union_type)) in cp_parser_check_class_key()
17218 class_key == union_type ? "union" in cp_parser_check_class_key()
17219 : class_key == record_type ? "struct" : "class", in cp_parser_check_class_key()