Searched refs:RID_CONST (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
H A Dlex.c198 { "__const", RID_CONST, 0 },
199 { "__const__", RID_CONST, 0 },
227 { "const", RID_CONST, 0 },
H A Dparser.c10177 case RID_CONST:
12538 case RID_CONST:
/freebsd-12-stable/contrib/gcc/
H A Dc-common.h51 RID_UNSIGNED, RID_LONG, RID_CONST, RID_EXTERN, enumerator in enum:rid
H A Dc-parser.c129 { "__const", RID_CONST, 0 },
130 { "__const__", RID_CONST, 0 },
154 { "const", RID_CONST, 0 },
570 case RID_CONST:
644 case RID_CONST:
1817 case RID_CONST:
3048 case RID_CONST:
4410 else if (c_parser_next_token_is_keyword (parser, RID_CONST)
6992 case RID_CONST:
H A Dc-decl.c8351 case RID_CONST:

Completed in 221 milliseconds