Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dallocator.h45 template <class _Up> struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {typedef allocator<_Up> other;}; argument
58 template <class _Up> struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {typedef allocator<_Up> other;}; argument
H A Dshared_ptr.h364 struct rebind struct
366 typedef allocator<_Other> other;
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dallocator.h74 struct rebind struct
97 struct rebind struct
98 { typedef allocator<_Tp1> other; };
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemclass4.C7 template <class U> struct rebind { struct
8 typedef allocator<U> other;
H A Dttp64.C39 template <template <class U2> class O> struct rebind { typedef B<O> other ;}; struct
/openbsd-src/gnu/llvm/libcxx/src/include/
H A Dsso_allocator.h45 struct rebind { struct
46 using other = __sso_allocator<U, _Np>;
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dnew_allocator.h65 struct rebind struct
66 { typedef new_allocator<_Tp1> other; };
H A Dmalloc_allocator.h66 struct rebind struct
67 { typedef malloc_allocator<_Tp1> other; };
H A Darray_allocator.h109 struct rebind struct
110 { typedef array_allocator<_Tp1, _Array1> other; };
H A Dpool_allocator.h141 struct rebind struct
142 { typedef __pool_alloc<_Tp1> other; };
H A Dthrow_allocator.h204 struct rebind struct
206 typedef throw_allocator<U> other;
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_alloc.h649 struct rebind struct
650 { typedef allocator<_Tp1> other; };
703 struct rebind struct
704 { typedef allocator<_Tp1> other; };
745 struct rebind struct
746 { typedef __allocator<_Tp1, _Alloc> other; };
H A Dpthread_allocimpl.h426 template <class _NewType> struct rebind { struct
427 typedef pthread_allocator<_NewType> other;
467 template <class _NewType> struct rebind { struct
468 typedef pthread_allocator<_NewType> other;
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_allocator.h111 template<class U> struct rebind { typedef tracker_alloc<U> other; }; argument
/openbsd-src/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h102 using rebind = expected<_Up, error_type>; variable
674 using rebind = expected<_Up, error_type>; variable
/openbsd-src/usr.sbin/dhcpd/
H A Ddhcpd.h144 u_int32_t expiry, renewal, rebind; member