/netbsd-src/external/gpl3/gcc.old/dist/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
|
/netbsd-src/external/gpl3/gcc/dist/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
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2004 | 996 * 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 D | ChangeLog-2002 | 1868 * 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 D | ChangeLog-2000 | 4789 * 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 D | class.cc | 613 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 D | ChangeLog-2010 | 3325 * class.c (convert_to_base): Add complain parameter. Pass 3327 (build_vfield_ref): Pass complain to convert_to_base.
|
H A D | tree.cc | 3324 *t = convert_to_base (TREE_OPERAND (*t, 0), basetype, in bot_replace()
|
H A D | call.cc | 8190 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 D | ChangeLog-2012 | 1094 * class.c (build_base_path, convert_to_base, build_vtbl_ref_1,
|
H A D | cp-tree.h | 6675 extern tree convert_to_base (tree, tree, bool, bool,
|
H A D | ChangeLog-2014 | 861 * call.c (convert_like_real) [ck_base]: Let convert_to_base handle &/*.
|
H A D | ChangeLog-2011 | 1590 (convert_to_base): Adjust call.
|
H A D | ChangeLog-2021 | 2489 * tree.c (bot_replace): Use convert_to_base to build the
|
H A D | decl.cc | 9159 t = convert_to_base (t, btype, /*check_access*/true, in cp_finish_decomp()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 609 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 D | call.c | 7724 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 D | cp-tree.h | 6414 extern tree convert_to_base (tree, tree, bool, bool,
|
H A D | decl.c | 8533 t = convert_to_base (t, btype, /*check_access*/true, in cp_finish_decomp()
|