Home
last modified time | relevance | path

Searched refs:typedef_type (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.h353 bool (*typedef_type) (void *, const char *); member
H A Ddebug.c2440 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h353 bool (*typedef_type) (void *, const char *); member
H A Ddebug.c2441 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c11037 tree typedef_type = NULL_TREE; in grokdeclarator() local
11475 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc11707 tree typedef_type = NULL_TREE; in grokdeclarator() local
12164 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200826490 `typedef_type' and `type_as_written'.