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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h153 struct imp_entry GTY(()) function
155 struct imp_entry *next;
162 extern GTY(()) struct imp_entry *imp_list;
H A Dobjc-act.c338 static void handle_impent PARAMS ((struct imp_entry *));
340 struct imp_entry *imp_list = 0;
1509 struct imp_entry *impent;
1598 struct imp_entry *impent;
6315 struct imp_entry *imp_entry;
6330 imp_entry = (struct imp_entry *) ggc_alloc (sizeof (struct imp_entry));
6332 imp_entry
6298 struct imp_entry *imp_entry; local
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.h167 struct imp_entry GTY(()) function
169 struct imp_entry *next;
177 extern GTY(()) struct imp_entry *imp_list;
H A Dobjc-act.c360 static void handle_impent (struct imp_entry *);
362 struct imp_entry *imp_list = 0;
2105 struct imp_entry *impent;
2212 struct imp_entry *impent;
4566 /* The 'imp_list' variable points at an imp_entry record for the current
5361 struct imp_entry *impent;
7628 struct imp_entry *imp_entry;
7645 imp_entry = (struct imp_entry *) ggc_allo
7611 struct imp_entry *imp_entry; local
[all...]

Completed in 132 milliseconds