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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/plugin/
H A Dselfassign.c237 tree fdecl = gimple_call_fndecl (stmt); local
238 if (fdecl && (DECL_NAME (fdecl) == maybe_get_identifier ("operator=")))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/plugin/
H A Dselfassign.c237 tree fdecl = gimple_call_fndecl (stmt); local
238 if (fdecl && (DECL_NAME (fdecl) == maybe_get_identifier ("operator=")))
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dclass.c735 build_static_field_ref (fdecl)
736 tree fdecl;
738 tree fclass = DECL_CONTEXT (fdecl);
742 if (DECL_RTL (fdecl) == 0)
745 make_decl_rtl (fdecl, NULL, 1);
748 DECL_EXTERNAL (fdecl) = 1;
750 return fdecl;
772 if (fld == fdecl)
776 IDENTIFIER_POINTER (DECL_NAME (fdecl)));
788 return fold (build1 (INDIRECT_REF, TREE_TYPE(fdecl), re
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Dclass.c1221 build_fieldref_cache_entry (int index, tree fdecl ATTRIBUTE_UNUSED)
1244 build_static_field_ref (tree fdecl) argument
1246 tree fclass = DECL_CONTEXT (fdecl);
1255 || (FIELD_FINAL (fdecl) && DECL_INITIAL (fdecl) != NULL_TREE
1256 && (JSTRING_TYPE_P (TREE_TYPE (fdecl))
1257 || JNUMERIC_TYPE_P (TREE_TYPE (fdecl)))
1258 && TREE_CONSTANT (DECL_INITIAL (fdecl)))))
1261 DECL_EXTERNAL (fdecl) = 1;
1268 *(fdecl **)((__builtin_expec
1436 make_field_value(tree fdecl) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dclass.c1466 alter_access (t, binfo, fdecl, access)
1469 tree fdecl;
1472 tree elem = purpose_member (t, DECL_ACCESS (fdecl));
1477 if (TREE_CODE (TREE_TYPE (fdecl)) == FUNCTION_DECL)
1478 cp_error_at ("conflicting access specifications for method `%D', ignored", TREE_TYPE (fdecl));
1481 IDENTIFIER_POINTER (DECL_NAME (fdecl)));
1492 enforce_access (binfo, fdecl);
1493 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCESS (fdecl));
1515 tree fdecl, binf
1514 tree fdecl, binfo; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dclass.c1268 alter_access (tree t, tree fdecl, tree access)
1272 if (!DECL_LANG_SPECIFIC (fdecl))
1273 retrofit_lang_decl (fdecl);
1275 gcc_assert (!DECL_DISCRIMINATOR_P (fdecl));
1277 elem = purpose_member (t, DECL_ACCESS (fdecl));
1282 if (TREE_CODE (TREE_TYPE (fdecl)) == FUNCTION_DECL)
1284 " %q+D, ignored", TREE_TYPE (fdecl));
1287 DECL_NAME (fdecl));
1298 perform_or_defer_access_check (TYPE_BINFO (t), fdecl, fdecl,
1266 alter_access(tree t, tree fdecl, tree access) argument
1296 perform_or_defer_access_check (TYPE_BINFO (t), fdecl, fdecl, local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c3060 bitpos_of_field (const tree fdecl) argument
3062 if (!tree_fits_shwi_p (DECL_FIELD_OFFSET (fdecl))
3063 || !tree_fits_shwi_p (DECL_FIELD_BIT_OFFSET (fdecl)))
3066 return (tree_to_shwi (DECL_FIELD_OFFSET (fdecl)) * BITS_PER_UNIT
3067 + tree_to_shwi (DECL_FIELD_BIT_OFFSET (fdecl)));
H A Dtree-cfg.c8507 tree fdecl, ftype;
8540 fdecl = gimple_call_fndecl (g);
8547 if (fdecl)
8551 fdecl);
8506 tree fdecl, ftype; local
H A Dgimplify.c3563 zero_sized_field_decl (const_tree fdecl)
3565 if (TREE_CODE (fdecl) == FIELD_DECL && DECL_SIZE (fdecl)
3566 && integer_zerop (DECL_SIZE (fdecl)))
3560 zero_sized_field_decl(const_tree fdecl) argument

Completed in 312 milliseconds