Searched refs:typedef_type (Results 1 – 6 of 6) sorted by relevance
356 bfd_boolean (*typedef_type) (void *, const char *); member
2432 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
2435 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
8389 tree typedef_type = NULL_TREE; in grokdeclarator() local8745 typedef_type = type; in grokdeclarator()9851 if (type && typedef_type in grokdeclarator()9853 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type)) in grokdeclarator()9859 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE) in grokdeclarator()
10157 tree typedef_type = NULL_TREE; in grokdeclarator() local10561 typedef_type = type; in grokdeclarator()11885 if (type && typedef_type in grokdeclarator()11887 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type)) in grokdeclarator()11893 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE) in grokdeclarator()