/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 1665 if (DECL_VINDEX (dtor)) in accessible_nvdtor_p() 2797 || DECL_VINDEX (fn) == error_mark_node) in modify_all_vtables() 2828 if (TREE_CODE (method) == FUNCTION_DECL && DECL_VINDEX (method)) in get_basefndecls() 2874 DECL_VINDEX (decl) = decl; in check_for_override() 2891 if (!DECL_VINDEX (decl)) in check_for_override() 2893 DECL_VINDEX (decl) = error_mark_node; in check_for_override() 2940 && DECL_VINDEX (fndecl)) in warn_hidden() 4662 && (TREE_CODE (x) != FUNCTION_DECL || ! DECL_VINDEX (x))) in check_methods() 4666 if (TREE_CODE (x) == FUNCTION_DECL && DECL_VINDEX (x)) in check_methods() 4749 DECL_VINDEX (clone) = NULL_TREE; in copy_fndecl_with_name() [all …]
|
H A D | cp-tree.def | 114 DECL_VINDEX list of instantiations already produced;
|
H A D | call.c | 8798 if (DECL_VINDEX (fn) && (flags & LOOKUP_NONVIRTUAL) == 0 in build_over_call() 8801 tree ov = lookup_vfn_in_binfo (DECL_VINDEX (fn), base_binfo); in build_over_call() 9163 if (DECL_VINDEX (fn) && (flags & LOOKUP_NONVIRTUAL) == 0) in build_over_call() 9176 fn = build_vfn_ref (argarray[0], DECL_VINDEX (fn)); in build_over_call()
|
H A D | decl.c | 2026 if (DECL_VINDEX (olddecl)) in duplicate_decls() 2027 DECL_VINDEX (newdecl) = DECL_VINDEX (olddecl); in duplicate_decls() 16498 && !DECL_VINDEX (decl1))); in start_preparsed_function()
|
H A D | decl2.c | 3184 && !DECL_VINDEX (decl))); in import_export_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 1757 if (DECL_VINDEX (dtor)) in accessible_nvdtor_p() 2900 || DECL_VINDEX (fn) == error_mark_node) in modify_all_vtables() 2929 if (TREE_CODE (method) == FUNCTION_DECL && DECL_VINDEX (method)) in get_basefndecls() 2975 DECL_VINDEX (decl) = decl; in check_for_override() 2992 if (!DECL_VINDEX (decl)) in check_for_override() 2994 DECL_VINDEX (decl) = error_mark_node; in check_for_override() 3040 && DECL_VINDEX (fndecl)) in warn_hidden() 4762 && (TREE_CODE (x) != FUNCTION_DECL || ! DECL_VINDEX (x))) in check_methods() 4766 if (TREE_CODE (x) == FUNCTION_DECL && DECL_VINDEX (x)) in check_methods() 4860 DECL_VINDEX (clone) = NULL_TREE; in copy_fndecl_with_name() [all …]
|
H A D | cp-tree.def | 114 DECL_VINDEX list of instantiations already produced;
|
H A D | ChangeLog-1993 | 27 normal overriding, so that the base function list in DECL_VINDEX is
|
H A D | call.cc | 9512 if (DECL_VINDEX (fn) && (flags & LOOKUP_NONVIRTUAL) == 0 in build_over_call() 9515 tree ov = lookup_vfn_in_binfo (DECL_VINDEX (fn), base_binfo); in build_over_call() 9882 if (DECL_VINDEX (fn) && (flags & LOOKUP_NONVIRTUAL) == 0) in build_over_call() 9895 fn = build_vfn_ref (argarray[0], DECL_VINDEX (fn)); in build_over_call()
|
H A D | decl.cc | 2184 if (DECL_VINDEX (olddecl)) in duplicate_decls() 2185 DECL_VINDEX (newdecl) = DECL_VINDEX (olddecl); in duplicate_decls() 17337 && !DECL_VINDEX (decl1))); in start_preparsed_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dbxout.c | 1634 if (DECL_VINDEX (decl)) in dbxout_type_method_1() 1649 if (DECL_VINDEX (decl) && tree_fits_shwi_p (DECL_VINDEX (decl))) in dbxout_type_method_1() 1651 stabstr_D (tree_to_shwi (DECL_VINDEX (decl))); in dbxout_type_method_1()
|
H A D | ipa-param-manipulation.c | 404 DECL_VINDEX (new_decl) = NULL_TREE; in adjust_decl() 1253 DECL_VINDEX (m_fndecl) = NULL_TREE; in modify_formal_parameters()
|
H A D | lto-streamer-out.c | 1006 gcc_checking_assert (DECL_VINDEX (expr) == NULL); in DFS_write_tree_body()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dbxout.cc | 1637 if (DECL_VINDEX (decl)) in dbxout_type_method_1() 1652 if (DECL_VINDEX (decl) && tree_fits_shwi_p (DECL_VINDEX (decl))) in dbxout_type_method_1() 1654 stabstr_D (tree_to_shwi (DECL_VINDEX (decl))); in dbxout_type_method_1()
|
H A D | ipa-param-manipulation.cc | 576 DECL_VINDEX (new_decl) = NULL_TREE; in adjust_decl() 1629 DECL_VINDEX (m_fndecl) = NULL_TREE; in modify_formal_parameters()
|
H A D | ipa-free-lang-data.cc | 625 DECL_VINDEX (decl) = NULL_TREE; in free_lang_data_in_decl()
|
H A D | lto-streamer-out.cc | 1042 gcc_checking_assert (DECL_VINDEX (expr) == NULL); in DFS_write_tree_body()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-common.c | 684 CHECK_NO_VAR (DECL_VINDEX (t)); in mentions_vars_p_function() 1474 compare_tree_edges (DECL_VINDEX (t1), DECL_VINDEX (t2)); in compare_tree_sccs_1() 2546 LTO_NO_PREVAIL (DECL_VINDEX (t)); in lto_fixup_prevailing_decls()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-common.cc | 685 CHECK_NO_VAR (DECL_VINDEX (t)); in mentions_vars_p_function() 1483 compare_tree_edges (DECL_VINDEX (t1), DECL_VINDEX (t2)); in compare_tree_sccs_1() 2555 LTO_NO_PREVAIL (DECL_VINDEX (t)); in lto_fixup_prevailing_decls()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ada-spec.c | 1070 if (TREE_CODE (fld) == FUNCTION_DECL && DECL_VINDEX (fld)) in is_tagged_type() 1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor))) in dump_ada_function_declaration() 3004 else if (!DECL_VINDEX (t) && *IDENTIFIER_POINTER (decl_name) == '_') in dump_ada_declaration()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ada-spec.cc | 1070 if (TREE_CODE (fld) == FUNCTION_DECL && DECL_VINDEX (fld)) in is_tagged_type() 1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor))) in dump_ada_function_declaration() 3059 else if (!DECL_VINDEX (t) && *IDENTIFIER_POINTER (decl_name) == '_') in dump_ada_declaration()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-features.cc | 2728 || DECL_VINDEX (decl)) in ix86_mangle_function_version_assembler_name() 2996 if (DECL_VINDEX (versn->decl)) in ix86_generate_version_dispatcher_body()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-features.c | 2598 || DECL_VINDEX (decl)) in ix86_mangle_function_version_assembler_name() 2866 if (DECL_VINDEX (versn->decl)) in ix86_generate_version_dispatcher_body()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | decl.cc | 1430 DECL_VINDEX (decl->csym) = size_int (fd->vtblIndex); in get_symbol_decl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | decl.cc | 1261 DECL_VINDEX (decl->csym) = size_int (fd->vtblIndex); in get_symbol_decl()
|