HomeSort by: relevance | last modified time | path
    Searched defs:rebind (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
new_allocator.h 62 struct rebind struct in class:new_allocator
malloc_allocator.h 69 struct rebind struct in class:malloc_allocator
alloc_traits.h 125 struct rebind struct in struct:__alloc_traits
177 struct rebind struct in struct:__alloc_traits
178 { typedef typename _Alloc::template rebind<_Tp>::other other; };
debug_allocator.h 78 class rebind class in class:debug_allocator
80 typedef typename _Traits::template rebind<_Up>::other __other;
95 rebind<value_type>::other>
extptr_allocator.h 74 struct rebind struct in class:_ExtPtr_allocator
187 struct rebind struct in class:_ExtPtr_allocator
pool_allocator.h 141 struct rebind struct in class:__pool_alloc
mt_allocator.h 655 struct rebind struct in class:__mt_alloc
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
new_allocator.h 60 struct rebind struct in class:new_allocator
malloc_allocator.h 67 struct rebind struct in class:malloc_allocator
alloc_traits.h 119 struct rebind struct in struct:__alloc_traits
163 struct rebind struct in struct:__alloc_traits
164 { typedef typename _Alloc::template rebind<_Tp>::other other; };
array_allocator.h 136 struct rebind struct in class:array_allocator
debug_allocator.h 76 class rebind class in class:debug_allocator
78 typedef typename _Traits::template rebind<_Up>::other __other;
93 rebind<value_type>::other>
extptr_allocator.h 72 struct rebind struct in class:_ExtPtr_allocator
185 struct rebind struct in class:_ExtPtr_allocator
pool_allocator.h 139 struct rebind struct in class:__pool_alloc
  /src/external/gpl3/gdb.old/dist/gdbsupport/
default-init-alloc.h 50 /* Override rebind. */
52 struct rebind struct in class:gdb::default_init_allocator
  /src/external/gpl3/gdb/dist/gdbsupport/
default-init-alloc.h 50 /* Override rebind. */
52 struct rebind struct in class:gdb::default_init_allocator
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
allocator.h 86 struct rebind struct in class:allocator
143 struct rebind struct in class:allocator
new_allocator.h 76 struct rebind struct in class:__new_allocator
  /src/external/apache2/llvm/dist/libcxx/include/__memory/
allocator.h 40 template <class _Up> struct rebind {typedef allocator<_Up> other;}; struct in class:allocator
51 template <class _Up> struct rebind {typedef allocator<_Up> other;}; struct in class:allocator
103 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct in class:allocator
184 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct in class:allocator
shared_ptr.h 366 struct rebind struct in class:allocator
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
allocator.h 88 struct rebind struct in class:allocator
144 struct rebind struct in class:allocator
new_allocator.h 76 struct rebind struct in class:__new_allocator
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h 171 struct rebind { typedef fuzzer_allocator<Other> other; }; struct in class:fuzzer::fuzzer_allocator
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAsynConnection.cpp 321 const LDAPRebind* rebind = cons->getReferralRebind(); local
333 if(rebind){
334 auth=rebind->getRebindAuth(host, port);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_dac.c 388 struct drm_encoder *rebind; local
397 list_for_each_entry(rebind, &dev->mode_config.encoder_list, head) {
398 if (rebind == encoder
399 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG)
402 dac_offset = nv04_dac_output_offset(rebind);

Completed in 26 milliseconds

1 2