/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
H A D | rebind_alloc.pass.cpp | 31 template <class U> struct rebind {typedef ReboundA<U> other;}; struct 42 template <class V> struct rebind {typedef ReboundB<V, U> other;}; argument 62 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument 70 struct rebind { typedef void other; }; argument 77 struct rebind { struct 79 typedef void other;
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
H A D | rebind.compile.pass.cpp | 34 template <class U> using rebind = B1<U>; typedef 51 template <class V> using rebind = D1<V, U>; typedef 61 void rebind() {} in rebind() function 70 using rebind = void; typedef 79 static constexpr int rebind = 42; member
|
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/ |
H A D | rebind_traits.pass.cpp | 31 template <class U> struct rebind {typedef ReboundA<U> other;}; struct 42 template <class V> struct rebind {typedef ReboundB<V, U> other;}; struct 62 template <class U> struct rebind {typedef ReboundA<U> otter;}; argument
|
/llvm-project/libcxx/include/__memory/ |
H A D | allocator.h | 46 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { global() struct 61 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { global() struct 62 otherrebind global() argument
|
H A D | shared_ptr.h | 334 struct rebind { global() struct 335 otherrebind global() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | forward-declaration-namespace.cpp | 121 struct rebind { typedef T_TEMP<_Tp1> other; }; struct in na::T_TEMP 133 struct rebind { typedef T_TEMP_1<_Tp1> other; }; argument
|
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons/ |
H A D | ctor_iterators.pass.cpp | 29 struct rebind { struct 30 using other = alloc<U>;
|
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons/ |
H A D | ctor_iterators.pass.cpp | 32 struct rebind { struct 33 using other = alloc<U>;
|
/llvm-project/clang/test/SemaCXX/ |
H A D | PR9908.cpp | 27 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
|
/llvm-project/libcxx/test/std/input.output/string.streams/stringstream/stringstream.cons/ |
H A D | string.pass.cpp | 25 otherNoDefaultAllocator::rebind global() argument
|
/llvm-project/libcxx/src/include/ |
H A D | sso_allocator.h | 46 struct rebind { struct 47 using other = __sso_allocator<U, _Np>;
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | thunk-use-after-free.cpp | 8 template < typename > struct rebind { struct 9 typedef new_allocator other;
|
H A D | lpad-linetable.cpp | 17 struct rebind struct in std::allocator 18 { typedef allocator<_Tp1> other; };
|
H A D | debug-info-use-after-free.cpp | 97 template < typename > struct rebind { struct 98 typedef new_allocator other;
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-member-template.cpp | 244 template <class U> struct rebind {typedef B1<U> other;}; struct 252 template <class V> struct rebind {typedef D1<V, U> other;}; struct
|
H A D | alias-templates.cpp | 30 template<typename U> using rebind = traits<rebind_thing<U>>; typedef 46 template<typename U> using rebind = thing<U>; typedef
|
/llvm-project/libcxx/test/libcxx/memory/ |
H A D | allocation_guard.pass.cpp | 40 struct rebind { global() struct 41 otherAssignableAllocator::rebind global() argument
|
/llvm-project/libcxx/test/support/ |
H A D | test_allocator.h | 84 struct rebind { struct 85 otherrebind global() argument 216 struct rebind { global() struct 217 otherrebind global() argument 455 struct rebind { global() struct 456 otherrebind global() argument
|
H A D | allocators.h | 203 struct rebind { struct 204 typedef MaybePOCCAAllocator<U, POCCAValue> other;
|
H A D | controlled_allocators.h | 233 struct rebind { using other = CountingAllocator<U, ID>; }; struct 299 struct rebind { using other = CountingAllocator<U, ID>; }; argument
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared.lwg2070.pass.cpp | 97 struct rebind { struct 98 typedef FactoryAllocator<T1> other;
|
/llvm-project/clang/test/Frontend/ |
H A D | ftime-report-template-decl.cpp | 149 using rebind = _Wrap_alloc; global() typedef
|
/llvm-project/libcxx/test/libcxx/gdb/ |
H A D | gdb_pretty_printer_test.sh.cpp | 160 struct rebind { global() struct in UncompressibleAllocator 161 otherUncompressibleAllocator::rebind global() argument
|
/llvm-project/flang/include/flang/Lower/ |
H A D | IterationSpace.h | 150 void rebind(FrontEndExpr e, GenerateElementalArrayFunc &&fun) { in rebind() function
|