| /freebsd-12.1/contrib/libc++/include/ |
| H A D | set | 694 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 702 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 721 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 729 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 737 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 745 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1180 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 1207 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1215 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1223 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), [all …]
|
| H A D | unordered_set | 604 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 612 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 632 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 640 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 648 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 656 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1161 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 1190 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1198 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1206 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), [all …]
|
| H A D | map | 1312 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 1320 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 1339 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1347 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1355 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1363 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1939 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 1967 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1975 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1983 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), [all …]
|
| H A D | unordered_map | 1202 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 1210 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 1231 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1239 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1247 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1255 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1907 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(), 1936 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1944 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), 1952 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(), [all …]
|
| H A D | __node_handle | 124 allocator_type get_allocator() const { return *__alloc_; }
|
| H A D | sstream | 251 : __str_(__s.get_allocator()), 445 return string_type(this->pbase(), __hm_, __str_.get_allocator()); 448 return string_type(this->eback(), this->egptr(), __str_.get_allocator()); 449 return string_type(__str_.get_allocator());
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_allocator.cc | 52 static AsanAllocator &get_allocator(); 125 return get_allocator().GetBlockBeginFastLocked( in AllocBeg() 165 get_allocator().Deallocate(cache_, p); in Recycle() 177 get_allocator().Deallocate(cache_, p); in Deallocate() 621 !get_allocator().PointerIsMine(ptr)) { in Deallocate() 795 static AsanAllocator &get_allocator() { in get_allocator() function 986 __asan::get_allocator().ForceLock(); in LockAllocator() 990 __asan::get_allocator().ForceUnlock(); in UnlockAllocator() 994 *begin = (uptr)&__asan::get_allocator(); in GetAllocatorGlobalRange() 995 *end = *begin + sizeof(__asan::get_allocator()); in GetAllocatorGlobalRange() [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | ropeimpl.h | 445 __r->get_allocator()); in _S_leaf_concat_char_iter() 450 __r->get_allocator()); in _S_leaf_concat_char_iter() 501 get_allocator()); in _S_tree_concat() 543 __r->get_allocator()); in _S_concat_char_iter() 597 __r->get_allocator()); in _S_destr_concat_char_iter() 785 get_allocator()); in _S_substring() 831 __base->get_allocator()); in _S_substring() 838 __base->get_allocator()); in _S_substring() 1553 get_allocator()); in rope() 1571 get_allocator()); in rope() [all …]
|
| H A D | slist | 238 get_allocator() const 265 get_allocator().destroy(&__next->_M_data); 282 get_allocator().destroy(&__tmp->_M_data); 318 get_allocator() const 319 { return _Base::get_allocator(); } 332 get_allocator().construct(&__node->_M_data, __x); 349 get_allocator().construct(&__node->_M_data, value_type()); 384 : _Base(__x.get_allocator()) 495 get_allocator().destroy(&__node->_M_data);
|
| H A D | hashtable.h | 285 get_allocator() const in get_allocator() function 341 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), 343 _M_buckets(__ht.get_allocator()), _M_num_elements(0) 609 this->get_allocator().construct(&__n->_M_val, __obj); 622 this->get_allocator().destroy(&__n->_M_val); 998 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator());
|
| H A D | hash_set | 122 get_allocator() const 123 { return _M_ht.get_allocator(); } 327 get_allocator() const 328 { return _M_ht.get_allocator(); }
|
| H A D | hash_map | 120 get_allocator() const 121 { return _M_ht.get_allocator(); } 342 get_allocator() const 343 { return _M_ht.get_allocator(); }
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | basic_string.tcc | 184 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), in basic_string() 185 __str.get_allocator()), in basic_string() 186 __str.get_allocator()) in basic_string() 253 const allocator_type __a = this->get_allocator(); in assign() 254 _CharT* __tmp = __str._M_rep()->_M_grab(__a, __str.get_allocator()); in assign() 460 const allocator_type __a = get_allocator(); in _M_mutate() 491 const allocator_type __a = get_allocator(); in reserve() 507 if (this->get_allocator() == __s.get_allocator()) in swap() 517 __s.get_allocator()); in swap() 519 this->get_allocator()); in swap()
|
| H A D | stl_multiset.h | 212 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 213 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| H A D | stl_set.h | 222 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 223 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| H A D | stl_multimap.h | 233 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 234 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| H A D | stl_list.h | 343 get_allocator() const in get_allocator() function 584 get_allocator() const in get_allocator() function 585 { return _Base::get_allocator(); } in get_allocator()
|
| H A D | stl_map.h | 234 get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 235 { return _M_t.get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| H A D | stl_bvector.h | 410 get_allocator() const in get_allocator() function 483 allocator_type get_allocator() const in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 484 { return _Base::get_allocator(); } in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| H A D | stl_vector.h | 109 get_allocator() const in get_allocator() function 332 using _Base::get_allocator;
|
| H A D | stl_deque.h | 377 get_allocator() const in get_allocator() function 802 get_allocator() const in get_allocator() function 803 { return _Base::get_allocator(); } in get_allocator()
|
| /freebsd-12.1/contrib/libc++/include/ext/ |
| H A D | hash_set | 54 allocator_type get_allocator() const; 140 allocator_type get_allocator() const; 260 allocator_type get_allocator() const 482 allocator_type get_allocator() const
|
| /freebsd-12.1/contrib/libstdc++/include/debug/ |
| H A D | hash_multiset.h | 79 using _Base::get_allocator;
|
| H A D | hash_multimap.h | 81 using _Base::get_allocator;
|
| H A D | hash_set.h | 79 using _Base::get_allocator;
|