Searched refs:__first_node (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __hash_table | 79 typedef __hash_node_base __first_node; 80 typedef __rebind_pointer_t<_NodePtr, __first_node> __node_base_pointer; 719 typedef typename _NodeTypes::__node_base_type __first_node; 729 typedef __rebind_alloc<__node_traits, __first_node> __node_base_allocator; 743 _LIBCPP_COMPRESSED_PAIR(__first_node, __first_node_, __node_allocator, __node_alloc_); 772 …fault_constructible<__bucket_list>::value&& is_nothrow_default_constructible<__first_node>::value&& 781 …row_move_constructible<__bucket_list>::value&& is_nothrow_move_constructible<__first_node>::value&& 1071 …fault_constructible<__bucket_list>::value&& is_nothrow_default_constructible<__first_node>::value&& 1126 …row_move_constructible<__bucket_list>::value&& is_nothrow_move_constructible<__first_node>::value&& 1428 // insert_after __bucket_list_[__chash], or __first_node if bucket is null [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __hash_table | 75 typedef __hash_node_base __first_node; 76 typedef __rebind_pointer_t<_NodePtr, __first_node> __node_base_pointer; 656 typedef typename _NodeTypes::__node_base_type __first_node; 666 typedef __rebind_alloc<__node_traits, __first_node> __node_base_allocator; 680 __compressed_pair<__first_node, __node_allocator> __p1_; 1271 // insert_after __bucket_list_[__chash], or __first_node if bucket is null 1436 // insert_after __bucket_list_[__chash], or __first_node if bucket is null
|