Home
last modified time | relevance | path

Searched refs:imp_entry (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h153 struct imp_entry GTY(())
155 struct imp_entry *next;
162 extern GTY(()) struct imp_entry *imp_list;
H A Dobjc-act.c336 static void handle_impent PARAMS ((struct imp_entry *));
338 struct imp_entry *imp_list = 0;
1504 struct imp_entry *impent;
1593 struct imp_entry *impent; in forward_declare_categories()
6298 struct imp_entry *imp_entry; local
6313 imp_entry = (struct imp_entry *) ggc_alloc (sizeof (struct imp_entry));
6315 imp_entry->next = imp_list;
6316 imp_entry->imp_context = class;
6317 imp_entry->imp_template = implementation_template;
6320 imp_entry->class_decl = UOBJC_CLASS_decl;
[all …]
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.h167 struct imp_entry GTY(())
169 struct imp_entry *next;
177 extern GTY(()) struct imp_entry *imp_list;
H A Dobjc-act.c359 static void handle_impent (struct imp_entry *);
361 struct imp_entry *imp_list = 0;
2101 struct imp_entry *impent; in init_def_list()
2208 struct imp_entry *impent; in forward_declare_categories()
5352 struct imp_entry *impent; in mark_referenced_methods()
7611 struct imp_entry *imp_entry; in continue_class() local
7628 imp_entry = (struct imp_entry *) ggc_alloc (sizeof (struct imp_entry)); in continue_class()
7630 imp_entry->next = imp_list; in continue_class()
7631 imp_entry->imp_context = class; in continue_class()
7632 imp_entry->imp_template = implementation_template; in continue_class()
[all …]
H A DChangeLog302 (struct imp_entry): Add field has_cxx_cdtors.
303 (struct imp_entry *imp_list): Add OCTI_UMSG_FAST_DECL,
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.69383 * objc/objc-act.c: (hashed_attribute, hashed_entry, imp_entry):