Searched refs:rebind (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | pointer_traits.h | 87 static true_type __test(typename _Xp::template rebind<_Up>* = 0); 97 typedef _LIBCPP_NODEBUG typename _Tp::template rebind<_Up> type; 99 typedef _LIBCPP_NODEBUG typename _Tp::template rebind<_Up>::other type; 106 typedef _LIBCPP_NODEBUG typename _Sp<_Tp, _Args...>::template rebind<_Up> type; 108 typedef _LIBCPP_NODEBUG typename _Sp<_Tp, _Args...>::template rebind<_Up>::other type; 128 using rebind = typename __pointer_traits_rebind<pointer, _Up>::type; 131 struct rebind { 157 using rebind = _Up*; 160 struct rebind { 177 using __rebind_pointer_t = typename pointer_traits<_From>::template rebind<_To>; [all …]
|
H A D | allocator_traits.h | 65 using type = typename pointer_traits<_Ptr>::template rebind<const _Tp>::other; 67 using type _LIBCPP_NODEBUG = typename pointer_traits<_Ptr>::template rebind<const _Tp>; 80 using type _LIBCPP_NODEBUG = typename pointer_traits<_Ptr>::template rebind<void>::other; 82 using type _LIBCPP_NODEBUG = typename pointer_traits<_Ptr>::template rebind<void>; 95 using type _LIBCPP_NODEBUG = typename pointer_traits<_Ptr>::template rebind<const void>::other; 97 using type _LIBCPP_NODEBUG = typename pointer_traits<_Ptr>::template rebind<const void>; 162 struct __has_rebind_other<_Tp, _Up, __void_t<typename _Tp::template rebind<_Up>::other> > : true_ty… 167 using type _LIBCPP_NODEBUG = typename _Tp::template rebind<_Up>::other; 171 using type _LIBCPP_NODEBUG = typename _Alloc<_Tp, _Args...>::template rebind<_Up>::other;
|
H A D | allocator.h | 46 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct 61 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { argument 144 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { 225 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {
|
H A D | shared_ptr.h | 334 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 | 739 ip->client->new->rebind += cur_time + 10000; in state_selecting() 841 ip->client->new->rebind = getULong( in dhcpack() 844 ip->client->new->rebind = getULong( in dhcpack() 847 ip->client->new->rebind = ip->client->new->renewal / 4 * 7; in dhcpack() 848 if (ip->client->new->rebind < 0 || in dhcpack() 849 ip->client->new->rebind > ip->client->new->renewal / 4 * 7) in dhcpack() 850 ip->client->new->rebind = ip->client->new->renewal / 4 * 7; in dhcpack() 855 ip->client->new->rebind += cur_time; in dhcpack() 1581 cur_time > ip->client->active->rebind) in send_request() 2052 t = gmtime(&lease->rebind); in write_client_lease()
|
H A D | dhcpd.h | 125 time_t expiry, renewal, rebind; member
|
H A D | clparse.c | 663 lease->rebind = parse_date(cfile); in parse_client_lease_declaration()
|
/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 359 struct rebind {
|
H A D | __hash_table | 246 "_VoidPtr does not rebind to _NodePtr."); 704 "Allocator does not rebind pointers in a sane manner."); 708 "Allocator does not rebind pointers in a sane manner.");
|
H A D | __tree | 618 "_VoidPtr does not rebind to _NodePtr."); 927 "Allocator does not rebind pointers in a sane manner."); 931 "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 | 473 using rebind = expected<_Up, error_type>; 1381 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 | 509 Allow rpcapd to rebind more rapidly (GitHub issue #765) 663 Allow rpcapd to rebind more rapidly
|
/freebsd/share/dict/ |
H A D | web2 | 164233 rebind
|