Home
last modified time | relevance | path

Searched refs:RID_CONST (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dlex.c197 { "__const", RID_CONST, 0 },
198 { "__const__", RID_CONST, 0 },
226 { "const", RID_CONST, 0 },
Dparser.c9757 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/
Dtreetree.c1184 { "__const", RID_CONST, 0 },
1185 { "__const__", RID_CONST, 0 },
1216 { "const", RID_CONST, 0 },
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dlex.c344 { "__const", RID_CONST, 0 },
345 { "__const__", RID_CONST, 0 },
373 { "const", RID_CONST, 0 },
1537 if (rid == ridpointers[(int) RID_CONST])
Ddecl.c7546 || value == ridpointers[(int) RID_CONST]
11233 if (RIDBIT_SETP (RID_CONST, specbits))
11749 if (qualifier == ridpointers[(int) RID_CONST])
/openbsd/src/gnu/gcc/gcc/
Dc-parser.c118 { "__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()
Dc-common.h51 RID_UNSIGNED, RID_LONG, RID_CONST, RID_EXTERN, enumerator
Dc-decl.c7210 case RID_CONST: in declspecs_add_qual()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.h56 RID_UNSIGNED, RID_LONG, RID_CONST, RID_EXTERN, enumerator
Dc-decl.c3603 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)
Dc-parse.in3320 { "__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/
Dobjc-act.c4547 && (node == ridpointers [(int) RID_CONST]
6533 if (ridpointers[(int) RID_CONST] == TREE_VALUE (spec))