Home
last modified time | relevance | path

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

/dports/lang/gravity/gravity-0.8.5/src/compiler/
H A Dgravity_token.c54 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 Dgravity_token.h72 …ILE, TOK_KEY_INTERNAL, TOK_KEY_PUBLIC, TOK_KEY_STATIC, TOK_KEY_EXTERN, TOK_KEY_LAZY, TOK_KEY_CONST, enumerator
H A Dgravity_parser.c2379 …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 Dtoken.h238 #define TOK_KEY_CONST 157 macro
308 (val) == TOK_KEY_CONST || \
H A Ddefs.c110 { "const", TOK_KEY_CONST, 0, C89 },
156 { "__const", TOK_KEY_CONST, 0, C89 },
H A Dtype.c705 case TOK_KEY_CONST:
1364 && ty->tlist->ptrarg == TOK_KEY_CONST) {
H A Dexpr.c2719 || t->type == TOK_KEY_CONST /* XXX honor this */
/dports/lang/nwcc/nwcc_0.8.3/
H A Dtoken.h240 #define TOK_KEY_CONST 157 macro
310 (val) == TOK_KEY_CONST || \
H A Ddefs.c108 { "const", TOK_KEY_CONST, 0, C89 },
154 { "__const", TOK_KEY_CONST, 0, C89 },
H A Dtype.c745 case TOK_KEY_CONST:
1404 && ty->tlist->ptrarg == TOK_KEY_CONST) {
H A Ddecl.c101 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 Dexpr.c2734 || t->type == TOK_KEY_CONST /* XXX honor this */