Searched refs:C_RID_CODE (Results 1 – 21 of 21) sorted by relevance
317 tree rid = ridpointers[C_RID_CODE (node)];3586 enum rid i = C_RID_CODE (id);4300 if (C_RID_CODE (qualifier) == RID_CONST)4302 else if (C_RID_CODE (qualifier) == RID_VOLATILE)4304 else if (C_RID_CODE (qualifier) == RID_RESTRICT)4456 if (C_RID_CODE (qualifier) == RID_CONST)4458 else if (C_RID_CODE (qualifier) == RID_VOLATILE)4460 else if (C_RID_CODE (qualifier) == RID_RESTRICT)
173 #define C_RID_CODE(id) (((struct c_common_identifier *) (id))->node.rid_code) macro
662 { $$ = fname_decl (C_RID_CODE ($$), $$); }3566 C_RID_CODE (id) = reswords[i].rid;3614 enum rid rid_code = C_RID_CODE (yylval.ttype);3820 && OBJC_IS_AT_KEYWORD (C_RID_CODE (after_at)))3824 return rid_to_yy [(int) C_RID_CODE (after_at)];
3191 * c-common.h: Include cpplib.h. Define C_RID_CODE and3198 (C_RID_CODE): Delete.3217 (C_RID_CODE, cpp_make_node): New.3238 (C_RID_CODE): Remove.
9481 (C_IS_RESERVED_WORD, C_RID_CODE): New.
7617 (C_RID_CODE): Use ->node.rid_code instead of ->rid_code.
323 C_RID_CODE (id) = reswords[i].rid; in init_reswords()
2063 decl = fname_decl (C_RID_CODE (id), id); in finish_fname()
437 token->keyword = C_RID_CODE (token->u.value); in cp_lexer_get_preprocessor_token()454 switch (C_RID_CODE (token->u.value)) in cp_lexer_get_preprocessor_token()464 default: token->keyword = C_RID_CODE (token->u.value); in cp_lexer_get_preprocessor_token()
1969 (C_RID_CODE): Remove.
1289 (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
167 #define C_RID_CODE(id) (((struct c_common_identifier *) (id))->node.rid_code) macro
471 tree rid = ridpointers[C_RID_CODE (node)]; in c_print_identifier()7207 i = C_RID_CODE (qual); in declspecs_add_qual()7246 enum rid i = C_RID_CODE (type); in declspecs_add_type()7622 i = C_RID_CODE (scspec); in declspecs_add_scspec()
248 C_RID_CODE (id) = reswords[i].rid; in c_parse_init()354 enum rid rid_code = C_RID_CODE (token->value); in c_lex_one_token()408 token->keyword = C_RID_CODE (token->value); in c_lex_one_token()
1267 C_RID_CODE (id) = reswords[i].rid; in treelang_init_decl_processing()
575 C_RID_CODE (id) = reswords[i].rid; in init_reswords()
211 pyylval->ttype = ridpointers[C_RID_CODE (id)];
1472 decl = fname_decl (C_RID_CODE (id), id); in finish_fname()
291 #define C_RID_YYCODE(ID) rid_to_yy[C_RID_CODE (ID)]
7946 (C_RID_CODE): Remove.11161 (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
771 unsigned char code = C_RID_CODE (ident); in objc_is_reserved_word()