Searched refs:none_type (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 3158 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 D | cp-tree.h | 5200 none_type = 0, /* Not a tag type. */ enumerator
|
| H A D | decl.c | 8164 none_type, tf_warning_or_error); in get_tuple_element_type()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 3311 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 D | cp-tree.h | 5433 none_type = 0, /* Not a tag type. */ enumerator
|
| H A D | ChangeLog-2018 | 406 none_type.
|
| H A D | decl.cc | 8790 none_type, tf_warning_or_error); in get_tuple_element_type()
|
| H A D | module.cc | 8829 enum tag_types tag_type = none_type; in type_node()
|