Lines Matching refs:list
1999 struct ptr_list *list = head;
2005 for (i = 0; i < list->nr; i++) {
2006 struct symbol *sym = (struct symbol *) list->list[i];
2026 } while ((list = list->next) != head);
2699 * if the latter happens inside a list (it's legal, but likely to be
2737 * compound type <- initializer list in braces [6.7.8(16)]
2739 * us for individual elements of the list.
3569 void evaluate_symbol_list(struct symbol_list *list)
3573 FOR_EACH_PTR(list, sym) {