Searched refs:ipa_methodlist (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dipa-prop.h154 struct ipa_methodlist struct
157 struct ipa_methodlist *next_method;
161 typedef struct ipa_methodlist *ipa_methodlist_p;
163 /* ipa_methodlist interface. */
H A Dipa-prop.c38 - ipa_methodlist interface - It is used to create and handle a temporary
48 /* ipa_methodlist interface. */
54 return (ipa_methodlist_p) xcalloc (1, sizeof (struct ipa_methodlist));

Completed in 34 milliseconds