Searched refs:gen_less (Results 1 – 3 of 3) sorted by relevance
313 struct block *gen_less(compiler_state_t *, int);
547 | LESS NUM { CHECK_PTR_VAL(($$ = gen_less(cstate, $2))); }
7845 gen_less(compiler_state_t *cstate, int n) in gen_less() function