Lines Matching defs:token
49 #define check_token(token, lex, type) if ( (token) != (type) ) \ argument
56 #define is_base_type(token) ((token) == finsh_token_type_void \ argument
63 #define next_token(token, lex) (token) = finsh_token_token(lex) argument
66 #define match_token(token, lex, type) next_token(token, lex); \ argument
79 enum finsh_token_type token; in proc_variable_decl() local
257 enum finsh_token_type token; in proc_type() local
380 enum finsh_token_type token; in proc_identifier() local
395 enum finsh_token_type token; in proc_expr_statement() local
425 enum finsh_token_type token; in proc_assign_expr() local
450 enum finsh_token_type token; in proc_inclusive_or_expr() local
477 enum finsh_token_type token; in proc_exclusive_or_expr() local
502 enum finsh_token_type token; in proc_and_expr() local
530 enum finsh_token_type token; in proc_shift_expr() local
570 enum finsh_token_type token; in proc_additive_expr() local
611 enum finsh_token_type token; in proc_multiplicative_expr() local
658 enum finsh_token_type token; in proc_cast_expr() local
693 enum finsh_token_type token; in proc_unary_expr() local
741 enum finsh_token_type token; in proc_postfix_expr() local
797 enum finsh_token_type token; in proc_primary_expr() local
847 enum finsh_token_type token; in proc_param_list() local
899 enum finsh_token_type token; in finsh_parser_run() local