Home
last modified time | relevance | path

Searched refs:get_allocator (Results 1 – 25 of 131) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_container.h63 if (__x._M_cont().get_allocator() == __a) in _Safe_container()
90 || _M_cont().get_allocator() == __x._M_cont().get_allocator();
H A Dforward_list313 using _Base::get_allocator;
560 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
588 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
630 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_container.h64 if (__x._M_cont().get_allocator() == __a) in _Safe_container()
103 || _M_cont().get_allocator() == __x._M_cont().get_allocator();
H A Dforward_list326 using _Base::get_allocator;
578 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
606 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
647 _GLIBCXX_DEBUG_VERIFY(__list.get_allocator() == this->get_allocator(),
701 _Base __to_destroy(get_allocator());
731 _Base __to_destroy(get_allocator());
770 _Base __to_destroy(get_allocator());
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dset146 allocator_type get_allocator() const noexcept;
351 allocator_type get_allocator() const noexcept;
713 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
721 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
740 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
748 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
756 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
764 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
775 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();}
903 if (__a != __s.get_allocator())
[all …]
H A Dunordered_set93 allocator_type get_allocator() const noexcept;
270 allocator_type get_allocator() const noexcept;
538 allocator_type get_allocator() const _NOEXCEPT
636 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
644 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
664 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
672 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
680 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
688 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
976 if (__a != __u.get_allocator())
[all …]
H A Dmap183 allocator_type get_allocator() const noexcept;
402 allocator_type get_allocator() const noexcept;
1151 allocator_type get_allocator() const _NOEXCEPT {return allocator_type(__tree_.__alloc());}
1328 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
1336 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
1355 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1363 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1371 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1379 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1523 if (__a != __m.get_allocator())
[all …]
H A Dunordered_map100 allocator_type get_allocator() const noexcept;
311 allocator_type get_allocator() const noexcept;
1074 allocator_type get_allocator() const _NOEXCEPT
1282 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
1290 _LIBCPP_ASSERT(__nh.empty() || __nh.get_allocator() == get_allocator(),
1311 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1319 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1327 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1335 _LIBCPP_ASSERT(__source.get_allocator() == get_allocator(),
1653 if (__a != __u.get_allocator())
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc52 static AsanAllocator &get_allocator();
120 get_allocator().GetMetaData(AllocBeg(locked_version))); in UsedSize()
125 return get_allocator().GetBlockBeginFastLocked( in AllocBeg()
127 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()
165 get_allocator().Deallocate(cache_, p); in Recycle()
169 void *res = get_allocator().Allocate(cache_, size, 1); in Allocate()
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()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc50 static AsanAllocator &get_allocator();
118 get_allocator().GetMetaData(AllocBeg(locked_version))); in UsedSize()
123 return get_allocator().GetBlockBeginFastLocked( in AllocBeg()
125 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()
163 get_allocator().Deallocate(cache_, p); in Recycle()
167 void *res = get_allocator().Allocate(cache_, size, 1); in Allocate()
175 get_allocator().Deallocate(cache_, p); in Deallocate()
619 !get_allocator().PointerIsMine(ptr)) { in Deallocate()
793 static AsanAllocator &get_allocator() { in get_allocator() function
984 __asan::get_allocator().ForceLock(); in LockAllocator()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp52 static AsanAllocator &get_allocator();
200 void *p = get_allocator().GetBlockBegin(m); in Recycle()
222 get_allocator().Deallocate(cache_, p); in Recycle()
226 void *res = get_allocator().Allocate(cache_, size, 1); in Allocate()
234 get_allocator().Deallocate(cache_, p); in Deallocate()
686 !get_allocator().PointerIsMine(ptr)) { in Deallocate()
867 static AsanAllocator &get_allocator() { in get_allocator() function
1083 __asan::get_allocator().ForceLock(); in LockAllocator()
1087 __asan::get_allocator().ForceUnlock(); in UnlockAllocator()
1091 *begin = (uptr)&__asan::get_allocator(); in GetAllocatorGlobalRange()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlist.tcc122 list __tmp(__n, __x, get_allocator()); in insert()
137 list __tmp(__first, __last, get_allocator()); in insert()
337 list __to_destroy(get_allocator()); in remove()
377 list __to_destroy(get_allocator()); in unique()
548 list __to_destroy(get_allocator()); in remove_if()
585 list __to_destroy(get_allocator()); in unique()
H A Dforward_list.tcc260 forward_list __tmp(__n, __val, get_allocator()); in insert_after()
274 forward_list __tmp(__first, __last, get_allocator()); in insert_after()
293 forward_list __to_destroy(get_allocator()); in remove()
316 forward_list __to_destroy(get_allocator()); in remove_if()
343 forward_list __to_destroy(get_allocator()); in unique()
H A Dcow_string.h546 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()), in _GLIBCXX_VISIBILITY()
547 __str.get_allocator()), in _GLIBCXX_VISIBILITY()
548 __str.get_allocator()) in _GLIBCXX_VISIBILITY()
655 : _M_dataplus(__str._M_rep()->_M_grab(__a, __str.get_allocator()), __a) in _GLIBCXX_VISIBILITY()
661 if (__a == __str.get_allocator()) in _GLIBCXX_VISIBILITY()
720 { _M_rep()->_M_dispose(this->get_allocator()); } in _GLIBCXX_VISIBILITY()
1010 _M_rep()->_M_dispose(this->get_allocator()); in _GLIBCXX_VISIBILITY()
2242 get_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
3167 const allocator_type __a = this->get_allocator(); in _GLIBCXX_VISIBILITY()
3168 _CharT* __tmp = __str._M_rep()->_M_grab(__a, __str.get_allocator()); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc386 const basic_string __s(__k1, __k2, this->get_allocator()); in _M_replace_dispatch()
613 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()),
614 __str.get_allocator()),
615 __str.get_allocator())
692 const allocator_type __a = this->get_allocator();
693 _CharT* __tmp = __str._M_rep()->_M_grab(__a, __str.get_allocator());
922 const allocator_type __a = get_allocator();
953 const allocator_type __a = get_allocator();
970 if (this->get_allocator() == __s.get_allocator())
980 __s.get_allocator());
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++20/
H A Dsstream-inst.cc50 basic_stringbuf<char>::get_allocator() const noexcept;
111 basic_stringbuf<wchar_t>::get_allocator() const noexcept;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dsyncstream120 __glibcxx_assert(get_allocator() == __other.get_allocator());
163 get_allocator() const noexcept
164 { return _M_impl.get_allocator(); }
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d334 ref inout(Alloc) get_allocator() inout { return _Getal(); } in version()
926 _M_Alloc = str.get_allocator(); in version()
927 _M_data = str._M_rep()._M_grab(get_allocator(), str.get_allocator()); in version()
931 … { _M_rep()._M_dispose(get_allocator()); } in version()
934 … ref inout(Alloc) get_allocator() inout { return _M_get_allocator(); } in version()
977 allocator_type __a = this.get_allocator(); in version()
978 T* __tmp = str._M_rep()._M_grab(__a, str.get_allocator()); in version()
1036 allocator_type __a = get_allocator(); in version()
1128 if (this.get_allocator() == __s.get_allocator()) in version()
1139 auto __tmp1 = basic_string(this[], __s.get_allocator()); in version()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dslist228 get_allocator() const
255 allocator_type __a = get_allocator();
273 allocator_type __a = get_allocator();
310 get_allocator() const
311 { return _Base::get_allocator(); }
324 allocator_type __a = get_allocator();
343 allocator_type __a = get_allocator();
380 : _Base(__x.get_allocator())
491 allocator_type __a = get_allocator();
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dslist228 get_allocator() const
255 allocator_type __a = get_allocator();
273 allocator_type __a = get_allocator();
310 get_allocator() const
311 { return _Base::get_allocator(); }
324 allocator_type __a = get_allocator();
343 allocator_type __a = get_allocator();
380 : _Base(__x.get_allocator())
491 allocator_type __a = get_allocator();
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dhashtable.h288 get_allocator() const in _GLIBCXX_VISIBILITY()
347 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), in _GLIBCXX_VISIBILITY()
349 _M_buckets(__ht.get_allocator()), _M_num_elements(0) in _GLIBCXX_VISIBILITY()
617 allocator_type __a = this->get_allocator(); in _GLIBCXX_VISIBILITY()
631 allocator_type __a = this->get_allocator(); in _GLIBCXX_VISIBILITY()
1029 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator()); in _GLIBCXX_VISIBILITY()
H A Dhash_set125 get_allocator() const
126 { return _M_ht.get_allocator(); }
326 get_allocator() const
327 { return _M_ht.get_allocator(); }
H A Dhash_map121 get_allocator() const
122 { return _M_ht.get_allocator(); }
340 get_allocator() const
341 { return _M_ht.get_allocator(); }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h288 get_allocator() const in _GLIBCXX_VISIBILITY()
347 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), in _GLIBCXX_VISIBILITY()
349 _M_buckets(__ht.get_allocator()), _M_num_elements(0) in _GLIBCXX_VISIBILITY()
617 allocator_type __a = this->get_allocator(); in _GLIBCXX_VISIBILITY()
631 allocator_type __a = this->get_allocator(); in _GLIBCXX_VISIBILITY()
1029 _Vector_type __tmp(__n, (_Node*)(0), _M_buckets.get_allocator()); in _GLIBCXX_VISIBILITY()
H A Dhash_set125 get_allocator() const
126 { return _M_ht.get_allocator(); }
326 get_allocator() const
327 { return _M_ht.get_allocator(); }

123456