Searched refs:gen_scode (Results 1 – 3 of 3) sorted by relevance
324 struct block *gen_scode(compiler_state_t *, const char *, struct qual);
462 nid: ID { CHECK_PTR_VAL($1); CHECK_PTR_VAL(($$.b = gen_scode(cstate, $1, $$.q = $<blk>0.q))); }
6943 gen_scode(compiler_state_t *cstate, const char *name, struct qual q) in gen_scode() function