Searched refs:_Alloc (Results 1 – 2 of 2) sorted by relevance
397 using _Alloc = typename std::allocator_traits< in __construct_small() typedef399 _Alloc __alloc{__allocator_}; in __construct_small()400 std::allocator_traits<_Alloc>::construct( in __construct_small()408 using _Alloc = typename std::allocator_traits< in __construct_large() typedef410 _Alloc __alloc{__allocator_}; in __construct_large()412 std::allocator_traits<_Alloc>::allocate(__alloc, 1); in __construct_large()415 std::allocator_traits<_Alloc>::construct( in __construct_large()420 std::allocator_traits<_Alloc>::deallocate(__alloc, __pointer, in __construct_large()435 using _Alloc = typename std::allocator_traits< in STDEXEC_MEMFN_DECL() typedef437 _Alloc __alloc{__self.__allocator_}; in STDEXEC_MEMFN_DECL()[all …]
63 using _Alloc = decltype(__alloc); in __delete_op() typedef65 _Alloc>::template rebind_alloc<_Operation>; in __delete_op()133 using _Alloc = decltype(__alloc); in operator ()() typedef136 _Alloc>::template rebind_alloc<_Op>; in operator ()()