Searched defs:check_cycle_lhs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c57 static void check_cycle_lhs(struct node *stmtnp, struct node *arrow);
816 check_cycle_lhs(rhs, np->u.stmt.np);
822 * check_cycle_lhs -- find the lhs of an arrow for cycle checking
826 check_cycle_lhs(struct node *stmtnp, struct node *arrow) function
835 check_cycle_lhs(stmtnp, arrow->u.arrow.lhs);

Completed in 46 milliseconds