/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/ |
H A D | rebind_alloc.pass.cpp | 30 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 D | rebind_traits.pass.cpp | 30 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 D | rebind_traits.pass.cpp | 30 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 D | rebind_alloc.pass.cpp | 30 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 D | rebind.pass.cpp | 33 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 D | rebind.pass.cpp | 33 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 D | PR9908.cpp | 27 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
|
/minix3/external/bsd/libc++/dist/libcxx/test/support/ |
H A D | test_allocator.h | 54 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 D | stack_allocator.h | 30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; argument
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/ |
H A D | stack_allocator.h | 30 template <class U> struct rebind {typedef stack_allocator<U, N> other;}; argument
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/thread/futures/ |
H A D | test_allocator.h | 48 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 D | test_allocator.h | 47 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 D | thunk-use-after-free.cpp | 8 template < typename > struct rebind { struct 9 typedef new_allocator other;
|
H A D | lpad-linetable.cpp | 18 struct rebind struct in std::allocator 19 { typedef allocator<_Tp1> other; };
|
H A D | debug-info-use-after-free.cpp | 95 template < typename > struct rebind { struct 96 typedef new_allocator other;
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | instantiate-member-template.cpp | 244 template <class U> struct rebind {typedef B1<U> other;}; struct 252 template <class V> struct rebind {typedef D1<V, U> other;}; argument
|
H A D | alias-templates.cpp | 30 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 D | udp.c | 909 u8_t rebind; in udp_bind() local
|
/minix3/external/bsd/dhcpcd/dist/ |
H A D | dhcp6.h | 198 uint32_t rebind; member
|
H A D | dhcp6.c | 1970 uint32_t u32, renew, rebind; in dhcp6_findia() local
|
/minix3/external/bsd/dhcp/dist/includes/ |
H A D | dhcpd.h | 606 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 D | dhc6.c | 3888 TIME renew=MAX_TIME, rebind=MAX_TIME, depref=MAX_TIME, in dhc6_check_times() local
|
/minix3/external/bsd/dhcp/dist/server/ |
H A D | dhcpv6.c | 77 u_int32_t renew, rebind, prefer, valid; member
|