Searched refs:LEXER_DECREASE (Results 1 – 4 of 4) sorted by relevance
51 ((token_type) >= LEXER_PLUS && (token_type) <= LEXER_DECREASE)53 ((token_type) >= LEXER_KEYW_DELETE && (token_type) <= LEXER_DECREASE)66 LEXER_DECREASE, /**< "--" */ enumerator
2250 && (context_p->token.type == LEXER_INCREASE || context_p->token.type == LEXER_DECREASE) in parser_process_unary_expression()2277 && last_unary_token != LEXER_DECREASE) in parser_process_unary_expression()
1707 LEXER_ASSIGN_SUBTRACT, LIT_CHAR_MINUS, LEXER_DECREASE) in lexer_next_token()
338 case LEXER_DECREASE: in scanner_scan_post_primary_expression()