Home
last modified time | relevance | path

Searched refs:convert_to_base (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dvmi_class_type_info.cc55 base = convert_to_base (base, is_virtual, offset); in __do_find_public_src()
131 base = convert_to_base (base, is_virtual, offset); in __do_dyncast()
328 base = convert_to_base (base, is_virtual, offset); in __do_upcast()
H A Dtinfo.h74 convert_to_base (void const *addr, bool is_virtual, ptrdiff_t offset) in convert_to_base() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dvmi_class_type_info.cc55 base = convert_to_base (base, is_virtual, offset); in __do_find_public_src()
131 base = convert_to_base (base, is_virtual, offset); in __do_dyncast()
328 base = convert_to_base (base, is_virtual, offset); in __do_upcast()
H A Dtinfo.h74 convert_to_base (void const *addr, bool is_virtual, ptrdiff_t offset) in convert_to_base() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2004996 * cp-tree.h (convert_to_base): Change prototype.
1002 (convert_like_real): Use convert_to_base for ck_pmem and ck_ptr
1004 * class.c (convert_to_base): Handle both pointers and objects.
1006 (build_vfield_ref): Adjust call to convert_to_base.
1134 * class.c (convert_to_base): Adjust lookup_base call.
H A DChangeLog-20021868 * class.c (convert_to_base): Correct check for error_mark_node.
1882 * class.c (convert_to_base): New function.
1892 (convert_to_base): New function.
H A DChangeLog-20004789 * tinfo.cc (convert_to_base): New function.
4790 (get_vbase_offset): Remove. Move into convert_to_base.
6325 * tinfo.cc (convert_to_base): Move into old abi section.
6923 * tinfo.cc (convert_to_base): New function. Encapsulate base
H A Dclass.cc613 convert_to_base (tree object, tree type, bool check_access, bool nonnull, in convert_to_base() function
708 datum = convert_to_base (datum, type, /*check_access=*/false, in build_vfield_ref()
H A DChangeLog-20103325 * class.c (convert_to_base): Add complain parameter. Pass
3327 (build_vfield_ref): Pass complain to convert_to_base.
H A Dtree.cc3324 *t = convert_to_base (TREE_OPERAND (*t, 0), basetype, in bot_replace()
H A Dcall.cc8190 expr = convert_to_base (expr, totype, in convert_like_internal()
8380 expr = convert_to_base (expr, totype, !c_cast_p, in convert_like_internal()
H A DChangeLog-20121094 * class.c (build_base_path, convert_to_base, build_vtbl_ref_1,
H A Dcp-tree.h6675 extern tree convert_to_base (tree, tree, bool, bool,
H A DChangeLog-2014861 * call.c (convert_like_real) [ck_base]: Let convert_to_base handle &/*.
H A DChangeLog-20111590 (convert_to_base): Adjust call.
H A DChangeLog-20212489 * tree.c (bot_replace): Use convert_to_base to build the
H A Ddecl.cc9159 t = convert_to_base (t, btype, /*check_access*/true, in cp_finish_decomp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c609 convert_to_base (tree object, tree type, bool check_access, bool nonnull, in convert_to_base() function
677 datum = convert_to_base (datum, type, /*check_access=*/false, in build_vfield_ref()
H A Dcall.c7724 expr = convert_to_base (expr, totype, in convert_like_real_1()
7912 expr = convert_to_base (expr, totype, !c_cast_p, in convert_like_real_1()
H A Dcp-tree.h6414 extern tree convert_to_base (tree, tree, bool, bool,
H A Ddecl.c8533 t = convert_to_base (t, btype, /*check_access*/true, in cp_finish_decomp()