HomeSort by relevance Sort by last modified time
    Searched full:src2dst_offset (Results 1 - 3 of 3) sorted by null

  /abi/cpp/src/
dynamic_cast.cc 185 std::ptrdiff_t src2dst_offset; member in struct:__anon1::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
277 * src2dst_offset: a static hint about the location of the
285 * base type of dst at offset src2dst_offset from the
292 std::ptrdiff_t src2dst_offset)
318 if (src2dst_offset != DYNAMIC_CAST_NOT_PUBLIC_BASE)
322 if (t_object != ambiguous_object && src2dst_offset >= 0)
323 return const_cast<void*>(adjust_pointer(v, src2dst_offset));
328 cast_context context(v, src, dst, src2dst_offset);
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 185 std::ptrdiff_t src2dst_offset; member in struct:__anon16689::cast_context
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset),
277 * src2dst_offset: a static hint about the location of the
285 * base type of dst at offset src2dst_offset from the
292 std::ptrdiff_t src2dst_offset)
318 if (src2dst_offset != DYNAMIC_CAST_NOT_PUBLIC_BASE)
322 if (t_object != ambiguous_object && src2dst_offset >= 0)
323 return const_cast<void*>(adjust_pointer(v, src2dst_offset));
328 cast_context context(v, src, dst, src2dst_offset);
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]

Completed in 251 milliseconds