Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddebug.h353 bool (*typedef_type) (void *, const char *); member
Ddebug.c2440 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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/
DChangeLog-200826490 `typedef_type' and `type_as_written'.