Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dvmi_class_type_info.cc56 base = convert_to_base (base, is_virtual, offset); in __do_find_public_src()
132 base = convert_to_base (base, is_virtual, offset); in __do_dyncast()
329 base = convert_to_base (base, is_virtual, offset); in __do_upcast()
H A Dtinfo.h83 convert_to_base (void const *addr, bool is_virtual, ptrdiff_t offset) in convert_to_base() function
/dflybsd-src/contrib/gcc-8.0/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
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dclass.c545 convert_to_base (tree object, tree type, bool check_access, bool nonnull, in convert_to_base() function
616 datum = convert_to_base (datum, type, /*check_access=*/false, in build_vfield_ref()
H A Dcall.c5833 expr = convert_to_base (expr, build_pointer_type (totype), in convert_like_real()
5957 expr = convert_to_base (expr, totype, !c_cast_p, in convert_like_real()
H A Dcp-tree.h4919 extern tree convert_to_base (tree, tree, bool, bool,
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dclass.c600 convert_to_base (tree object, tree type, bool check_access, bool nonnull, in convert_to_base() function
668 datum = convert_to_base (datum, type, /*check_access=*/false, in build_vfield_ref()
H A Dcall.c6974 expr = convert_to_base (expr, totype, in convert_like_real()
7118 expr = convert_to_base (expr, totype, !c_cast_p, in convert_like_real()
H A Dcp-tree.h6129 extern tree convert_to_base (tree, tree, bool, bool,
H A Ddecl.c7820 t = convert_to_base (t, btype, /*check_access*/true, in cp_finish_decomp()