Searched refs:ast_plus (Results 1 – 5 of 5) sorted by relevance
85 assert((oper >= ast_plus) && (oper <= ast_logic_not)); in ast_expression_bin()
150 ast_plus, /**< Unary + operator. */ enumerator
1272 case ast_plus: in print()
1430 case ast_plus: in do_hir()2186 case ast_plus: in has_sequence_subexpression()
613 '+' { $$ = ast_plus; }