Searched refs:fdecl (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dclass.c1121 alter_access (tree t, tree fdecl, tree access)
1125 if (!DECL_LANG_SPECIFIC (fdecl))
1126 retrofit_lang_decl (fdecl);
1128 gcc_assert (!DECL_DISCRIMINATOR_P (fdecl));
1130 elem = purpose_member (t, DECL_ACCESS (fdecl));
1135 if (TREE_CODE (TREE_TYPE (fdecl)) == FUNCTION_DECL)
1137 " %q+D, ignored", TREE_TYPE (fdecl));
1140 DECL_NAME (fdecl));
1151 perform_or_defer_access_check (TYPE_BINFO (t), fdecl, fdecl);
1119 alter_access(tree t, tree fdecl, tree access) argument
1149 perform_or_defer_access_check (TYPE_BINFO (t), fdecl, fdecl); local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-flow.h325 struct function_ann_d GTY((tag ("FUNCTION_ANN"))) fdecl;
H A Dtree-ssa-structalias.c2349 bitpos_of_field (const tree fdecl) argument
2352 if (TREE_CODE (DECL_FIELD_OFFSET (fdecl)) != INTEGER_CST
2353 || TREE_CODE (DECL_FIELD_BIT_OFFSET (fdecl)) != INTEGER_CST)
2356 return (tree_low_cst (DECL_FIELD_OFFSET (fdecl), 1) * 8)
2357 + tree_low_cst (DECL_FIELD_BIT_OFFSET (fdecl), 1);
H A Dc-common.c6130 tree fdecl, ftype;
6165 fdecl = get_callee_fndecl (t);
6166 if (fdecl)
6167 ftype = TREE_TYPE (fdecl);
6177 if (fdecl)
6180 EXPR_LOCUS (t), fdecl);
6112 tree fdecl, ftype; local
H A Dgimplify.c2822 zero_sized_field_decl (tree fdecl)
2824 if (TREE_CODE (fdecl) == FIELD_DECL && DECL_SIZE (fdecl)
2825 && integer_zerop (DECL_SIZE (fdecl)))
2821 zero_sized_field_decl(tree fdecl) argument

Completed in 212 milliseconds