Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Drebind_alloc.pass.cpp31 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 Drebind.compile.pass.cpp34 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 Drebind_traits.pass.cpp31 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 Dallocator.h46 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { global() struct
61 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { global() struct
62 otherrebind global() argument
H A Dshared_ptr.h334 struct rebind { global() struct
335 otherrebind global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dforward-declaration-namespace.cpp121 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 Dctor_iterators.pass.cpp29 struct rebind { struct
30 using other = alloc<U>;
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
H A Dctor_iterators.pass.cpp32 struct rebind { struct
33 using other = alloc<U>;
/llvm-project/clang/test/SemaCXX/
H A DPR9908.cpp27 template <class U> struct rebind {typedef ReboundA<U> other;}; argument
/llvm-project/libcxx/test/std/input.output/string.streams/stringstream/stringstream.cons/
H A Dstring.pass.cpp25 otherNoDefaultAllocator::rebind global() argument
/llvm-project/libcxx/src/include/
H A Dsso_allocator.h46 struct rebind { struct
47 using other = __sso_allocator<U, _Np>;
/llvm-project/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp8 template < typename > struct rebind { struct
9 typedef new_allocator other;
H A Dlpad-linetable.cpp17 struct rebind struct in std::allocator
18 { typedef allocator<_Tp1> other; };
H A Ddebug-info-use-after-free.cpp97 template < typename > struct rebind { struct
98 typedef new_allocator other;
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp244 template <class U> struct rebind {typedef B1<U> other;}; struct
252 template <class V> struct rebind {typedef D1<V, U> other;}; struct
H A Dalias-templates.cpp30 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 Dallocation_guard.pass.cpp40 struct rebind { global() struct
41 otherAssignableAllocator::rebind global() argument
/llvm-project/libcxx/test/support/
H A Dtest_allocator.h84 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 Dallocators.h203 struct rebind { struct
204 typedef MaybePOCCAAllocator<U, POCCAValue> other;
H A Dcontrolled_allocators.h233 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 Dallocate_shared.lwg2070.pass.cpp97 struct rebind { struct
98 typedef FactoryAllocator<T1> other;
/llvm-project/clang/test/Frontend/
H A Dftime-report-template-decl.cpp149 using rebind = _Wrap_alloc; global() typedef
/llvm-project/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp160 struct rebind { global() struct in UncompressibleAllocator
161 otherUncompressibleAllocator::rebind global() argument
/llvm-project/flang/include/flang/Lower/
H A DIterationSpace.h150 void rebind(FrontEndExpr e, GenerateElementalArrayFunc &&fun) { in rebind() function