Home
last modified time | relevance | path

Searched defs:get_allocator (Results 1 – 18 of 18) sorted by relevance

/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_alloc.pass.cpp31 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
H A Dctor_copy_alloc.pass.cpp43 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
H A Dctor_container_alloc.pass.cpp44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
H A Dctor_rcontainer_alloc.pass.cpp48 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
H A Dctor_rqueue_alloc.pass.cpp48 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 Dctor_alloc.pass.cpp31 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
H A Dctor_container_alloc.pass.cpp44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
H A Dctor_queue_alloc.pass.cpp43 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
H A Dctor_rcontainer_alloc.pass.cpp48 allocator_type get_allocator() {return this->c.get_allocator();} in get_allocator() function
H A Dctor_rqueue_alloc.pass.cpp48 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 Dctor_comp_alloc.pass.cpp38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
H A Dctor_alloc.pass.cpp38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
H A Dctor_copy_alloc.pass.cpp44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
H A Dctor_comp_rcont_alloc.pass.cpp49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
H A Dctor_move_alloc.pass.cpp51 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
H A Dctor_comp_cont_alloc.pass.cpp49 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() function
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp642 static MemprofAllocator &get_allocator() { return instance.allocator; } get_allocator() function
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp903 static AsanAllocator &get_allocator() { get_allocator() function
[all...]