Searched refs:src2dst_offset (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/cxx/include/
H A Dprivate_typeinfo.h82 std::ptrdiff_t src2dst_offset; member in struct:__cxxabiv1::__dynamic_cast_info
/barrelfish-master/lib/cxx/cxxabi/
H A Dprivate_typeinfo.cpp548 // src2dst_offset: a static hint about the location of the
556 // base type of dst_type at offset src2dst_offset from the
619 std::ptrdiff_t src2dst_offset) {
620 // Possible future optimization: Take advantage of src2dst_offset
633 __dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,};
653 info = {dst_type, static_ptr, static_type, src2dst_offset, 0};
678 info = {dst_type, static_ptr, static_type, src2dst_offset, 0};
617 __dynamic_cast(const void *static_ptr, const __class_type_info *static_type, const __class_type_info *dst_type, std::ptrdiff_t src2dst_offset) argument
H A Dprivate_typeinfo.h75 std::ptrdiff_t src2dst_offset; member in struct:__cxxabiv1::__dynamic_cast_info

Completed in 34 milliseconds