Searched refs:follow_types (Results 1 – 4 of 4) sorted by relevance
173 extern struct type *follow_types (struct type *);
802 { $$ = follow_types ($1); }804 { $$ = follow_types ($1); }806 { $$ = follow_types ($1); }
892 { $$ = follow_types ($2); }894 { $$ = follow_types ($1); }1004 { $$ = follow_types ($1); }
1191 follow_types (struct type *follow_type) in follow_types() function