Home
last modified time | relevance | path

Searched defs:__sso_allocator (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/src/include/
H A Dsso_allocator.h24 template <class _Tp, size_t _Np> class _LIBCPP_HIDDEN __sso_allocator; variable
44 _LIBCPP_INLINE_VISIBILITY __sso_allocator() throw() : __allocated_(false) {} in __sso_allocator() function
45 … _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator&) throw() : __allocated_(false) {} in __sso_allocator() argument
46 …template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) t… in __sso_allocator() function