/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ |
H A D | ctor_alloc.pass.cpp | 31 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
|
H A D | ctor_copy_alloc.pass.cpp | 43 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
|
H A D | ctor_container_alloc.pass.cpp | 44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
|
H A D | ctor_rcontainer_alloc.pass.cpp | 48 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
|
H A D | ctor_rqueue_alloc.pass.cpp | 48 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
|
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ |
H A D | ctor_alloc.pass.cpp | 31 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
|
H A D | ctor_container_alloc.pass.cpp | 44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
|
H A D | ctor_queue_alloc.pass.cpp | 43 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
|
H A D | ctor_rcontainer_alloc.pass.cpp | 48 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
|
H A D | ctor_rqueue_alloc.pass.cpp | 48 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
|
/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ |
H A D | ctor_comp_alloc.pass.cpp | 38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
|
H A D | ctor_alloc.pass.cpp | 38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
|
H A D | ctor_copy_alloc.pass.cpp | 44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
|
H A D | ctor_comp_rcont_alloc.pass.cpp | 49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
|
H A D | ctor_move_alloc.pass.cpp | 51 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
|
H A D | ctor_comp_cont_alloc.pass.cpp | 49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 642 static MemprofAllocator &get_allocator() { return instance.allocator; } get_allocator() function
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 903 static AsanAllocator &get_allocator() { get_allocator() function [all...] |