Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h26 class _LIBCPP_HIDDEN __sso_allocator; variable
29 class _LIBCPP_HIDDEN __sso_allocator<void, _Np> {
36 class _LIBCPP_HIDDEN __sso_allocator {
47 using other = __sso_allocator<U, _Np>;
50 _LIBCPP_HIDE_FROM_ABI __sso_allocator() throw() : __allocated_(false) {} in __sso_allocator() function
51 _LIBCPP_HIDE_FROM_ABI __sso_allocator(const __sso_allocator&) throw() : __allocated_(false) {} in __sso_allocator() function
53 …_LIBCPP_HIDE_FROM_ABI __sso_allocator(const __sso_allocator<_Up, _Np>&) throw() : __allocated_(fal… in __sso_allocator() function
56 __sso_allocator& operator=(const __sso_allocator&);
59 …_LIBCPP_HIDE_FROM_ABI pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_p…
74 …_LIBCPP_HIDE_FROM_ABI bool operator==(const __sso_allocator& __a) const { return &buf_ == &__a.buf…
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp131 vector<facet*, __sso_allocator<facet*, N> > facets_;
/freebsd-14.2/
H A DObsoleteFiles.inc3487 OLD_FILES+=usr/include/c++/v1/__sso_allocator
3506 OLD_FILES+=usr/include/c++/v1/tr1/__sso_allocator