Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dextptr_allocator.h72 struct rebind in _GLIBCXX_VISIBILITY() struct
73 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY()
178 struct rebind in _GLIBCXX_VISIBILITY() struct
179 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY()
H A Dalloc_traits.h116 struct rebind in _GLIBCXX_VISIBILITY() struct
117 { typedef typename _Base_type::template rebind_alloc<_Tp> other; }; in _GLIBCXX_VISIBILITY()
155 struct rebind in _GLIBCXX_VISIBILITY() struct
156 { typedef typename _Alloc::template rebind<_Tp>::other other; }; in _GLIBCXX_VISIBILITY()
H A Dnew_allocator.h70 struct rebind in _GLIBCXX_VISIBILITY() struct
71 { typedef new_allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
H A Dmalloc_allocator.h69 struct rebind in _GLIBCXX_VISIBILITY() struct
70 { typedef malloc_allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
H A Darray_allocator.h136 struct rebind in _GLIBCXX_VISIBILITY() struct
138 typedef array_allocator<_Tp1, _Array1> other _GLIBCXX_DEPRECATED; in _GLIBCXX_VISIBILITY()
H A Dpool_allocator.h141 struct rebind in _GLIBCXX_VISIBILITY() struct
142 { typedef __pool_alloc<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
H A Dthrow_allocator.h903 struct rebind in _GLIBCXX_VISIBILITY() struct
904 { typedef throw_allocator_limit<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
924 struct rebind in _GLIBCXX_VISIBILITY() struct
925 { typedef throw_allocator_random<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dextptr_allocator.h72 struct rebind in _GLIBCXX_VISIBILITY() struct
73 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY()
178 struct rebind in _GLIBCXX_VISIBILITY() struct
179 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY()
H A Dnew_allocator.h66 struct rebind in _GLIBCXX_VISIBILITY() struct
67 { typedef new_allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
H A Dmalloc_allocator.h67 struct rebind in _GLIBCXX_VISIBILITY() struct
68 { typedef malloc_allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
H A Darray_allocator.h122 struct rebind in _GLIBCXX_VISIBILITY() struct
123 { typedef array_allocator<_Tp1, _Array1> other; }; in _GLIBCXX_VISIBILITY()
H A Dpool_allocator.h140 struct rebind in _GLIBCXX_VISIBILITY() struct
141 { typedef __pool_alloc<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
H A Dthrow_allocator.h701 struct rebind in _GLIBCXX_VISIBILITY() struct
702 { typedef throw_allocator_limit<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
722 struct rebind in _GLIBCXX_VISIBILITY() struct
723 { typedef throw_allocator_random<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dallocator.h78 struct rebind in _GLIBCXX_VISIBILITY() struct
79 { typedef allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
101 struct rebind in _GLIBCXX_VISIBILITY() struct
102 { typedef allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dallocator.h78 struct rebind in _GLIBCXX_VISIBILITY() struct
79 { typedef allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
120 struct rebind in _GLIBCXX_VISIBILITY() struct
121 { typedef allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
/dflybsd-src/sbin/dhclient/
H A Ddhcpd.h108 time_t expiry, renewal, rebind; member
/dflybsd-src/contrib/dhcpcd/src/
H A Ddhcp6.h206 uint32_t rebind; member
/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1759 addsymbol(num, name, rebind) in addsymbol() argument