Home
last modified time | relevance | path

Searched refs:rebind (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dpointer_traits.h89 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 Dallocator_traits.h51 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 Dallocator.h48 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct
132 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {
H A Dshared_ptr.h224 struct rebind { struct
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dpointer_traits.h87 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 Dallocator.h43 struct rebind { struct
58 struct rebind { struct
131 struct rebind {
H A Dallocator_traits.h64 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 Dshared_ptr.h332 struct rebind { struct
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h46 struct rebind { argument
45 struct rebind { global() struct
/freebsd/sbin/dhclient/
H A Ddhclient.c759 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 Ddhcpd.h129 time_t expiry, renewal, rebind; member
H A Dclparse.c694 lease->rebind = parse_date(cfile); in parse_client_lease_declaration()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmemory33 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_table233 "_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__tree618 "_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 Dmemory33 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 Dscoped_allocator43 struct rebind
362 struct rebind {
H A D__hash_table270 "_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__tree846 "Allocator does not rebind pointers in a sane manner.");
850 "Allocator does not rebind pointers in a sane manner.");
/freebsd/contrib/tcsh/
H A DFAQ239 to. You can use bindkey to see your settings, and to rebind up & down
/freebsd/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h479 using rebind = expected<_Up, error_type>;
1405 using rebind = expected<_Up, error_type>;
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr84 rebind \
809 time_list = "renew rebind expire"
/freebsd/contrib/libpcap/
H A DCHANGES616 Allow rpcapd to rebind more rapidly (GitHub issue #765)
770 Allow rpcapd to rebind more rapidly
/freebsd/crypto/krb5/src/util/et/
H A Dtexinfo.tex1409 % @lisp does a \begingroup so it can rebind things,
/freebsd/share/dict/
H A Dweb2164233 rebind