Searched refs:gen_multicast (Results 1 – 4 of 4) sorted by relevance
330 struct block *gen_multicast(compiler_state_t *, int);
579 | pqual TK_MULTICAST { CHECK_PTR_VAL(($$ = gen_multicast(cstate, $1))); }
2833 … { CHECK_PTR_VAL(((yyval.rblk) = gen_multicast(cstate, (yyvsp[-1].i)))); } in yyparse()
7995 gen_multicast(compiler_state_t *cstate, int proto) in gen_multicast() function