Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dextptr_allocator.h72 struct rebind in _GLIBCXX_VISIBILITY() struct
73 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY()
185 struct rebind in _GLIBCXX_VISIBILITY() struct
186 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY()
H A Dnew_allocator.h60 struct rebind in _GLIBCXX_VISIBILITY() struct
61 { 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 Dalloc_traits.h119 struct rebind in _GLIBCXX_VISIBILITY() struct
120 { typedef typename _Base_type::template rebind_alloc<_Tp> other; }; in _GLIBCXX_VISIBILITY()
163 struct rebind in _GLIBCXX_VISIBILITY() struct
164 { typedef typename _Alloc::template rebind<_Tp>::other other; }; in _GLIBCXX_VISIBILITY()
H A Dpool_allocator.h139 struct rebind in _GLIBCXX_VISIBILITY() struct
140 { typedef __pool_alloc<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
H A Dthrow_allocator.h928 struct rebind in _GLIBCXX_VISIBILITY() struct
929 { typedef throw_allocator_limit<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
955 struct rebind in _GLIBCXX_VISIBILITY() struct
956 { typedef throw_allocator_random<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dextptr_allocator.h72 struct rebind in _GLIBCXX_VISIBILITY() struct
73 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY()
185 struct rebind in _GLIBCXX_VISIBILITY() struct
186 { typedef _ExtPtr_allocator<_Up> other; }; in _GLIBCXX_VISIBILITY()
H A Dnew_allocator.h68 struct rebind in _GLIBCXX_VISIBILITY() struct
69 { 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 Dalloc_traits.h119 struct rebind in _GLIBCXX_VISIBILITY() struct
120 { typedef typename _Base_type::template rebind_alloc<_Tp> other; }; in _GLIBCXX_VISIBILITY()
163 struct rebind in _GLIBCXX_VISIBILITY() struct
164 { typedef typename _Alloc::template rebind<_Tp>::other 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.h139 struct rebind in _GLIBCXX_VISIBILITY() struct
140 { typedef __pool_alloc<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
H A Dthrow_allocator.h928 struct rebind in _GLIBCXX_VISIBILITY() struct
929 { typedef throw_allocator_limit<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
950 struct rebind in _GLIBCXX_VISIBILITY() struct
951 { typedef throw_allocator_random<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocator.h40 template <class _Up> struct rebind {typedef allocator<_Up> other;}; struct
51 template <class _Up> struct rebind {typedef allocator<_Up> other;}; argument
103 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct
104 typedef allocator<_Up> other;
184 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct
185 typedef allocator<_Up> other;
H A Dshared_ptr.h366 struct rebind struct
368 typedef allocator<_Other> other;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dallocator.h88 struct rebind in _GLIBCXX_VISIBILITY() struct
89 { typedef allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
144 struct rebind in _GLIBCXX_VISIBILITY() struct
145 { typedef allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
H A Dnew_allocator.h76 struct rebind in _GLIBCXX_VISIBILITY() struct
77 { typedef __new_allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dallocator.h85 struct rebind in _GLIBCXX_VISIBILITY() struct
86 { typedef allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
137 struct rebind in _GLIBCXX_VISIBILITY() struct
138 { typedef allocator<_Tp1> other; }; in _GLIBCXX_VISIBILITY()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_binding.c497 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind) in vmw_binding_scrub_shader()
529 bool rebind) in vmw_binding_scrub_render_target()
565 bool rebind) in vmw_binding_scrub_texture()
599 static int vmw_binding_scrub_dx_shader(struct vmw_ctx_bindinfo *bi, bool rebind) in vmw_binding_scrub_dx_shader()
628 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind) in vmw_binding_scrub_cb()
1064 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind) in vmw_binding_scrub_sr()
1086 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind) in vmw_binding_scrub_dx_rt()
1103 static int vmw_binding_scrub_so(struct vmw_ctx_bindinfo *bi, bool rebind) in vmw_binding_scrub_so()
1120 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind) in vmw_binding_scrub_vb()
1139 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind) in vmw_binding_scrub_ib()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPConstraints.cpp94 void LDAPConstraints::setReferralRebind(const LDAPRebind* rebind){ in setReferralRebind()
H A DLDAPAsynConnection.cpp321 const LDAPRebind* rebind = cons->getReferralRebind(); in referralConnect() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDefs.h171 struct rebind { typedef fuzzer_allocator<Other> other; }; argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_dac.c388 struct drm_encoder *rebind; in nv04_dac_mode_set() local
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp6.h206 uint32_t rebind; member
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsedit.c1761 addsymbol(num, name, rebind) in addsymbol() argument

12