Searched refs:gen_neg (Results 1 – 4 of 4) sorted by relevance
294 struct arth *gen_neg(compiler_state_t *, struct arth *);
699 | '-' arth %prec UMINUS { $$ = gen_neg(cstate, $2); }
3145 { (yyval.a) = gen_neg(cstate, (yyvsp[0].a)); } in yyparse()
7261 gen_neg(compiler_state_t *cstate, struct arth *a) in gen_neg() function