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()
145 ast_plus, /**< Unary + operator. */ enumerator
1209 case ast_plus: in print()
1413 case ast_plus: in do_hir()2116 case ast_plus: in has_sequence_subexpression()
595 '+' { $$ = ast_plus; }