Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/binutils/
H A Ddebug.h356 bfd_boolean (*typedef_type) (void *, const char *); member
H A Ddebug.c2432 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Ddebug.h356 bfd_boolean (*typedef_type) (void *, const char *); member
H A Ddebug.c2435 return (*fns->typedef_type) (fhandle, type->u.knamed->name->name); in debug_write_type()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c8389 tree typedef_type = NULL_TREE; in grokdeclarator() local
8745 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()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c10157 tree typedef_type = NULL_TREE; in grokdeclarator() local
10561 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()