Searched refs:lookup_struct (Results 1 – 5 of 5) sorted by relevance
1012 extern struct type *lookup_struct (const char *, const struct block *);
821 { $$ = lookup_struct (copy_name ($2),824 { $$ = lookup_struct (copy_name ($2),
1269 { $$ = lookup_struct (copy_name ($2),1283 { $$ = lookup_struct (copy_name ($2),
1248 lookup_struct (const char *name, const struct block *block) in lookup_struct() function
723 type = lookup_struct (type_name + 7, NULL); in typy_lookup_typename()