Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c8641 location_t type_location; member
8674 matched_assoc.type_location = UNKNOWN_LOCATION; in c_parser_generic_selection()
8730 assoc.type_location = token->location; in c_parser_generic_selection()
8754 error_at (assoc.type_location, in c_parser_generic_selection()
8757 error_at (assoc.type_location, in c_parser_generic_selection()
8761 error_at (assoc.type_location, in c_parser_generic_selection()
8785 error_at (assoc.type_location, in c_parser_generic_selection()
8787 inform (iter->type_location, "original %<default%> is here"); in c_parser_generic_selection()
8794 error_at (assoc.type_location, in c_parser_generic_selection()
8796 inform (iter->type_location, "compatible type is here"); in c_parser_generic_selection()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc8634 location_t type_location; member
8667 matched_assoc.type_location = UNKNOWN_LOCATION; in c_parser_generic_selection()
8723 assoc.type_location = token->location; in c_parser_generic_selection()
8747 error_at (assoc.type_location, in c_parser_generic_selection()
8750 error_at (assoc.type_location, in c_parser_generic_selection()
8754 error_at (assoc.type_location, in c_parser_generic_selection()
8778 error_at (assoc.type_location, in c_parser_generic_selection()
8780 inform (iter->type_location, "original %<default%> is here"); in c_parser_generic_selection()
8787 error_at (assoc.type_location, in c_parser_generic_selection()
8789 inform (iter->type_location, "compatible type is here"); in c_parser_generic_selection()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2648 (cp_declarator *, tree, location_t type_location);
3115 tree type, location_t type_location) in cp_parser_check_for_definition_in_return_type() argument
3128 error_at (type_location, in cp_parser_check_for_definition_in_return_type()
3130 inform (type_location, in cp_parser_check_for_definition_in_return_type()
5514 location_t type_location; in cp_parser_primary_expression() local
5527 type_location = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_primary_expression()
5548 = make_location (type_location, start_loc, finish_loc); in cp_parser_primary_expression()
7156 location_t type_location in cp_parser_postfix_expression() local
7166 = cp_build_vec_convert (expression, type_location, type, in cp_parser_postfix_expression()
20005 location_t id_location, type_location; in cp_parser_alias_declaration() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc2775 (cp_declarator *, tree, location_t type_location);
3268 tree type, location_t type_location) in cp_parser_check_for_definition_in_return_type() argument
3281 error_at (type_location, in cp_parser_check_for_definition_in_return_type()
3283 inform (type_location, in cp_parser_check_for_definition_in_return_type()
5794 location_t type_location; in cp_parser_primary_expression() local
5807 type_location = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_primary_expression()
5828 = make_location (type_location, start_loc, finish_loc); in cp_parser_primary_expression()
7519 location_t type_location in cp_parser_postfix_expression() local
7529 = cp_build_vec_convert (expression, type_location, type, in cp_parser_postfix_expression()
7543 location_t type_location in cp_parser_postfix_expression() local
[all …]
H A DChangeLog-20121967 (cp_decl_specifier_seq::{specs, type_location}): Remove.
H A DChangeLog-20102669 * cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.