Searched refs:attr_start (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | attribs.cc | 251 const char *attr_start = cln + 2; in handle_ignored_attributes_option() local 253 ptrdiff_t attr_len = strchr (attr_start, '\0') - attr_start; in handle_ignored_attributes_option() 279 if (!valid_p (attr_start, attr_len)) in handle_ignored_attributes_option() 284 canonicalize_attr_name (attr_start, attr_len); in handle_ignored_attributes_option() 285 tree attr_id = get_identifier_with_length (attr_start, attr_len); in handle_ignored_attributes_option()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 11984 location_t attr_start = c_parser_peek_token (parser)->location; in c_parser_objc_at_property_declaration() local 11996 location_t attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12004 attr_start = token->location; in c_parser_objc_at_property_declaration() 12006 location_t attr_comb = make_location (attr_start, attr_start, in c_parser_objc_at_property_declaration() 12062 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12073 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12088 attr_comb = make_location (attr_end, attr_start, in c_parser_objc_at_property_declaration() 12100 attr_comb = make_location (attr_start, attr_start, in c_parser_objc_at_property_declaration() 12104 attr_comb = make_location (attr_start, attr_start, in c_parser_objc_at_property_declaration()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 12048 location_t attr_start = c_parser_peek_token (parser)->location; in c_parser_objc_at_property_declaration() local 12060 location_t attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12068 attr_start = token->location; in c_parser_objc_at_property_declaration() 12070 location_t attr_comb = make_location (attr_start, attr_start, in c_parser_objc_at_property_declaration() 12126 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12137 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12152 attr_comb = make_location (attr_end, attr_start, in c_parser_objc_at_property_declaration() 12164 attr_comb = make_location (attr_start, attr_start, in c_parser_objc_at_property_declaration() 12168 attr_comb = make_location (attr_start, attr_start, in c_parser_objc_at_property_declaration()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 33733 location_t attr_start = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_objc_at_property_declaration() local 33742 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 33750 attr_start = token->location; in cp_parser_objc_at_property_declaration() 33752 attr_comb = make_location (attr_start, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 33787 error_at (attr_start, "unknown property attribute %qE", in cp_parser_objc_at_property_declaration() 33790 error_at (attr_start, "unknown property attribute"); in cp_parser_objc_at_property_declaration() 33798 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 33812 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 33830 attr_comb = make_location (attr_end, attr_start, in cp_parser_objc_at_property_declaration() 33842 attr_comb = make_location (attr_start, attr_start, in cp_parser_objc_at_property_declaration() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 36033 location_t attr_start = cp_lexer_peek_token (parser->lexer)->location; in cp_parser_objc_at_property_declaration() local 36042 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 36050 attr_start = token->location; in cp_parser_objc_at_property_declaration() 36052 attr_comb = make_location (attr_start, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 36091 error_at (attr_start, "unknown property attribute %qE", in cp_parser_objc_at_property_declaration() 36094 error_at (attr_start, "unknown property attribute"); in cp_parser_objc_at_property_declaration() 36102 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 36116 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 36134 attr_comb = make_location (attr_end, attr_start, in cp_parser_objc_at_property_declaration() 36146 attr_comb = make_location (attr_start, attr_start, in cp_parser_objc_at_property_declaration() [all …]
|