Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-core.h1758 struct GTY(()) tree_function_decl { struct
1897 struct tree_function_decl GTY ((tag ("TS_FUNCTION_DECL"))) function_decl;
HDtree.c800 case FUNCTION_DECL: return sizeof (tree_function_decl); in tree_code_size()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree.h3546 struct GTY(()) tree_function_decl { struct
3711 struct tree_function_decl GTY ((tag ("TS_FUNCTION_DECL"))) function_decl;
HDtree.c649 return sizeof (struct tree_function_decl); in tree_code_size()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdecl.c2265 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common)); in duplicate_decls()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdecl.c2672 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common)); in duplicate_decls()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDgeneric.texi824 @item struct tree_function_decl