Home | History | Annotate | Download | only in src

Lines Matching refs:child_node

556 				ListNode * const child_node = child_list->next;
558 if (child_node->refcount < -1) {
559 list_remove_free(child_node, free_value, NULL);
595 const ListNode *child_node;
599 for (child_node = child_list->next; child_node != child_list;
600 child_node = child_node->next) {
601 const SourceLocation * const location = child_node->value;