Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDclass.c1119 alter_access (tree t, tree fdecl, tree access) in alter_access() argument
1123 if (!DECL_LANG_SPECIFIC (fdecl)) in alter_access()
1124 retrofit_lang_decl (fdecl); in alter_access()
1126 gcc_assert (!DECL_DISCRIMINATOR_P (fdecl)); in alter_access()
1128 elem = purpose_member (t, DECL_ACCESS (fdecl)); in alter_access()
1133 if (TREE_CODE (TREE_TYPE (fdecl)) == FUNCTION_DECL) in alter_access()
1135 " %q+D, ignored", TREE_TYPE (fdecl)); in alter_access()
1138 DECL_NAME (fdecl)); in alter_access()
1149 perform_or_defer_access_check (TYPE_BINFO (t), fdecl, fdecl); in alter_access()
1150 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCESS (fdecl)); in alter_access()
/trueos/contrib/gcc/
HDc-common.c6315 tree fdecl, ftype; in c_warn_unused_result() local
6350 fdecl = get_callee_fndecl (t); in c_warn_unused_result()
6351 if (fdecl) in c_warn_unused_result()
6352 ftype = TREE_TYPE (fdecl); in c_warn_unused_result()
6362 if (fdecl) in c_warn_unused_result()
6365 EXPR_LOCUS (t), fdecl); in c_warn_unused_result()
HDtree-flow.h325 struct function_ann_d GTY((tag ("FUNCTION_ANN"))) fdecl;
HDtree-ssa-structalias.c2349 bitpos_of_field (const tree fdecl) in bitpos_of_field() argument
2352 if (TREE_CODE (DECL_FIELD_OFFSET (fdecl)) != INTEGER_CST in bitpos_of_field()
2353 || TREE_CODE (DECL_FIELD_BIT_OFFSET (fdecl)) != INTEGER_CST) in bitpos_of_field()
2356 return (tree_low_cst (DECL_FIELD_OFFSET (fdecl), 1) * 8) in bitpos_of_field()
2357 + tree_low_cst (DECL_FIELD_BIT_OFFSET (fdecl), 1); in bitpos_of_field()
HDgimplify.c2821 zero_sized_field_decl (tree fdecl) in zero_sized_field_decl() argument
2823 if (TREE_CODE (fdecl) == FIELD_DECL && DECL_SIZE (fdecl) in zero_sized_field_decl()
2824 && integer_zerop (DECL_SIZE (fdecl))) in zero_sized_field_decl()