Home
last modified time | relevance | path

Searched refs:allocator_arg (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Duses_allocator.h53 _GLIBCXX17_INLINE constexpr allocator_arg_t allocator_arg = in _GLIBCXX_VISIBILITY() local
174 ::new ((void*)__ptr) _Tp(allocator_arg, *__a._M_a, in _GLIBCXX_VISIBILITY()
Duses_allocator_args.h68 allocator_arg, __a, std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dscoped_allocator218 allocator_arg, inner_allocator(),
487 return { allocator_arg, inner_allocator(),
Dtuple100 : _M_head_impl(allocator_arg, *__a._M_a) { }
115 : _M_head_impl(allocator_arg, *__a._M_a, std::forward<_UHead>(__uhead))
156 : _Head(allocator_arg, *__a._M_a) { }
171 : _Head(allocator_arg, *__a._M_a, std::forward<_UHead>(__uhead)) { }
209 : _M_head_impl(allocator_arg, *__a._M_a) { }
224 : _M_head_impl(allocator_arg, *__a._M_a, std::forward<_UHead>(__uhead))
Dmemory_resource272 ::new(__p) _Tp1(allocator_arg, *this,
391 allocator_arg, *__ua._M_a, std::get<_Ind>(std::move(__t))...
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20173003 * include/bits/uses_allocator.h (allocator_arg, uses_allocator_v)
DChangeLog-201653 sfinae away when the first argument is an allocator_arg.
9304 * include/bits/uses_allocator.h (allocator_arg_t, allocator_arg,
DChangeLog-20101663 * include/bits/allocator.h (allocator_arg_t, allocator_arg,