Searched refs:gen_less (Results 1 – 4 of 4) sorted by relevance
312 struct block *gen_less(compiler_state_t *, int);
529 | LESS NUM { $$ = gen_less(cstate, $2); }
2722 { (yyval.rblk) = gen_less(cstate, (yyvsp[0].i)); } in yyparse()
7216 gen_less(compiler_state_t *cstate, int n) in gen_less() function