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

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-runtime-hooks.h71 tree (*get_class_super_ref) (location_t, struct imp_entry *, bool);
73 tree (*get_category_super_ref) (location_t, struct imp_entry *, bool);
H A Dobjc-gnu-runtime-abi-01.c115 static tree gnu_runtime_abi_01_get_class_super_ref (location_t, struct imp_entry *, bool);
116 static tree gnu_runtime_abi_01_get_category_super_ref (location_t, struct imp_entry *, bool);
823 struct imp_entry *imp, bool inst_meth)
845 struct imp_entry *imp, bool inst_meth)
1035 handle_impent (struct imp_entry *impent)
1430 generate_category (struct imp_entry *impent)
1630 generate_class_structures (struct imp_entry *impent)
1930 struct imp_entry *impent;
2074 struct imp_entry *impent;
H A Dobjc-act.h281 struct GTY(()) imp_entry {
282 struct imp_entry *next;
290 extern GTY(()) struct imp_entry *imp_list;
H A Dobjc-next-runtime-abi-01.c134 static tree next_runtime_abi_01_get_class_super_ref (location_t, struct imp_entry *, bool);
135 static tree next_runtime_abi_01_get_category_super_ref (location_t, struct imp_entry *, bool);
943 struct imp_entry *imp, bool inst_meth)
965 struct imp_entry *imp, bool inst_meth)
1755 generate_v1_category (struct imp_entry *impent)
2011 generate_v1_class_structs (struct imp_entry *impent)
2153 struct imp_entry *impent;
2304 handle_next_impent (struct imp_entry *impent ATTRIBUTE_UNUSED)
2350 struct imp_entry *impent;
H A Dobjc-next-runtime-abi-02.c219 static tree next_runtime_abi_02_get_class_super_ref (location_t, struct imp_entry *, bool);
220 static tree next_runtime_abi_02_get_category_super_ref (location_t, struct imp_entry *, bool);
1451 struct imp_entry *imp, bool inst_meth)
1498 struct imp_entry *imp, bool inst_meth)
2697 generate_v2_category (struct imp_entry *impent)
3093 generate_v2_class_structs (struct imp_entry *impent)
3350 struct imp_entry *impent;
3517 struct imp_entry *t;
H A Dobjc-act.c242 struct imp_entry *imp_list = 0;
634 struct imp_entry *t;
4592 /* The 'imp_list' variable points at an imp_entry record for the current
4667 struct imp_entry *impent;
7045 struct imp_entry *imp_entry;
7060 imp_entry = ggc_alloc<struct imp_entry> ();
7062 imp_entry->next = imp_list;
7063 imp_entry
7041 struct imp_entry *imp_entry; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c449 struct imp_entry
451 struct imp_entry *next;
458 static void handle_impent PROTO((struct imp_entry *));
460 static struct imp_entry *imp_list = 0;
1527 struct imp_entry *impent;
1616 struct imp_entry *impent;
6323 struct imp_entry *imp_entry;
6338 if (!(imp_entry
6339 = (struct imp_entry *) xmallo
447 struct imp_entry struct
6306 struct imp_entry *imp_entry; local
[all...]

Completed in 141 milliseconds