Searched refs:RID_MAX (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | c-common.c | 3294 record_builtin_type (RID_MAX, "long unsigned int", in c_common_nodes_and_builtins() 3297 record_builtin_type (RID_MAX, "unsigned long", long_unsigned_type_node); in c_common_nodes_and_builtins() 3298 record_builtin_type (RID_MAX, "long long int", in c_common_nodes_and_builtins() 3300 record_builtin_type (RID_MAX, "long long unsigned int", in c_common_nodes_and_builtins() 3303 record_builtin_type (RID_MAX, "long long unsigned", in c_common_nodes_and_builtins() 3306 record_builtin_type (RID_MAX, "short unsigned int", in c_common_nodes_and_builtins() 3309 record_builtin_type (RID_MAX, "unsigned short", in c_common_nodes_and_builtins() 3313 record_builtin_type (RID_MAX, "signed char", signed_char_type_node); in c_common_nodes_and_builtins() 3314 record_builtin_type (RID_MAX, "unsigned char", unsigned_char_type_node); in c_common_nodes_and_builtins() 3373 record_builtin_type (RID_MAX, "long double", long_double_type_node); in c_common_nodes_and_builtins()
|
| HD | c-common.h | 111 RID_MAX, enumerator
|
| HD | c-parser.c | 265 ridpointers = GGC_CNEWVEC (tree, (int) RID_MAX); in c_parse_init() 367 token->keyword = RID_MAX; in c_lex_one_token()
|
| /trueos/contrib/gcc/cp/ |
| HD | lex.c | 319 ridpointers = GGC_CNEWVEC (tree, (int) RID_MAX); in init_reswords()
|
| HD | decl.c | 2999 if ((int) rid_index < (int) RID_MAX) in record_builtin_type() 3054 record_builtin_type (RID_MAX, name, type); in record_builtin_java_type() 3209 record_builtin_type (RID_MAX, NULL, string_type_node); in cxx_init_decl_processing() 3247 record_builtin_type (RID_MAX, VTBL_PTR_TYPE, vtable_entry_type); in cxx_init_decl_processing() 3253 record_builtin_type (RID_MAX, NULL, vtbl_type_node); in cxx_init_decl_processing() 3256 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node); in cxx_init_decl_processing()
|
| HD | parser.c | 105 CPP_EOF, RID_MAX, 0, PRAGMA_NONE, 0, 0, false, 0, { NULL }, 420 token->keyword = RID_MAX; in cp_lexer_get_preprocessor_token() 449 token->keyword = RID_MAX; in cp_lexer_get_preprocessor_token() 666 tok->keyword = RID_MAX; in cp_lexer_purge_token() 700 tok->keyword = RID_MAX; in cp_lexer_purge_tokens_after() 4127 token->keyword = RID_MAX; in cp_parser_nested_name_specifier_opt() 7607 token2.keyword = RID_MAX; in cp_parser_declaration() 9379 token->keyword = RID_MAX; in cp_parser_template_id()
|
| HD | ChangeLog-2000 | 1281 (record_builtin_type, init_decl_processing): Use RID_MAX not 2445 * decl.c (record_builtin_type): Use CP_RID_MAX instead of RID_MAX. 2451 RID_MAX.
|
| HD | ChangeLog-1994 | 1347 RID_MAX as loop limit for finding declaration specifiers.
|
| HD | ChangeLog | 3791 not RID_MAX.
|