Searched defs:src2dst_offset (Results 1 - 2 of 2) sorted by relevance

/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp417 // src2dst_offset: a static hint about the location of the
425 // base type of dst_type at offset src2dst_offset from the
489 std::ptrdiff_t src2dst_offset)
491 // Possible future optimization: Take advantage of src2dst_offset
492 // Currently clang always sets src2dst_offset to -1 (no hint).
505 __dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0};
525 info = {dst_type, static_ptr, static_type, src2dst_offset, 0};
549 info = {dst_type, static_ptr, static_type, src2dst_offset, 0};
486 __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.h82 std::ptrdiff_t src2dst_offset; member in struct:__cxxabiv1::__dynamic_cast_info

Completed in 113 milliseconds