Searched refs:TOK_KEY_CONST (Results 1 – 12 of 12) sorted by relevance
/dports/lang/gravity/gravity-0.8.5/src/compiler/ |
H A D | gravity_token.c | 54 case TOK_KEY_CONST: return "const"; in token_name() 203 if (string_casencmp(buffer, "const", len) == 0) return TOK_KEY_CONST; in token_keyword() 255 return ((token == TOK_KEY_CONST) || (token == TOK_KEY_VAR)); in token_isvariable_declaration()
|
H A D | gravity_token.h | 72 …ILE, TOK_KEY_INTERNAL, TOK_KEY_PUBLIC, TOK_KEY_STATIC, TOK_KEY_EXTERN, TOK_KEY_LAZY, TOK_KEY_CONST, enumerator
|
H A D | gravity_parser.c | 2379 …case TOK_KEY_CONST: return parse_variable_declaration(parser, true, access_specifier, storage_spec… in parse_declaration_statement()
|
/dports/lang/nwcc/nwcc_0.8.3/cpp/ |
H A D | token.h | 238 #define TOK_KEY_CONST 157 macro 308 (val) == TOK_KEY_CONST || \
|
H A D | defs.c | 110 { "const", TOK_KEY_CONST, 0, C89 }, 156 { "__const", TOK_KEY_CONST, 0, C89 },
|
H A D | type.c | 705 case TOK_KEY_CONST: 1364 && ty->tlist->ptrarg == TOK_KEY_CONST) {
|
H A D | expr.c | 2719 || t->type == TOK_KEY_CONST /* XXX honor this */
|
/dports/lang/nwcc/nwcc_0.8.3/ |
H A D | token.h | 240 #define TOK_KEY_CONST 157 macro 310 (val) == TOK_KEY_CONST || \
|
H A D | defs.c | 108 { "const", TOK_KEY_CONST, 0, C89 }, 154 { "__const", TOK_KEY_CONST, 0, C89 },
|
H A D | type.c | 745 case TOK_KEY_CONST: 1404 && ty->tlist->ptrarg == TOK_KEY_CONST) {
|
H A D | decl.c | 101 TOK_KEY_CONST, in find_ident() 462 case TOK_KEY_CONST: in get_base_type() 1602 } else if (t->type == TOK_KEY_CONST
|
H A D | expr.c | 2734 || t->type == TOK_KEY_CONST /* XXX honor this */
|