Searched refs:gen_broadcast (Results 1 – 4 of 4) sorted by relevance
318 struct block *gen_broadcast(compiler_state_t *, int);
542 other: pqual TK_BROADCAST { $$ = gen_broadcast(cstate, $1); }
2727 { (yyval.rblk) = gen_broadcast(cstate, (yyvsp[-1].i)); } in yyparse()
7437 gen_broadcast(compiler_state_t *cstate, int proto) in gen_broadcast() function