Searched refs:imp_list (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h162 extern GTY(()) struct imp_entry *imp_list; variable in typeref:struct:imp_entry
H A Dobjc-act.c340 struct imp_entry *imp_list = 0;
1512 for (impent = imp_list; impent; impent = impent->next)
1522 for (impent = imp_list; impent; impent = impent->next)
1601 for (impent = imp_list; impent; impent = impent->next)
6332 imp_entry->next = imp_list;
6341 imp_list = imp_entry;
8293 if (imp_list || class_names_chain
8297 for (impent = imp_list; impent; impent = impent->next)
8357 for (impent = imp_list; impent; impent = impent->next)
338 struct imp_entry *imp_list = 0; variable in typeref:struct:imp_entry
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.h177 extern GTY(()) struct imp_entry *imp_list; variable in typeref:struct:imp_entry
H A Dobjc-act.c362 struct imp_entry *imp_list = 0;
2108 for (impent = imp_list; impent; impent = impent->next)
2118 for (impent = imp_list; impent; impent = impent->next)
2215 for (impent = imp_list; impent; impent = impent->next)
4566 /* The 'imp_list' variable points at an imp_entry record for the current
4571 imp_list->has_cxx_cdtors = (need_ctor || need_dtor);
5364 for (impent = imp_list; impent; impent = impent->next)
7647 imp_entry->next = imp_list;
7657 imp_list = imp_entry;
9175 if (imp_list || class_names_chai
361 struct imp_entry *imp_list = 0; variable in typeref:struct:imp_entry
[all...]

Completed in 98 milliseconds