Searched refs:typedef_type (Results 1 – 7 of 7) sorted by relevance
353 bool (*typedef_type) (void *, const char *); member
2440 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
2441 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
11037 tree typedef_type = NULL_TREE; in grokdeclarator() local11475 typedef_type = type; in grokdeclarator()12988 if (type && typedef_type in grokdeclarator()12990 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type)) in grokdeclarator()12996 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE) in grokdeclarator()
11707 tree typedef_type = NULL_TREE; in grokdeclarator() local12164 typedef_type = type; in grokdeclarator()13695 if (type && typedef_type in grokdeclarator()13697 && TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (typedef_type)) in grokdeclarator()13703 if (type == typedef_type && TREE_CODE (type) == FUNCTION_TYPE) in grokdeclarator()
26490 `typedef_type' and `type_as_written'.