/external/libcxx/include/ |
D | __split_buffer | 56 …_LIBCPP_INLINE_VISIBILITY __alloc_rr& __alloc() _NOEXCEPT {return __end_cap_.sec… 57 …_LIBCPP_INLINE_VISIBILITY const __alloc_rr& __alloc() const _NOEXCEPT {return __end_cap_.sec… 158 __alloc() = _VSTD::move(__c.__alloc()); 200 __alloc_rr& __a = this->__alloc(); 219 __alloc_rr& __a = this->__alloc(); 238 __alloc_rr& __a = this->__alloc(); 247 __alloc_traits::construct(__buf.__alloc(), 265 __alloc_rr& __a = this->__alloc(); 279 __alloc_traits::destroy(__alloc(), __to_raw_pointer(__begin_++)); 296 __alloc_traits::destroy(__alloc(), __to_raw_pointer(--__end_)); [all …]
|
D | vector | 348 allocator_type& __alloc() _NOEXCEPT 351 const allocator_type& __alloc() const _NOEXCEPT 394 if (__alloc() != __c.__alloc()) 397 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 400 __alloc() = __c.__alloc(); 411 __alloc() = _VSTD::move(__c.__alloc()); 427 __alloc_traits::destroy(__alloc(), _VSTD::__to_raw_pointer(--__soon_to_be_end)); 465 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 622 {return this->__alloc();} 938 … __alloc_traits::__construct_backward(this->__alloc(), this->__begin_, this->__end_, __v.__begin_); [all …]
|
D | forward_list | 480 __node_allocator& __alloc() _NOEXCEPT 483 const __node_allocator& __alloc() const _NOEXCEPT 546 if (__alloc() != __x.__alloc()) 548 __alloc() = __x.__alloc(); 557 {__alloc() = _VSTD::move(__x.__alloc());} 577 if (__alloc() == __x.__alloc()) 603 __swap_allocator(__alloc(), __x.__alloc(), 613 __node_allocator& __a = __alloc(); 716 {return allocator_type(base::__alloc());} 754 __node_traits::max_size(base::__alloc()), [all …]
|
D | __node_handle | 73 __node_alloc_type __alloc(*__alloc_); 75 __alloc, true)(__ptr_); 82 allocator_type const& __alloc) 83 : __ptr_(__ptr), __alloc_(__alloc)
|
D | deque | 973 _LIBCPP_INLINE_VISIBILITY allocator_type& __alloc() {return __size_.second();} 975 const allocator_type& __alloc() const _NOEXCEPT {return __size_.second();} 1027 __alloc() = _VSTD::move(__c.__alloc()); 1121 __alloc_traits::deallocate(__alloc(), *__i, __block_size); 1143 if (__a == __c.__alloc()) 1171 __swap_allocator(__alloc(), __c.__alloc()); 1178 allocator_type& __a = __alloc(); 1324 __alloc_traits::max_size(__base::__alloc()), 1458 if (__base::__alloc() != __c.__alloc()) 1463 __base::__alloc() = __c.__alloc(); [all …]
|
D | string | 1039 const basic_string __temp (__first, __last, __alloc()); 1256 allocator_type get_allocator() const _NOEXCEPT {return __alloc();} 1440 allocator_type& __alloc() _NOEXCEPT 1443 const allocator_type& __alloc() const _NOEXCEPT 1588 if (__alloc() == __str.__alloc()) 1589 __alloc() = __str.__alloc(); 1595 __alloc() = __str.__alloc(); 1599 allocator_type __a = __str.__alloc(); 1602 __alloc() = _VSTD::move(__a); 1640 __alloc() = _VSTD::move(__c.__alloc()); [all …]
|
D | __hash_table | 803 allocator_type& __alloc() _NOEXCEPT {return __data_.second();} 805 const allocator_type& __alloc() const _NOEXCEPT {return __data_.second();} 810 __alloc_traits::deallocate(__alloc(), __p, size()); 1396 __bucket_list_.get_deleter().__alloc() = 1397 _VSTD::move(__u.__bucket_list_.get_deleter().__alloc()); 1461 __u.__bucket_list_.get_deleter().__alloc()), 0)), 1557 __bucket_list_.get_deleter().__alloc() = __u.__bucket_list_.get_deleter().__alloc(); 2291 allocator_type __alloc(__node_alloc()); 2292 return _NodeHandle(remove(__p).release(), __alloc); 2404 __pointer_allocator& __npa = __bucket_list_.get_deleter().__alloc(); [all …]
|
D | set | 756 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();} 1019 __alloc_traits::select_on_container_copy_construction(__s.__tree_.__alloc())) 1243 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();}
|
/external/llvm-project/libcxx/include/ |
D | __split_buffer | 56 …_LIBCPP_INLINE_VISIBILITY __alloc_rr& __alloc() _NOEXCEPT {return __end_cap_.sec… 57 …_LIBCPP_INLINE_VISIBILITY const __alloc_rr& __alloc() const _NOEXCEPT {return __end_cap_.sec… 154 __alloc() = _VSTD::move(__c.__alloc()); 211 __alloc_traits::construct(this->__alloc(), _VSTD::__to_address(__tx.__pos_)); 227 __alloc_traits::construct(this->__alloc(), 242 __alloc_rr& __a = this->__alloc(); 251 __alloc_traits::construct(__buf.__alloc(), 271 __alloc_traits::construct(this->__alloc(), 282 __alloc_traits::destroy(__alloc(), _VSTD::__to_address(__begin_++)); 299 __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__end_)); [all …]
|
D | vector | 349 allocator_type& __alloc() _NOEXCEPT 352 const allocator_type& __alloc() const _NOEXCEPT 395 if (__alloc() != __c.__alloc()) 398 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 401 __alloc() = __c.__alloc(); 412 __alloc() = _VSTD::move(__c.__alloc()); 428 __alloc_traits::destroy(__alloc(), _VSTD::__to_address(--__soon_to_be_end)); 466 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 623 {return this->__alloc();} 926 __alloc_traits::construct(this->__alloc(), _VSTD::__to_address(__tx.__pos_), [all …]
|
D | forward_list | 483 __node_allocator& __alloc() _NOEXCEPT 486 const __node_allocator& __alloc() const _NOEXCEPT 549 if (__alloc() != __x.__alloc()) 551 __alloc() = __x.__alloc(); 560 {__alloc() = _VSTD::move(__x.__alloc());} 580 if (__alloc() == __x.__alloc()) 606 _VSTD::__swap_allocator(__alloc(), __x.__alloc(), 616 __node_allocator& __a = __alloc(); 724 {return allocator_type(base::__alloc());} 762 __node_traits::max_size(base::__alloc()), [all …]
|
D | __node_handle | 72 __node_alloc_type __alloc(*__alloc_); 74 __alloc, true)(__ptr_); 81 allocator_type const& __alloc) 82 : __ptr_(__ptr), __alloc_(__alloc)
|
D | deque | 1042 _LIBCPP_INLINE_VISIBILITY allocator_type& __alloc() {return __size_.second();} 1044 const allocator_type& __alloc() const _NOEXCEPT {return __size_.second();} 1096 __alloc() = _VSTD::move(__c.__alloc()); 1190 __alloc_traits::deallocate(__alloc(), *__i, __block_size); 1212 if (__a == __c.__alloc()) 1240 _VSTD::__swap_allocator(__alloc(), __c.__alloc()); 1247 allocator_type& __a = __alloc(); 1397 __alloc_traits::max_size(__base::__alloc()), 1518 __alloc_traits::deallocate(__base::__alloc(), __base::__map_.front(), 1530 __alloc_traits::deallocate(__base::__alloc(), __base::__map_.back(), [all …]
|
D | string | 1035 const basic_string __temp (__first, __last, __alloc()); 1253 allocator_type get_allocator() const _NOEXCEPT {return __alloc();} 1439 allocator_type& __alloc() _NOEXCEPT 1442 const allocator_type& __alloc() const _NOEXCEPT 1605 if (__alloc() == __str.__alloc()) 1606 __alloc() = __str.__alloc(); 1612 __alloc() = __str.__alloc(); 1616 allocator_type __a = __str.__alloc(); 1619 __alloc() = _VSTD::move(__a); 1657 __alloc() = _VSTD::move(__c.__alloc()); [all …]
|
D | __hash_table | 805 allocator_type& __alloc() _NOEXCEPT {return __data_.second();} 807 const allocator_type& __alloc() const _NOEXCEPT {return __data_.second();} 812 __alloc_traits::deallocate(__alloc(), __p, size()); 1380 __bucket_list_.get_deleter().__alloc() = 1381 _VSTD::move(__u.__bucket_list_.get_deleter().__alloc()); 1444 __u.__bucket_list_.get_deleter().__alloc()), 0)), 1536 __bucket_list_.get_deleter().__alloc() = __u.__bucket_list_.get_deleter().__alloc(); 2223 allocator_type __alloc(__node_alloc()); 2224 return _NodeHandle(remove(__p).release(), __alloc); 2336 __pointer_allocator& __npa = __bucket_list_.get_deleter().__alloc(); [all …]
|
D | set | 763 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();} 1061 __alloc_traits::select_on_container_copy_construction(__s.__tree_.__alloc())) 1290 allocator_type get_allocator() const _NOEXCEPT {return __tree_.__alloc();}
|
/external/rust/crates/downcast-rs/src/ |
D | lib.rs | 169 pub extern crate alloc as __alloc; 172 use __alloc::{boxed::Box, rc::Rc, sync::Arc}; 258 self: $crate::__alloc::boxed::Box<Self> 259 …) -> $crate::__std::result::Result<$crate::__alloc::boxed::Box<__T>, $crate::__alloc::boxed::Box<S… 270 self: $crate::__alloc::rc::Rc<Self> 271 … ) -> $crate::__std::result::Result<$crate::__alloc::rc::Rc<__T>, $crate::__alloc::rc::Rc<Self>> { 297 self: $crate::__alloc::sync::Arc<Self>, 298 …) -> $crate::__std::result::Result<$crate::__alloc::sync::Arc<__T>, $crate::__alloc::sync::Arc<Sel… 469 … let arc: $crate::__alloc::sync::Arc<$base_type> = $crate::__alloc::sync::Arc::new(Foo(42)); 517 fn get_val(base: &$crate::__alloc::boxed::Box<$base_type>) -> u32 { [all …]
|
/external/clang/test/Modules/ |
D | pr27401.cpp | 10 _Allocator __alloc() const; 24 vector<_Tp, _Allocator>::vector(const vector &__x) : __vector_base<_Tp, _Allocator>(__x.__alloc()) … in vector()
|
/external/llvm-project/clang/test/Modules/ |
D | pr27401.cpp | 11 _Allocator __alloc() const; 25 vector<_Tp, _Allocator>::vector(const vector &__x) : __vector_base<_Tp, _Allocator>(__x.__alloc()) … in vector()
|
/external/clang/test/Modules/Inputs/PR27401/ |
D | b.h | 6 _Allocator __alloc() const;
|
/external/llvm-project/clang/test/Modules/Inputs/PR27401/ |
D | b.h | 6 _Allocator __alloc() const;
|
/external/llvm-project/pstl/include/pstl/internal/ |
D | parallel_backend_tbb.h | 532 tbb::detail::d1::small_object_allocator __alloc{}; in allocate_func_task() 534 …__alloc.new_object<__func_task<typename std::decay<_Fn>::type>>(*_M_execute_data, std::forward<_Fn… in allocate_func_task() 535 __t->_M_allocator = __alloc; in allocate_func_task() 645 auto __alloc = _M_allocator; in finalize() local 655 __alloc.deallocate(this, *__ed); in finalize() 702 tbb::detail::d1::small_object_allocator __alloc{}; 703 _M_func_task = __alloc.new_object<__func_task<_Func>>(_Func(std::forward<Args>(args)...)); 704 _M_func_task->_M_allocator = __alloc;
|
/external/angle/third_party/abseil-cpp/ |
D | symbols_x86_dbg.def | 2496 …?__alloc@?$__bucket_list_deallocator@V?$allocator@PAU?$__hash_node_base@PAU?$__hash_node@U?$__hash… 2497 …?__alloc@?$__deque_base@PBVImpl@time_zone@cctz@time_internal@absl@@V?$allocator@PBVImpl@time_zone@… 2498 …?__alloc@?$__split_buffer@PAPBVImpl@time_zone@cctz@time_internal@absl@@AAV?$allocator@PAPBVImpl@ti… 2499 …?__alloc@?$__split_buffer@PAPBVImpl@time_zone@cctz@time_internal@absl@@V?$allocator@PAPBVImpl@time… 2500 …?__alloc@?$__split_buffer@PAUCordRep@cord_internal@absl@@AAV?$allocator@PAUCordRep@cord_internal@a… 2501 …?__alloc@?$__split_buffer@PAVCordzHandle@cord_internal@absl@@AAV?$allocator@PAVCordzHandle@cord_in… 2502 …?__alloc@?$__split_buffer@PBVCordzHandle@cord_internal@absl@@AAV?$allocator@PBVCordzHandle@cord_in… 2503 …?__alloc@?$__split_buffer@UConversionItem@ParsedFormatBase@str_format_internal@absl@@AAV?$allocato… 2504 …?__alloc@?$__split_buffer@UTransition@cctz@time_internal@absl@@AAV?$allocator@UTransition@cctz@tim… 2505 …?__alloc@?$__split_buffer@UTransitionType@cctz@time_internal@absl@@AAV?$allocator@UTransitionType@… [all …]
|
D | symbols_x64_dbg.def | 2502 …?__alloc@?$__bucket_list_deallocator@V?$allocator@PEAU?$__hash_node_base@PEAU?$__hash_node@U?$__ha… 2503 …?__alloc@?$__deque_base@PEBVImpl@time_zone@cctz@time_internal@absl@@V?$allocator@PEBVImpl@time_zon… 2504 …?__alloc@?$__split_buffer@PEAPEBVImpl@time_zone@cctz@time_internal@absl@@AEAV?$allocator@PEAPEBVIm… 2505 …?__alloc@?$__split_buffer@PEAPEBVImpl@time_zone@cctz@time_internal@absl@@V?$allocator@PEAPEBVImpl@… 2506 …?__alloc@?$__split_buffer@PEAUCordRep@cord_internal@absl@@AEAV?$allocator@PEAUCordRep@cord_interna… 2507 …?__alloc@?$__split_buffer@PEAVCordzHandle@cord_internal@absl@@AEAV?$allocator@PEAVCordzHandle@cord… 2508 …?__alloc@?$__split_buffer@PEBVCordzHandle@cord_internal@absl@@AEAV?$allocator@PEBVCordzHandle@cord… 2509 …?__alloc@?$__split_buffer@UConversionItem@ParsedFormatBase@str_format_internal@absl@@AEAV?$allocat… 2510 …?__alloc@?$__split_buffer@UTransition@cctz@time_internal@absl@@AEAV?$allocator@UTransition@cctz@ti… 2511 …?__alloc@?$__split_buffer@UTransitionType@cctz@time_internal@absl@@AEAV?$allocator@UTransitionType… [all …]
|
D | symbols_arm64_dbg.def | 2505 …?__alloc@?$__bucket_list_deallocator@V?$allocator@PEAU?$__hash_node_base@PEAU?$__hash_node@U?$__ha… 2506 …?__alloc@?$__deque_base@PEBVImpl@time_zone@cctz@time_internal@absl@@V?$allocator@PEBVImpl@time_zon… 2507 …?__alloc@?$__split_buffer@PEAPEBVImpl@time_zone@cctz@time_internal@absl@@AEAV?$allocator@PEAPEBVIm… 2508 …?__alloc@?$__split_buffer@PEAPEBVImpl@time_zone@cctz@time_internal@absl@@V?$allocator@PEAPEBVImpl@… 2509 …?__alloc@?$__split_buffer@PEAUCordRep@cord_internal@absl@@AEAV?$allocator@PEAUCordRep@cord_interna… 2510 …?__alloc@?$__split_buffer@PEAVCordzHandle@cord_internal@absl@@AEAV?$allocator@PEAVCordzHandle@cord… 2511 …?__alloc@?$__split_buffer@PEBVCordzHandle@cord_internal@absl@@AEAV?$allocator@PEBVCordzHandle@cord… 2512 …?__alloc@?$__split_buffer@UConversionItem@ParsedFormatBase@str_format_internal@absl@@AEAV?$allocat… 2513 …?__alloc@?$__split_buffer@UTransition@cctz@time_internal@absl@@AEAV?$allocator@UTransition@cctz@ti… 2514 …?__alloc@?$__split_buffer@UTransitionType@cctz@time_internal@absl@@AEAV?$allocator@UTransitionType… [all …]
|