Home
last modified time | relevance | path

Searched refs:follow_types (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dparser-defs.h173 extern struct type *follow_types (struct type *);
Dobjc-exp.y802 { $$ = follow_types ($1); }
804 { $$ = follow_types ($1); }
806 { $$ = follow_types ($1); }
Dc-exp.y892 { $$ = follow_types ($2); }
894 { $$ = follow_types ($1); }
1004 { $$ = follow_types ($1); }
Dparse.c1191 follow_types (struct type *follow_type) in follow_types() function