Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.trait/
H A Duses_allocator.pass.cpp24 typedef int allocator_type; typedef
28 static int allocator_type; member
32 static int allocator_type() { return 0; } in allocator_type() function
37 typedef int allocator_type; typedef
/llvm-project-15.0.7/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct.pass.cpp29 typedef A1<B> allocator_type; typedef
45 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type; typedef
61 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type; typedef
78 typedef std::scoped_allocator_adaptor<A1<E>> allocator_type; typedef
95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type; typedef
118 typedef std::allocator<G> allocator_type; typedef
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp17 typedef _Allocator allocator_type; typedef in basic_string
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_piecewise_pair_evil.pass.cpp61 using allocator_type = EvilAlloc<char>; typedef
75 using allocator_type = EvilAlloc<char>; typedef
89 using allocator_type = EvilAlloc<char>; typedef
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp30 typedef _Alloc allocator_type; typedef
45 typedef _Alloc allocator_type; typedef in std::vector
/llvm-project-15.0.7/clang/test/CXX/except/except.spec/
H A Dcanonical.cpp22 typedef _Allocator allocator_type; typedef in std::basic_string
/llvm-project-15.0.7/clang/test/SemaCXX/
H A DPR9908.cpp13 typedef Alloc allocator_type; typedef
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/
H A Dalloc_first.h20 typedef A1<int> allocator_type; typedef
H A Dalloc_last.h20 typedef A1<int> allocator_type; typedef
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_piecewise_pair.pass.cpp86 typedef ex::polymorphic_allocator<char> allocator_type; typedef
99 typedef ex::polymorphic_allocator<char> allocator_type; typedef
/llvm-project-15.0.7/libcxx/include/__format/
H A Dformat_arg_store.h128 …, basic_string<typename _Tp::value_type, typename _Tp::traits_type, typename _Tp::allocator_type>>) in requires()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/simulator/
H A Dmain.cpp77 typedef _Allocator allocator_type; typedef in std::__lldb::basic_string