Home
last modified time | relevance | path

Searched refs:current_ptr (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dprivate_typeinfo.cpp594 const void* current_ptr, in process_static_type_above_dst() argument
599 if (current_ptr == info->static_ptr) in process_static_type_above_dst()
640 const void* current_ptr, in process_static_type_below_dst() argument
643 if (current_ptr == info->static_ptr) in process_static_type_below_dst()
707 const void* current_ptr, in search_below_dst() argument
713 process_static_type_below_dst(info, current_ptr, path_below); in search_below_dst()
718 if (current_ptr == info->dst_ptr_leading_to_static_ptr || in search_below_dst()
719 current_ptr == info->dst_ptr_not_leading_to_static_ptr) in search_below_dst()
754 p->search_above_dst(info, current_ptr, current_ptr, public_path, use_strcmp); in search_below_dst()
787 info->dst_ptr_not_leading_to_static_ptr = current_ptr; in search_below_dst()
[all …]