Searched refs:imp_entry (Results 1 – 6 of 6) sorted by relevance
153 struct imp_entry GTY(())155 struct imp_entry *next;162 extern GTY(()) struct imp_entry *imp_list;
336 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; local6313 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 …]
167 struct imp_entry GTY(())169 struct imp_entry *next;177 extern GTY(()) struct imp_entry *imp_list;
359 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() local7628 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 …]
302 (struct imp_entry): Add field has_cxx_cdtors.303 (struct imp_entry *imp_list): Add OCTI_UMSG_FAST_DECL,
9383 * objc/objc-act.c: (hashed_attribute, hashed_entry, imp_entry):