Searched refs:convert_to_base (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
H A D | vmi_class_type_info.cc | 56 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 D | tinfo.h | 83 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 D | vmi_class_type_info.cc | 55 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 D | tinfo.h | 74 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 D | class.c | 545 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 D | call.c | 5833 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 D | cp-tree.h | 4919 extern tree convert_to_base (tree, tree, bool, bool,
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | class.c | 600 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 D | call.c | 6974 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 D | cp-tree.h | 6129 extern tree convert_to_base (tree, tree, bool, bool,
|
H A D | decl.c | 7820 t = convert_to_base (t, btype, /*check_access*/true, in cp_finish_decomp()
|