| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | stl_uninitialized.h | 304 _ForwardIterator __result, _Allocator& __alloc) in _GLIBCXX_VISIBILITY() 311 __traits::construct(__alloc, std::__addressof(*__cur), *__first); in _GLIBCXX_VISIBILITY() 316 std::_Destroy(__result, __cur, __alloc); in _GLIBCXX_VISIBILITY() 331 _ForwardIterator __result, _Allocator& __alloc) in _GLIBCXX_VISIBILITY() 335 __result, __alloc); in _GLIBCXX_VISIBILITY() 344 _Allocator& __alloc) in _GLIBCXX_VISIBILITY() 348 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc); in _GLIBCXX_VISIBILITY() 354 const _Tp& __x, _Allocator& __alloc) in _GLIBCXX_VISIBILITY() 361 __traits::construct(__alloc, std::__addressof(*__cur), __x); in _GLIBCXX_VISIBILITY() 365 std::_Destroy(__first, __cur, __alloc); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | node_handle.h | 104 const _NodeAlloc& __alloc) in _GLIBCXX_VISIBILITY() 105 : _M_ptr(__ptr), _M_alloc(__alloc) { } in _GLIBCXX_VISIBILITY() 127 allocator_type __alloc(*_M_alloc); in _GLIBCXX_VISIBILITY() 128 allocator_traits<allocator_type>::destroy(__alloc, in _GLIBCXX_VISIBILITY() 191 const _NodeAlloc& __alloc) in _GLIBCXX_VISIBILITY() 192 : _Node_handle_common<_Value, _NodeAlloc>(__ptr, __alloc) in _GLIBCXX_VISIBILITY() 269 const _NodeAlloc& __alloc) in _GLIBCXX_VISIBILITY() 270 : _Node_handle_common<_Value, _NodeAlloc>(__ptr, __alloc) { } in _GLIBCXX_VISIBILITY()
|
| H A D | alloc_traits.h | 722 _Allocator& __alloc) in _GLIBCXX_VISIBILITY() 726 __alloc.destroy(std::__addressof(*__first)); in _GLIBCXX_VISIBILITY() 728 allocator_traits<_Allocator>::destroy(__alloc, in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | stl_uninitialized.h | 304 _ForwardIterator __result, _Allocator& __alloc) in _GLIBCXX_VISIBILITY() 311 __traits::construct(__alloc, std::__addressof(*__cur), *__first); in _GLIBCXX_VISIBILITY() 316 std::_Destroy(__result, __cur, __alloc); in _GLIBCXX_VISIBILITY() 331 _ForwardIterator __result, _Allocator& __alloc) in _GLIBCXX_VISIBILITY() 335 __result, __alloc); in _GLIBCXX_VISIBILITY() 344 _Allocator& __alloc) in _GLIBCXX_VISIBILITY() 348 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc); in _GLIBCXX_VISIBILITY() 354 const _Tp& __x, _Allocator& __alloc) in _GLIBCXX_VISIBILITY() 361 __traits::construct(__alloc, std::__addressof(*__cur), __x); in _GLIBCXX_VISIBILITY() 365 std::_Destroy(__first, __cur, __alloc); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | node_handle.h | 104 const _NodeAlloc& __alloc) in _GLIBCXX_VISIBILITY() 105 : _M_ptr(__ptr), _M_alloc(__alloc) { } in _GLIBCXX_VISIBILITY() 127 allocator_type __alloc(*_M_alloc); in _GLIBCXX_VISIBILITY() 128 allocator_traits<allocator_type>::destroy(__alloc, in _GLIBCXX_VISIBILITY() 191 const _NodeAlloc& __alloc) in _GLIBCXX_VISIBILITY() 192 : _Node_handle_common<_Value, _NodeAlloc>(__ptr, __alloc) in _GLIBCXX_VISIBILITY() 269 const _NodeAlloc& __alloc) in _GLIBCXX_VISIBILITY() 270 : _Node_handle_common<_Value, _NodeAlloc>(__ptr, __alloc) { } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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 …]
|
| H A 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 …]
|
| H A D | __node_handle | 73 __node_alloc_type __alloc(*__alloc_); 75 __alloc, true)(__ptr_); 82 allocator_type const& __alloc) 83 : __ptr_(__ptr), __alloc_(__alloc)
|
| H A 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 …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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 …]
|
| H A 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 …]
|
| H A D | __node_handle | 73 __node_alloc_type __alloc(*__alloc_); 75 __alloc, true)(__ptr_); 82 allocator_type const& __alloc) 83 : __ptr_(__ptr), __alloc_(__alloc)
|
| H A 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | rc_string_base.h | 195 _M_grab(const _Alloc& __alloc) const in _GLIBCXX_VISIBILITY() 197 return (!_M_is_leaked() && _M_get_allocator() == __alloc) in _GLIBCXX_VISIBILITY() 198 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc); in _GLIBCXX_VISIBILITY() 378 const _Alloc& __alloc) in _GLIBCXX_VISIBILITY() 442 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep)); in _GLIBCXX_VISIBILITY() 461 _M_clone(const _Alloc& __alloc, size_type __res) in _GLIBCXX_VISIBILITY() 466 __alloc); in _GLIBCXX_VISIBILITY()
|
| H A D | memory | 136 _Allocator __alloc) 142 __alloc.construct(&*__cur, *__first); 147 std::_Destroy(__result, __cur, __alloc);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | rc_string_base.h | 195 _M_grab(const _Alloc& __alloc) const in _GLIBCXX_VISIBILITY() 197 return (!_M_is_leaked() && _M_get_allocator() == __alloc) in _GLIBCXX_VISIBILITY() 198 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc); in _GLIBCXX_VISIBILITY() 378 const _Alloc& __alloc) in _GLIBCXX_VISIBILITY() 442 _Rep* __place = _Rep_alloc_type(__alloc).allocate(__size / sizeof(_Rep)); in _GLIBCXX_VISIBILITY() 461 _M_clone(const _Alloc& __alloc, size_type __res) in _GLIBCXX_VISIBILITY() 466 __alloc); in _GLIBCXX_VISIBILITY()
|
| H A D | memory | 136 _Allocator __alloc) 142 __alloc.construct(&*__cur, *__first); 147 std::_Destroy(__result, __cur, __alloc);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/ |
| H A D | dynamic_bitset | 78 __dynamic_bitset_base(const allocator_type& __alloc) 79 : _M_w(__alloc) 91 const allocator_type& __alloc = allocator_type()) 93 block_type(0), __alloc) 578 dynamic_bitset(const allocator_type& __alloc) 579 : _Base(__alloc) 585 const allocator_type& __alloc = allocator_type()) 586 : _Base(__nbits, __val, __alloc), 591 const allocator_type& __alloc = allocator_type()) 592 : _Base(__alloc) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/ |
| H A D | dynamic_bitset | 78 __dynamic_bitset_base(const allocator_type& __alloc) 79 : _M_w(__alloc) 91 const allocator_type& __alloc = allocator_type()) 93 block_type(0), __alloc) 578 dynamic_bitset(const allocator_type& __alloc) 579 : _Base(__alloc) 585 const allocator_type& __alloc = allocator_type()) 586 : _Base(__nbits, __val, __alloc), 591 const allocator_type& __alloc = allocator_type()) 592 : _Base(__alloc) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/ |
| H A D | executor | 1321 auto __alloc = net::get_associated_allocator(_M_h); 1322 _M_w.get_executor().dispatch(std::move(_M_h), __alloc); 1345 auto __alloc = net::get_associated_allocator(__cmpl.completion_handler); 1346 __ex.dispatch(std::move(__cmpl.completion_handler), __alloc); 1357 auto __alloc = net::get_associated_allocator(__cmpl.completion_handler); 1359 __alloc); 1381 auto __alloc = net::get_associated_allocator(__cmpl.completion_handler); 1382 __ex.post(std::move(__cmpl.completion_handler), __alloc); 1393 auto __alloc = net::get_associated_allocator(__cmpl.completion_handler); 1394 __ex.post(net::__make_dispatcher(__cmpl.completion_handler), __alloc); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/ |
| H A D | executor | 1321 auto __alloc = net::get_associated_allocator(_M_h); 1322 _M_w.get_executor().dispatch(std::move(_M_h), __alloc); 1345 auto __alloc = net::get_associated_allocator(__cmpl.completion_handler); 1346 __ex.dispatch(std::move(__cmpl.completion_handler), __alloc); 1357 auto __alloc = net::get_associated_allocator(__cmpl.completion_handler); 1359 __alloc); 1381 auto __alloc = net::get_associated_allocator(__cmpl.completion_handler); 1382 __ex.post(std::move(__cmpl.completion_handler), __alloc); 1393 auto __alloc = net::get_associated_allocator(__cmpl.completion_handler); 1394 __ex.post(net::__make_dispatcher(__cmpl.completion_handler), __alloc); [all …]
|