Searched refs:RID_CONST (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | lex.c | 197 { "__const", RID_CONST, 0 }, 198 { "__const__", RID_CONST, 0 }, 226 { "const", RID_CONST, 0 },
|
| D | parser.c | 9757 case RID_CONST: in cp_parser_type_specifier() 12029 case RID_CONST: in cp_parser_cv_qualifier_seq_opt()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/treelang/ |
| D | treetree.c | 1184 { "__const", RID_CONST, 0 }, 1185 { "__const__", RID_CONST, 0 }, 1216 { "const", RID_CONST, 0 },
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | lex.c | 344 { "__const", RID_CONST, 0 }, 345 { "__const__", RID_CONST, 0 }, 373 { "const", RID_CONST, 0 }, 1537 if (rid == ridpointers[(int) RID_CONST])
|
| D | decl.c | 7546 || value == ridpointers[(int) RID_CONST] 11233 if (RIDBIT_SETP (RID_CONST, specbits)) 11749 if (qualifier == ridpointers[(int) RID_CONST])
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-parser.c | 118 { "__const", RID_CONST, 0 }, 119 { "__const__", RID_CONST, 0 }, 143 { "const", RID_CONST, 0 }, 516 case RID_CONST: in c_token_starts_typename() 590 case RID_CONST: in c_token_starts_declspecs() 1667 case RID_CONST: in c_parser_declspecs() 2868 case RID_CONST: in c_parser_attributes() 4132 else if (c_parser_next_token_is_keyword (parser, RID_CONST) in c_parser_asm_statement() 6405 case RID_CONST: in c_parser_objc_selector()
|
| D | c-common.h | 51 RID_UNSIGNED, RID_LONG, RID_CONST, RID_EXTERN, enumerator
|
| D | c-decl.c | 7210 case RID_CONST: in declspecs_add_qual()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-common.h | 56 RID_UNSIGNED, RID_LONG, RID_CONST, RID_EXTERN, enumerator
|
| D | c-decl.c | 3603 if (i == RID_CONST || i == RID_VOLATILE || i == RID_RESTRICT) 3845 constp = !! (specbits & 1 << (int) RID_CONST) + TYPE_READONLY (type); 4300 if (C_RID_CODE (qualifier) == RID_CONST) 4456 if (C_RID_CODE (qualifier) == RID_CONST)
|
| D | c-parse.in | 3320 { "__const", RID_CONST, 0 }, 3321 { "__const__", RID_CONST, 0 }, 3353 { "const", RID_CONST, 0 }, 3422 /* RID_CONST */ TYPE_QUAL,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/objc/ |
| D | objc-act.c | 4547 && (node == ridpointers [(int) RID_CONST] 6533 if (ridpointers[(int) RID_CONST] == TREE_VALUE (spec))
|