Searched refs:public_path (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dprivate_typeinfo.cpp237 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
238 if (info.path_dst_ptr_to_static_ptr == public_path)
435 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
436 if (info.path_dst_ptr_to_static_ptr == public_path)
662 dynamic_type->search_above_dst(&info, dynamic_ptr, dynamic_ptr, public_path, false);
680 dynamic_type->search_above_dst(&info, dynamic_ptr, dynamic_ptr, public_path, true);
684 if (info.path_dst_ptr_to_static_ptr == public_path)
690 dynamic_type->search_below_dst(&info, dynamic_ptr, public_path, false);
708 dynamic_type->search_below_dst(&info, dynamic_ptr, public_path, true);
716 info.path_dynamic_ptr_to_static_ptr == public_path
[all...]
H A Dprivate_typeinfo.h60 public_path, enumerator in enum:__cxxabiv1::__anon272
84 // The following three paths are either unknown, public_path or not_public_path.

Completed in 162 milliseconds