Home
last modified time | relevance | path

Searched refs:build_vfn_ref (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2001740 (build_vfn_ref): Use it to handle vtable descriptors before
916 (build_vfn_ref): New.
1083 * class.c, cp-tree.h (build_vfn_ref): Remove.
1381 (build_vfn_ref): Lose first parameter.
1393 (get_tinfo_decl_dynamic): Adjust build_vfn_ref call.
1401 * call.c (build_over_call): Adjust call to build_vfn_ref.
1402 * class.c (build_vfn_ref): Lose first parameter. Remove
H A DChangeLog-1995156 * class.c (build_vfn_ref): Remove building_cleanup logic, as we now
1425 * class.c (build_vfn_ref): Deleted signature specific code, we don't
2917 * class.c (build_vfn_ref): Only try to build the PLUS_EXPR if we
2983 * class.c (build_vfn_ref): Always call assemble_external.
H A DChangeLog-1996158 build_vfn_ref.
1226 (build_over_call): Pass the right args to build_vfn_ref.
2319 (build_vfn_ref): Split out functionality into build_vtbl_ref.
H A DChangeLog-20042857 build_vfn_ref, instantiate_type, dfs_accumulate_vtbl_inits,
4497 * class.c (build_vfn_ref): Take a pointer not object. Build
4500 * call.c (build_over_call): Update build_vfn_ref call.
H A DChangeLog-19943684 * class.c (build_vfn_ref): If using thunks, don't need
4389 * class.c (build_vfn_ref): Likewise.
4520 * class.c (build_vfn_ref): Cast delta field to ptrdiff_type_node,
H A DChangeLog3007 * class.c (build_vfn_ref): Build OBJ_TYPE_REF with INTEGER_CST
H A DChangeLog-20203802 * class.c (build_vfn_ref): Revert 95311 change.
3862 * class.c (build_vfn_ref): Don't fold the INDIRECT_REF.
H A DChangeLog-20082290 (build_vfn_ref): Ditto.
H A Dcp-tree.h6680 extern tree build_vfn_ref (tree, tree);
H A Dclass.cc768 build_vfn_ref (tree instance_ptr, tree idx) in build_vfn_ref() function
H A DChangeLog-2009104 * class.c (build_base_path, build_simple_base_path, build_vfn_ref):
H A DChangeLog-20101423 (build_vfn_ref, resolve_address_of_overloaded_function): Adjust.
H A Dcall.cc9895 fn = build_vfn_ref (argarray[0], DECL_VINDEX (fn)); in build_over_call()
H A DChangeLog-20181590 (build_vfn_ref): Call build_vtbl_ref instead of build_vtbl_ref_1.
H A DChangeLog-20032463 (build_vfn_ref): Do not call build_vtable_entry_ref.
H A DChangeLog-19986234 result of build_vfn_ref.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h6418 extern tree build_vfn_ref (tree, tree);
H A Dclass.c737 build_vfn_ref (tree instance_ptr, tree idx) in build_vfn_ref() function
H A Dcall.c9176 fn = build_vfn_ref (argarray[0], DECL_VINDEX (fn)); in build_over_call()