| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | print-rtl-function.c | 228 tree fdecl = fn->decl; in print_rtx_function() local 230 const char *dname = lang_hooks.decl_printable_name (fdecl, 1); in print_rtx_function() 235 for (tree arg = DECL_ARGUMENTS (fdecl); arg; arg = DECL_CHAIN (arg)) in print_rtx_function()
|
| H A D | tree-pretty-print.c | 4347 dump_function_header (FILE *dump_file, tree fdecl, dump_flags_t flags) in dump_function_header() argument 4350 struct cgraph_node *node = cgraph_node::get (fdecl); in dump_function_header() 4351 struct function *fun = DECL_STRUCT_FUNCTION (fdecl); in dump_function_header() 4353 dname = lang_hooks.decl_printable_name (fdecl, 1); in dump_function_header() 4355 if (DECL_ASSEMBLER_NAME_SET_P (fdecl)) in dump_function_header() 4357 (DECL_ASSEMBLER_NAME (fdecl))); in dump_function_header() 4364 fprintf (dump_file, ", decl_uid=%d", DECL_UID (fdecl)); in dump_function_header()
|
| H A D | hsa-common.h | 1104 hsa_function_representation (tree fdecl, bool kernel_p,
|
| H A D | tree-ssa-structalias.c | 3113 bitpos_of_field (const tree fdecl) in bitpos_of_field() argument 3115 if (!tree_fits_shwi_p (DECL_FIELD_OFFSET (fdecl)) in bitpos_of_field() 3116 || !tree_fits_shwi_p (DECL_FIELD_BIT_OFFSET (fdecl))) in bitpos_of_field() 3119 return (tree_to_shwi (DECL_FIELD_OFFSET (fdecl)) * BITS_PER_UNIT in bitpos_of_field() 3120 + tree_to_shwi (DECL_FIELD_BIT_OFFSET (fdecl))); in bitpos_of_field()
|
| H A D | tree-cfg.c | 9507 tree fdecl, ftype; in do_warn_unused_result() local 9540 fdecl = gimple_call_fndecl (g); in do_warn_unused_result() 9547 if (fdecl) in do_warn_unused_result() 9551 fdecl); in do_warn_unused_result()
|
| H A D | hsa-gen.c | 204 (tree fdecl, bool kernel_p, unsigned ssa_names_count, bool modified_cfg) in hsa_function_representation() argument 211 m_decl (fdecl), m_internal_fn (NULL), m_shadow_reg (NULL), in hsa_function_representation()
|
| H A D | gimplify.c | 4623 zero_sized_field_decl (const_tree fdecl) in zero_sized_field_decl() argument 4625 if (TREE_CODE (fdecl) == FIELD_DECL && DECL_SIZE (fdecl) in zero_sized_field_decl() 4626 && integer_zerop (DECL_SIZE (fdecl))) in zero_sized_field_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | print-rtl-function.cc | 228 tree fdecl = fn->decl; in print_rtx_function() local 230 const char *dname = lang_hooks.decl_printable_name (fdecl, 1); in print_rtx_function() 235 for (tree arg = DECL_ARGUMENTS (fdecl); arg; arg = DECL_CHAIN (arg)) in print_rtx_function()
|
| H A D | tree-pretty-print.cc | 4566 dump_function_header (FILE *dump_file, tree fdecl, dump_flags_t flags) in dump_function_header() argument 4569 struct cgraph_node *node = cgraph_node::get (fdecl); in dump_function_header() 4570 struct function *fun = DECL_STRUCT_FUNCTION (fdecl); in dump_function_header() 4572 dname = lang_hooks.decl_printable_name (fdecl, 1); in dump_function_header() 4574 if (DECL_ASSEMBLER_NAME_SET_P (fdecl)) in dump_function_header() 4576 (DECL_ASSEMBLER_NAME (fdecl))); in dump_function_header() 4583 fprintf (dump_file, ", decl_uid=%d", DECL_UID (fdecl)); in dump_function_header()
|
| H A D | tree-ssa-structalias.cc | 3120 bitpos_of_field (const tree fdecl) in bitpos_of_field() argument 3122 if (!tree_fits_shwi_p (DECL_FIELD_OFFSET (fdecl)) in bitpos_of_field() 3123 || !tree_fits_shwi_p (DECL_FIELD_BIT_OFFSET (fdecl))) in bitpos_of_field() 3126 return (tree_to_shwi (DECL_FIELD_OFFSET (fdecl)) * BITS_PER_UNIT in bitpos_of_field() 3127 + tree_to_shwi (DECL_FIELD_BIT_OFFSET (fdecl))); in bitpos_of_field()
|
| H A D | tree-cfg.cc | 9592 tree fdecl, ftype; in do_warn_unused_result() local 9625 fdecl = gimple_call_fndecl (g); in do_warn_unused_result() 9632 if (fdecl) in do_warn_unused_result() 9636 fdecl); in do_warn_unused_result()
|
| H A D | ChangeLog-2009 | 25750 (union tree_ann_d): Remove fdecl member.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | objc.h | 40 static ObjcSelector *create(FuncDeclaration *fdecl);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | objc.h | 35 static ObjcSelector *create(FuncDeclaration *fdecl);
|
| H A D | objc.d | 94 extern (C++) static ObjcSelector* create(FuncDeclaration fdecl) in create() 97 TypeFunction ftype = cast(TypeFunction)fdecl.type; in create() 98 const id = fdecl.ident.toString(); in create()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | class.cc | 1261 alter_access (tree t, tree fdecl, tree access) in alter_access() argument 1265 retrofit_lang_decl (fdecl); in alter_access() 1267 gcc_assert (!DECL_DISCRIMINATOR_P (fdecl)); in alter_access() 1269 elem = purpose_member (t, DECL_ACCESS (fdecl)); in alter_access() 1274 if (TREE_CODE (TREE_TYPE (fdecl)) == FUNCTION_DECL) in alter_access() 1276 " %q+D, ignored", TREE_TYPE (fdecl)); in alter_access() 1279 DECL_NAME (fdecl)); in alter_access() 1290 perform_or_defer_access_check (TYPE_BINFO (t), fdecl, fdecl, in alter_access() 1292 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCESS (fdecl)); in alter_access()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | class.c | 1217 alter_access (tree t, tree fdecl, tree access) in alter_access() argument 1221 retrofit_lang_decl (fdecl); in alter_access() 1223 gcc_assert (!DECL_DISCRIMINATOR_P (fdecl)); in alter_access() 1225 elem = purpose_member (t, DECL_ACCESS (fdecl)); in alter_access() 1230 if (TREE_CODE (TREE_TYPE (fdecl)) == FUNCTION_DECL) in alter_access() 1232 " %q+D, ignored", TREE_TYPE (fdecl)); in alter_access() 1235 DECL_NAME (fdecl)); in alter_access() 1246 perform_or_defer_access_check (TYPE_BINFO (t), fdecl, fdecl, in alter_access() 1248 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCESS (fdecl)); in alter_access()
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 79812 cad3b31ba4ec282f94aee3275ac9323e gcc/testsuite/objc/execute/fdecl.m
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 92101 cad3b31ba4ec282f94aee3275ac9323e gcc/testsuite/objc/execute/fdecl.m
|