Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/include/
H A Dsso_allocator.h24 template <class _Tp, size_t _Np> class _LIBCPP_HIDDEN __sso_allocator; variable
49 _LIBCPP_INLINE_VISIBILITY __sso_allocator() throw() : __allocated_(false) {} in __sso_allocator() function
50 … _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator&) throw() : __allocated_(false) {} in __sso_allocator() argument
51 …template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) t… in __sso_allocator() function