Home
last modified time | relevance | path

Searched refs:C_RID_CODE (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-decl.c317 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)
Dc-common.h173 #define C_RID_CODE(id) (((struct c_common_identifier *) (id))->node.rid_code) macro
Dc-parse.in662 { $$ = 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)];
DChangeLog.53191 * c-common.h: Include cpplib.h. Define C_RID_CODE and
3198 (C_RID_CODE): Delete.
3217 (C_RID_CODE, cpp_make_node): New.
3238 (C_RID_CODE): Remove.
DChangeLog.49481 (C_IS_RESERVED_WORD, C_RID_CODE): New.
DChangeLog.67617 (C_RID_CODE): Use ->node.rid_code instead of ->rid_code.
/openbsd/src/gnu/gcc/gcc/cp/
Dlex.c323 C_RID_CODE (id) = reswords[i].rid; in init_reswords()
Dsemantics.c2063 decl = fname_decl (C_RID_CODE (id), id); in finish_fname()
Dparser.c437 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()
DChangeLog-20011969 (C_RID_CODE): Remove.
DChangeLog-20001289 (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
/openbsd/src/gnu/gcc/gcc/
Dc-common.h167 #define C_RID_CODE(id) (((struct c_common_identifier *) (id))->node.rid_code) macro
Dc-decl.c471 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()
Dc-parser.c248 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()
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dtreetree.c1267 C_RID_CODE (id) = reswords[i].rid; in treelang_init_decl_processing()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dlex.c575 C_RID_CODE (id) = reswords[i].rid; in init_reswords()
Dspew.c211 pyylval->ttype = ridpointers[C_RID_CODE (id)];
Dsemantics.c1472 decl = fname_decl (C_RID_CODE (id), id); in finish_fname()
Dcp-tree.h291 #define C_RID_YYCODE(ID) rid_to_yy[C_RID_CODE (ID)]
DChangeLog7946 (C_RID_CODE): Remove.
11161 (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.c771 unsigned char code = C_RID_CODE (ident); in objc_is_reserved_word()