Lines Matching refs:node_ptr
66 bool rehash_required( hash_map_node_base<MutexType>* node_ptr ) { in rehash_required() argument
67 return reinterpret_cast<void*>(node_ptr) == rehash_req_flag; in rehash_required()
72 bool empty_rehashed( hash_map_node_base<MutexType>* node_ptr ) { in empty_rehashed() argument
73 return reinterpret_cast<void*>(node_ptr) == empty_rehashed_flag; in empty_rehashed()
664 node* node_ptr = node_allocator_traits::allocate(node_allocator, 1); in __TBB_requires() local
666 node_allocator_traits::destroy(node_allocator, node_ptr); in __TBB_requires()
667 node_allocator_traits::deallocate(node_allocator, node_ptr, 1); in __TBB_requires()
670 node_allocator_traits::construct(node_allocator, node_ptr); in __TBB_requires()
671 …node_allocator_traits::construct(node_allocator, node_ptr->storage(), std::forward<Args>(args)...); in __TBB_requires()
673 return node_ptr; in __TBB_requires()
1376 node * node_ptr = create_node(base_type::get_allocator(), std::forward<Args>(args)...); in __TBB_requires() local
1377 …insert*/true>(node_ptr->value().first, nullptr, accessor_location(result), is_write_access_needed(… in __TBB_requires()
1501 … node* node_ptr = create_node(base_type::get_allocator(), n->value().first, n->value().second); in __TBB_requires() local
1502 this->add_to_bucket( dst, node_ptr); in __TBB_requires()
1518 … node* node_ptr = create_node(base_type::get_allocator(), (*first).first, (*first).second); in __TBB_requires() local
1519 this->add_to_bucket( b, node_ptr ); in __TBB_requires()