Searched refs:ast_plus (Results 1 – 6 of 6) sorted by relevance
86 assert((oper >= ast_plus) && (oper <= ast_logic_not)); in ast_expression_bin()
140 ast_plus, /**< Unary + operator. */ enumerator
350 case ast_plus: in print()
456 '+' { $$ = ast_plus; }
917 case ast_plus: in hir()
3115 { (yyval.n) = ast_plus; ;}