Searched refs:children_ (Results 1 – 2 of 2) sorted by relevance
230 cl->children_ = NULL; in rmc_newclass()325 cl->next_ = parent->children_; in rmc_newclass()326 parent->children_ = cl; in rmc_newclass()498 if ((t = p->children_) == NULL) { in rmc_depth_recompute()522 if (cl->children_ == NULL) { in rmc_depth_recompute()526 if (t->children_ != NULL) in rmc_depth_recompute()551 ASSERT(cl->children_ == NULL); in rmc_delete_class()570 head = cl->parent_->children_; in rmc_delete_class()574 cl->parent_->children_ = NULL; in rmc_delete_class()856 if (cl->children_ != NULL) { in rmc_satisfied()[all …]
158 rm_class_t *children_; /* Children of this class */ member248 #define is_a_parent_class(cl) ((cl)->children_ != NULL)