Home
last modified time | relevance | path

Searched defs:allocator_type (Results 1 – 21 of 21) sorted by relevance

/llvm-project/libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.trait/
H A Duses_allocator.pass.cpp25 typedef int allocator_type; typedef
29 static int allocator_type; member
33 static int allocator_type() { return 0; } in allocator_type() function
38 typedef int allocator_type; typedef
/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct.pass.cpp28 typedef A1<B> allocator_type; typedef
42 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type; typedef
56 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type; typedef
71 typedef std::scoped_allocator_adaptor<A1<E>> allocator_type; typedef
86 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type; typedef
106 typedef std::scoped_allocator_adaptor<std::allocator<G>> allocator_type; typedef
/llvm-project/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp17 typedef _Allocator allocator_type; typedef in basic_string
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
H A Dconstruct_piecewise_pair_evil.pass.cpp55 using allocator_type = EvilAlloc<char>; typedef
68 using allocator_type = EvilAlloc<char>; typedef
81 using allocator_type = EvilAlloc<char>; typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp29 typedef _Alloc allocator_type; typedef
44 typedef _Alloc allocator_type; typedef in std::vector
/llvm-project/clang/test/CXX/except/except.spec/
H A Dcanonical.cpp22 typedef _Allocator allocator_type; typedef in std::basic_string
/llvm-project/libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/
H A Dcommon.h21 using allocator_type = Alloc; member
42 using allocator_type = Alloc; member
/llvm-project/clang/test/SemaCXX/
H A DPR9908.cpp13 typedef Alloc allocator_type; typedef
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/
H A Dalloc_last.h20 typedef A1<int> allocator_type; typedef
H A Dalloc_first.h20 typedef A1<int> allocator_type; typedef
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_queue_alloc.pass.cpp37 typedef test_allocator<int> allocator_type; typedef
H A Dctor_rcontainer_alloc.pass.cpp41 typedef test_allocator<MoveOnly> allocator_type; typedef
H A Dctor_rqueue_alloc.pass.cpp41 typedef test_allocator<MoveOnly> allocator_type; typedef
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_copy_alloc.pass.cpp37 typedef test_allocator<int> allocator_type; typedef
H A Dctor_rcontainer_alloc.pass.cpp41 typedef test_allocator<MoveOnly> allocator_type; typedef
H A Dctor_rqueue_alloc.pass.cpp41 typedef test_allocator<MoveOnly> allocator_type; typedef
/llvm-project/libcxx/test/libcxx/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/
H A Dconstruct_piecewise_pair.pass.cpp85 typedef std::pmr::polymorphic_allocator<char> allocator_type; typedef
96 typedef std::pmr::polymorphic_allocator<char> allocator_type; typedef
/llvm-project/libcxx/test/libcxx/debug/containers/
H A Dstring.pass.cpp29 using allocator_type = typename Container::allocator_type; typedef
H A Dsequence_container_iterators.pass.cpp28 using allocator_type = typename Container::allocator_type; typedef
/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h129 requires(same_as<typename _Context::char_type,typename _Tp::value_type> && same_as<_Tp,basic_string<typename _Tp::value_type,typename _Tp::traits_type,typename _Tp::allocator_type>>) requires() argument
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/simulator/
H A Dmain.cpp