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()
140 ast_plus, /**< Unary + operator. */ enumerator
552 case ast_plus: in print()
580 '+' { $$ = ast_plus; }
1050 case ast_plus: in hir()