/llvm-project/libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.trait/ |
H A D | uses_allocator.pass.cpp | 25 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 D | construct.pass.cpp | 28 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 D | exception-spec-crash.cpp | 17 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 D | construct_piecewise_pair_evil.pass.cpp | 55 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 D | lpad-linetable.cpp | 29 typedef _Alloc allocator_type; typedef 44 typedef _Alloc allocator_type; typedef in std::vector
|
/llvm-project/clang/test/CXX/except/except.spec/ |
H A D | canonical.cpp | 22 typedef _Allocator allocator_type; typedef in std::basic_string
|
/llvm-project/libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/ |
H A D | common.h | 21 using allocator_type = Alloc; member 42 using allocator_type = Alloc; member
|
/llvm-project/clang/test/SemaCXX/ |
H A D | PR9908.cpp | 13 typedef Alloc allocator_type; typedef
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/ |
H A D | alloc_last.h | 20 typedef A1<int> allocator_type; typedef
|
H A D | alloc_first.h | 20 typedef A1<int> allocator_type; typedef
|
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ |
H A D | ctor_queue_alloc.pass.cpp | 37 typedef test_allocator<int> allocator_type; typedef
|
H A D | ctor_rcontainer_alloc.pass.cpp | 41 typedef test_allocator<MoveOnly> allocator_type; typedef
|
H A D | ctor_rqueue_alloc.pass.cpp | 41 typedef test_allocator<MoveOnly> allocator_type; typedef
|
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ |
H A D | ctor_copy_alloc.pass.cpp | 37 typedef test_allocator<int> allocator_type; typedef
|
H A D | ctor_rcontainer_alloc.pass.cpp | 41 typedef test_allocator<MoveOnly> allocator_type; typedef
|
H A D | ctor_rqueue_alloc.pass.cpp | 41 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 D | construct_piecewise_pair.pass.cpp | 85 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 D | string.pass.cpp | 29 using allocator_type = typename Container::allocator_type; typedef
|
H A D | sequence_container_iterators.pass.cpp | 28 using allocator_type = typename Container::allocator_type; typedef
|
/llvm-project/libcxx/include/__format/ |
H A D | format_arg_store.h | 129 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 D | main.cpp |
|