Searched refs:gen_loadlen (Results 1 – 4 of 4) sorted by relevance
304 struct arth *gen_loadlen(compiler_state_t *);
761 | LEN { CHECK_PTR_VAL(($$ = gen_loadlen(cstate))); }
3270 { CHECK_PTR_VAL(((yyval.a) = gen_loadlen(cstate))); } in yyparse()
7621 gen_loadlen(compiler_state_t *cstate) in gen_loadlen() function