Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-core.h1758 struct GTY(()) tree_function_decl { struct
1897 struct tree_function_decl GTY ((tag ("TS_FUNCTION_DECL"))) function_decl;
H A Dtree.c800 case FUNCTION_DECL: return sizeof (tree_function_decl); in tree_code_size()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.h3546 struct GTY(()) tree_function_decl { struct
3711 struct tree_function_decl GTY ((tag ("TS_FUNCTION_DECL"))) function_decl;
H A Dtree.c649 return sizeof (struct tree_function_decl); in tree_code_size()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c2265 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common)); in duplicate_decls()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dgeneric.texi824 @item struct tree_function_decl
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c2672 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common)); in duplicate_decls()