Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
H A Drebind_alloc.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/allocator.traits/
H A Drebind_traits.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/allocator.traits/
H A Drebind_traits.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; struct
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Drebind_alloc.pass.cpp30 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
41 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument
61 template <class U> struct rebind {typedef ReboundA<U> otter;}; struct
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp33 template <class U> using rebind = B1<U>; typedef
50 template <class V> using rebind = D1<V, U>; typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp33 template <class U> using rebind = B1<U>; typedef
50 template <class V> using rebind = D1<V, U>; typedef
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A DPR9908.cpp27 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
/minix3/external/bsd/libc++/dist/libcxx/test/support/
H A Dtest_allocator.h54 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
114 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; argument
172 template <class U> struct rebind {typedef test_allocator<U> other;}; struct
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/
H A Dstack_allocator.h30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; argument
/minix3/external/bsd/libc++/dist/libcxx/test/containers/
H A Dstack_allocator.h30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; argument
/minix3/external/bsd/libc++/dist/libcxx/test/std/thread/futures/
H A Dtest_allocator.h48 template <class U> struct rebind {typedef test_allocator<U> other;}; struct
104 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
/minix3/external/bsd/libc++/dist/libcxx/test/thread/futures/
H A Dtest_allocator.h47 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
103 template <class U> struct rebind {typedef test_allocator<U> other;}; argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp8 template < typename > struct rebind { struct
9 typedef new_allocator other;
H A Dlpad-linetable.cpp18 struct rebind struct in std::allocator
19 { typedef allocator<_Tp1> other; };
H A Ddebug-info-use-after-free.cpp95 template < typename > struct rebind { struct
96 typedef new_allocator other;
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp244 template <class U> struct rebind {typedef B1<U> other;}; struct
252 template <class V> struct rebind {typedef D1<V, U> other;}; argument
H A Dalias-templates.cpp30 template<typename U> using rebind = traits<rebind_thing<U>>; typedef
46 template<typename U> using rebind = thing<U>; typedef
/minix3/minix/lib/liblwip/dist/src/core/
H A Dudp.c909 u8_t rebind; in udp_bind() local
/minix3/external/bsd/dhcpcd/dist/
H A Ddhcp6.h198 uint32_t rebind; member
H A Ddhcp6.c1970 uint32_t u32, renew, rebind; in dhcp6_findia() local
/minix3/external/bsd/dhcp/dist/includes/
H A Ddhcpd.h606 unsigned char expiry[4], renewal[4], rebind[4]; member
1019 TIME expiry, renewal, rebind; /* Lease timeouts. */ member
1057 u_int32_t rebind; member
/minix3/external/bsd/dhcp/dist/client/
H A Ddhc6.c3888 TIME renew=MAX_TIME, rebind=MAX_TIME, depref=MAX_TIME, in dhc6_check_times() local
/minix3/external/bsd/dhcp/dist/server/
H A Ddhcpv6.c77 u_int32_t renew, rebind, prefer, valid; member