Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dipa-prop.h154 struct ipa_methodlist struct
157 struct ipa_methodlist *next_method; argument
161 typedef struct ipa_methodlist *ipa_methodlist_p;
Dipa-prop.c54 return (ipa_methodlist_p) xcalloc (1, sizeof (struct ipa_methodlist)); in ipa_create_methodlist_node()