Searched refs:LEXER_PLUS (Results 1 – 2 of 2) sorted by relevance
51 ((token_type) >= LEXER_PLUS && (token_type) <= LEXER_DECREASE)55 LEXER_PLUS, /**< "+" */ enumerator225 ((((token_type) - LEXER_PLUS) * 2) + CBC_PLUS)
1529 context_p->token.type = LEXER_PLUS; in parser_parse_unary_expression()1675 if ((context_p->stack_top_uint8 == LEXER_PLUS || context_p->stack_top_uint8 == LEXER_NEGATE) in parser_parse_unary_expression()1686 while (context_p->stack_top_uint8 == LEXER_PLUS in parser_parse_unary_expression()