| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | pointer_traits.h | 89 static true_type __test(typename _Xp::template rebind<_Up>* = 0); 99 using type _LIBCPP_NODEBUG = typename _Tp::template rebind<_Up>; 101 using type _LIBCPP_NODEBUG = typename _Tp::template rebind<_Up>::other; 108 using type _LIBCPP_NODEBUG = typename _Sp<_Tp, _Args...>::template rebind<_Up>; 110 using type _LIBCPP_NODEBUG = typename _Sp<_Tp, _Args...>::template rebind<_Up>::other; 130 using rebind = typename __pointer_traits_rebind<pointer, _Up>::type; 133 struct rebind { 159 using rebind = _Up*; 162 struct rebind { 179 using __rebind_pointer_t _LIBCPP_NODEBUG = typename pointer_traits<_From>::template rebind<_To>; [all …]
|
| H A D | allocator_traits.h | 51 using type _LIBCPP_NODEBUG = typename pointer_traits<_Ptr>::template rebind<_Tp>::other; 53 using type _LIBCPP_NODEBUG = typename pointer_traits<_Ptr>::template rebind<_Tp>; 144 inline const bool __has_rebind_other_v<_Tp, _Up, __void_t<typename _Tp::template rebind<_Up>::other… 149 using type _LIBCPP_NODEBUG = typename _Tp::template rebind<_Up>::other; 153 using type _LIBCPP_NODEBUG = typename _Alloc<_Tp, _Args...>::template rebind<_Up>::other;
|
| H A D | allocator.h | 48 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 132 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {
|
| H A D | shared_ptr.h | 224 struct rebind { struct
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/ |
| H A D | pointer_traits.h | 87 static true_type __test(typename _Xp::template rebind<_Up>* = 0); 96 typedef _LIBCPP_NODEBUG typename _Tp::template rebind<_Up>::other type; 101 typedef _LIBCPP_NODEBUG typename _Sp<_Tp, _Args...>::template rebind<_Up>::other type; 119 struct rebind { 143 struct rebind { 158 using __rebind_pointer_t = typename pointer_traits<_From>::template rebind<_To>::other;
|
| H A D | allocator.h | 43 struct rebind { struct 58 struct rebind { struct 131 struct rebind {
|
| H A D | allocator_traits.h | 64 using type = typename pointer_traits<_Ptr>::template rebind<const _Tp>::other; 75 using type _LIBCPP_NODEBUG = typename pointer_traits<_Ptr>::template rebind<void>::other; 86 using type _LIBCPP_NODEBUG = typename pointer_traits<_Ptr>::template rebind<const void>::other; 150 struct __has_rebind_other<_Tp, _Up, __void_t<typename _Tp::template rebind<_Up>::other> > : true_ty… 155 using type _LIBCPP_NODEBUG = typename _Tp::template rebind<_Up>::other; 159 using type _LIBCPP_NODEBUG = typename _Alloc<_Tp, _Args...>::template rebind<_Up>::other;
|
| H A D | shared_ptr.h | 332 struct rebind { struct
|
| /freebsd/contrib/llvm-project/libcxx/src/include/ |
| H A D | sso_allocator.h | 46 struct rebind { argument 45 struct rebind { global() struct
|
| /freebsd/sbin/dhclient/ |
| H A D | dhclient.c | 759 ip->client->new->rebind += cur_time + 10000; in state_selecting() 933 ip->client->new->rebind = getULong( in dhcpack() 936 ip->client->new->rebind = getULong( in dhcpack() 939 ip->client->new->rebind = ip->client->new->renewal / 4 * 7; in dhcpack() 940 if (ip->client->new->rebind < 0 || in dhcpack() 941 ip->client->new->rebind > ip->client->new->renewal / 4 * 7) in dhcpack() 942 ip->client->new->rebind = ip->client->new->renewal / 4 * 7; in dhcpack() 947 ip->client->new->rebind += cur_time; in dhcpack() 1716 cur_time > ip->client->active->rebind) in send_request() 2229 t = gmtime(&lease->rebind); in write_client_lease()
|
| H A D | dhcpd.h | 129 time_t expiry, renewal, rebind; member
|
| H A D | clparse.c | 694 lease->rebind = parse_date(cfile); in parse_client_lease_declaration()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | memory | 33 template <class U> using rebind = <details>; 45 template <class U> using rebind = U*; 62 | pointer_traits<pointer>::rebind<const value_type> 65 | pointer_traits<pointer>::rebind<void> 68 | pointer_traits<pointer>::rebind<const void> 85 template <class T> using rebind_alloc = Alloc::rebind<T>::other | Alloc<T, Args...>; 120 template <class _Up> struct rebind {typedef allocator<_Up> other;}; 138 …template <class U> struct rebind {typedef allocator<U> other;}; // deprecated in C++17, removed in…
|
| H A D | __hash_table | 233 "_VoidPtr does not rebind to _NodePtr."); 665 "Allocator does not rebind pointers in a sane manner."); 669 "Allocator does not rebind pointers in a sane manner.");
|
| H A D | __tree | 618 "_VoidPtr does not rebind to _NodePtr."); 904 "Allocator does not rebind pointers in a sane manner."); 908 "Allocator does not rebind pointers in a sane manner.");
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | memory | 33 template <class U> using rebind = <details>; 45 template <class U> using rebind = U*; 62 | pointer_traits<pointer>::rebind<const value_type> 65 | pointer_traits<pointer>::rebind<void> 68 | pointer_traits<pointer>::rebind<const void> 85 template <class T> using rebind_alloc = Alloc::rebind<T>::other | Alloc<T, Args...>; 120 template <class _Up> struct rebind {typedef allocator<_Up> other;}; 138 …template <class U> struct rebind {typedef allocator<U> other;}; // deprecated in C++17, removed in…
|
| H A D | scoped_allocator | 43 struct rebind 362 struct rebind {
|
| H A D | __hash_table | 270 "_VoidPtr does not rebind to _NodePtr."); 728 "Allocator does not rebind pointers in a sane manner."); 732 "Allocator does not rebind pointers in a sane manner.");
|
| H A D | __tree | 846 "Allocator does not rebind pointers in a sane manner."); 850 "Allocator does not rebind pointers in a sane manner.");
|
| /freebsd/contrib/tcsh/ |
| H A D | FAQ | 239 to. You can use bindkey to see your settings, and to rebind up & down
|
| /freebsd/contrib/llvm-project/libcxx/include/__expected/ |
| H A D | expected.h | 479 using rebind = expected<_Up, error_type>; 1405 using rebind = expected<_Up, error_type>;
|
| /freebsd/usr.sbin/bsdconfig/share/media/ |
| H A D | tcpip.subr | 84 rebind \ 809 time_list = "renew rebind expire"
|
| /freebsd/contrib/libpcap/ |
| H A D | CHANGES | 616 Allow rpcapd to rebind more rapidly (GitHub issue #765) 770 Allow rpcapd to rebind more rapidly
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | texinfo.tex | 1409 % @lisp does a \begingroup so it can rebind things,
|
| /freebsd/share/dict/ |
| H A D | web2 | 164233 rebind
|