Searched refs:gen_loadlen (Results 1 – 4 of 4) sorted by relevance
293 struct arth *gen_loadlen(compiler_state_t *);
701 | LEN { $$ = gen_loadlen(cstate); }
3157 { (yyval.a) = gen_loadlen(cstate); } in yyparse()
7224 gen_loadlen(compiler_state_t *cstate) in gen_loadlen() function