Searched refs:convert_to_base (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/libstdc++/libsupc++/ |
| D | tinfo.cc | 143 convert_to_base (void const *addr, bool is_virtual, ptrdiff_t offset) in convert_to_base() function 330 base = convert_to_base (base, is_virtual, offset); in __do_find_public_src() 453 base = convert_to_base (base, is_virtual, offset); in __do_dyncast() 652 base = convert_to_base (base, is_virtual, offset); in __do_upcast()
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | call.c | 4415 expr = convert_to_base (expr, build_pointer_type (totype), in convert_like_real() 4496 expr = convert_to_base (expr, totype, !c_cast_p, in convert_like_real() 6764 expr = convert_to_base (expr, in initialize_reference()
|
| 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.
|
| D | class.c | 495 convert_to_base (tree object, tree type, bool check_access, bool nonnull) in convert_to_base() function 555 datum = convert_to_base (datum, type, /*check_access=*/false, in build_vfield_ref()
|
| 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.
|
| 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
|
| D | cp-tree.h | 3860 extern tree convert_to_base (tree, tree, bool, bool);
|