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.cpp598 const void* current_ptr, in process_static_type_above_dst() argument
603 if (current_ptr == info->static_ptr) in process_static_type_above_dst()
644 const void* current_ptr, in process_static_type_below_dst() argument
647 if (current_ptr == info->static_ptr) in process_static_type_below_dst()
711 const void* current_ptr, in search_below_dst() argument
717 process_static_type_below_dst(info, current_ptr, path_below); in search_below_dst()
722 if (current_ptr == info->dst_ptr_leading_to_static_ptr || in search_below_dst()
723 current_ptr == info->dst_ptr_not_leading_to_static_ptr) in search_below_dst()
758 p->search_above_dst(info, current_ptr, current_ptr, public_path, use_strcmp); in search_below_dst()
791 info->dst_ptr_not_leading_to_static_ptr = current_ptr; in search_below_dst()
[all …]