Searched refs:tree_function_decl (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree.h3168 struct tree_function_decl GTY(())
3293 struct tree_function_decl GTY ((tag ("TS_FUNCTION_DECL"))) function_decl;
3155 struct tree_function_decl GTY(()) function
H A Dtree.c342 return sizeof (struct tree_function_decl);
H A Dfold-const.c11933 struct tree_function_decl buf;
11939 <= sizeof (struct tree_function_decl))
11940 && sizeof (struct tree_type) <= sizeof (struct tree_function_decl));
/freebsd-10.1-release/contrib/gcc/cp/
H A Ddecl.c2004 sizeof (struct tree_function_decl) - sizeof (struct tree_decl_common));

Completed in 285 milliseconds