Searched refs:child_node (Results 1 – 1 of 1) sorted by relevance
556 ListNode * const child_node = child_list->next; in remove_always_return_values() local558 if (child_node->refcount < -1) { in remove_always_return_values()559 list_remove_free(child_node, free_value, NULL); in remove_always_return_values()595 const ListNode *child_node; in check_for_leftover_values() local599 for (child_node = child_list->next; child_node != child_list; in check_for_leftover_values()600 child_node = child_node->next) { in check_for_leftover_values()601 const SourceLocation * const location = child_node->value; in check_for_leftover_values()