Searched defs:arrow (Results 1 – 4 of 4) sorted by relevance
106 struct arrow { struct107 struct bubble *head;108 struct bubble *tail;110 struct node *pnode;111 struct constraintlist {115 } *constraints;116 int forever_false:1;117 int forever_true:1;118 int arrow_marked:1;119 int mark:11;[all …]
2034 itree_delete_arrow(struct bubble *bubp, struct arrow *arrow) in itree_delete_arrow()
826 check_cycle_lhs(struct node *stmtnp, struct node *arrow) in check_cycle_lhs()
248 } arrow; member