Searched refs:RID_AT_END (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | lex.c | 294 { "end", RID_AT_END, D_OBJC },
|
| D | parser.c | 6757 || token->keyword == RID_AT_END))) in cp_parser_statement_seq_opt() 18170 while (token->keyword != RID_AT_END && token->type != CPP_EOF) in cp_parser_objc_method_prototype_list() 18193 cp_parser_require_keyword (parser, RID_AT_END, "`@end'"); in cp_parser_objc_method_prototype_list() 18205 while (token->keyword != RID_AT_END && token->type != CPP_EOF) in cp_parser_objc_method_definition_list() 18255 cp_parser_require_keyword (parser, RID_AT_END, "`@end'"); in cp_parser_objc_method_definition_list() 18569 case RID_AT_END: in cp_parser_objc_declaration()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | c-common.h | 94 RID_AT_ENCODE, RID_AT_END, enumerator
|
| D | c-parser.c | 190 { "end", RID_AT_END, D_OBJC }, 1244 case RID_AT_END: in c_parser_external_declaration() 6053 c_parser_require_keyword (parser, RID_AT_END, "expected %<@end%>"); in c_parser_objc_class_definition() 6087 c_parser_require_keyword (parser, RID_AT_END, "expected %<@end%>"); in c_parser_objc_class_definition() 6436 c_parser_require_keyword (parser, RID_AT_END, "expected %<@end%>"); in c_parser_objc_protocol_definition() 6568 if (c_parser_next_token_is_keyword (parser, RID_AT_END)) in c_parser_objc_interfacedecllist()
|