Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c3158 if (tag_type != none_type) in cp_parser_check_for_invalid_template_id()
3315 decl = cp_parser_lookup_name (parser, id, none_type, in cp_parser_diagnose_invalid_type_name()
5667 none_type, in cp_parser_primary_expression()
6577 none_type, in cp_parser_nested_name_specifier_opt()
6783 type_p ? class_type : none_type, in cp_parser_qualifying_entity()
15427 none_type, in cp_parser_mem_initializer_id()
16248 none_type, in cp_parser_default_template_template_argument()
16830 none_type, is_declaration); in cp_parser_template_id_expr()
17044 && tag_type == none_type) in cp_parser_template_name()
17262 none_type, in cp_parser_template_argument()
[all …]
H A Dcp-tree.h5200 none_type = 0, /* Not a tag type. */ enumerator
H A Ddecl.c8164 none_type, tf_warning_or_error); in get_tuple_element_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc3311 if (tag_type != none_type) in cp_parser_check_for_invalid_template_id()
3468 decl = cp_parser_lookup_name (parser, id, none_type, in cp_parser_diagnose_invalid_type_name()
5951 none_type, in cp_parser_primary_expression()
6913 none_type, in cp_parser_nested_name_specifier_opt()
7119 type_p ? class_type : none_type, in cp_parser_qualifying_entity()
16996 none_type, in cp_parser_mem_initializer_id()
17826 none_type, in cp_parser_default_template_template_argument()
18418 none_type, is_declaration); in cp_parser_template_id_expr()
18652 && tag_type == none_type) in cp_parser_template_name()
18667 && (template_keyword_p || tag_type != none_type) in cp_parser_template_name()
[all …]
H A Dcp-tree.h5433 none_type = 0, /* Not a tag type. */ enumerator
H A DChangeLog-2018406 none_type.
H A Ddecl.cc8790 none_type, tf_warning_or_error); in get_tuple_element_type()
H A Dmodule.cc8829 enum tag_types tag_type = none_type; in type_node()