Searched refs:RID_LONG (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.h | 68 RID_UNSIGNED, RID_LONG, RID_CONST, RID_EXTERN, enumerator
|
| HD | c-common.c | 523 { "long", RID_LONG, 0 }, 4690 record_builtin_type (RID_LONG, "long int", long_integer_type_node); in c_common_nodes_and_builtins() 10614 case RID_LONG: in keyword_begins_type_specifier()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-common.h | 68 RID_UNSIGNED, RID_LONG, RID_CONST, RID_EXTERN, enumerator
|
| HD | c-common.c | 475 { "long", RID_LONG, 0 }, 3970 record_builtin_type (RID_LONG, "long int", long_integer_type_node); in c_common_nodes_and_builtins() 7514 case RID_LONG: in keyword_begins_type_specifier()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-parser.c | 476 case RID_LONG: in c_token_starts_typename() 631 case RID_LONG: in c_token_starts_declspecs() 2111 case RID_LONG: in c_parser_declspecs() 3435 case RID_LONG: in c_parser_attribute_any_word() 8025 case RID_LONG: in c_parser_objc_selector()
|
| HD | c-decl.c | 8897 case RID_LONG: in declspecs_add_type()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-parser.c | 480 case RID_LONG: in c_keyword_starts_typename() 657 case RID_LONG: in c_token_starts_declspecs() 2721 case RID_LONG: in c_parser_declspecs() 4215 case RID_LONG: in c_parser_attribute_any_word() 10449 case RID_LONG: in c_parser_objc_selector()
|
| HD | c-decl.c | 10022 case RID_LONG: in declspecs_add_type()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | parser.c | 887 case RID_LONG: in cp_lexer_next_token_is_decl_specifier_keyword() 13536 case RID_LONG: in cp_parser_simple_type_specifier() 13634 && token->keyword != RID_LONG)) in cp_parser_simple_type_specifier()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | parser.c | 963 case RID_LONG: in cp_keyword_starts_decl_specifier_p() 16980 case RID_LONG: in cp_parser_simple_type_specifier() 17148 && token->keyword != RID_LONG)) in cp_parser_simple_type_specifier()
|