Lines Matching refs:map_head
216 static void remove_always_return_values(ListNode * const map_head,
219 const ListNode * const map_head, const char * const error_message,
668 static void remove_always_return_values(ListNode * const map_head,
671 assert_non_null(map_head);
673 current = map_head->next;
674 while (current != map_head) {
706 const ListNode * const map_head, const char * const error_message,
710 assert_non_null(map_head);
713 for (current = map_head->next; current != map_head;