Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_vector.h84 get_allocator() const { return _M_data_allocator; } in get_allocator() function
113 get_allocator() const { return allocator_type(); } in get_allocator() function
347 get_allocator() const { return _Base::get_allocator(); } in get_allocator() function
H A Dstl_list.h220 get_allocator() const { return _M_node_allocator; } in get_allocator() function
262 get_allocator() const { return allocator_type(); } in get_allocator() function
561 get_allocator() const { return _Base::get_allocator(); } in get_allocator() function
H A Dstl_bvector.h273 allocator_type get_allocator() const { return _M_data_allocator; } in get_allocator() function
300 allocator_type get_allocator() const { return allocator_type(); } in get_allocator() function
363 allocator_type get_allocator() const { in get_allocator() function
H A Dstl_deque.h353 allocator_type get_allocator() const { return _M_node_allocator; } in get_allocator() function
396 allocator_type get_allocator() const { return allocator_type(); } in get_allocator() function
802 get_allocator() const { return _Base::get_allocator(); } in get_allocator() function
H A Dstl_tree.h528 get_allocator() const { return _M_node_allocator; } in get_allocator() function
553 allocator_type get_allocator() const { return allocator_type(); } in get_allocator() function
606 allocator_type get_allocator() const { return _Base::get_allocator(); } in get_allocator() function
H A Dstl_multimap.h234 get_allocator() const { return _M_t.get_allocator(); } in get_allocator() function
H A Dstl_map.h220 get_allocator() const { return _M_t.get_allocator(); } in get_allocator() function
H A Dstl_set.h142 allocator_type get_allocator() const { return _M_t.get_allocator(); } in get_allocator() function
H A Dstl_multiset.h145 allocator_type get_allocator() const { return _M_t.get_allocator(); } in get_allocator() function
H A Dbasic_string.h728 get_allocator() const { return _M_dataplus; } in get_allocator() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_rope.h411 allocator_type get_allocator() const { return _M_data_allocator; } in get_allocator() function
439 allocator_type get_allocator() const { return allocator_type(); } in get_allocator() function
1173 allocator_type get_allocator() const { return _M_data_allocator; } in get_allocator() function
1203 allocator_type get_allocator() const { return allocator_type(); } in get_allocator() function
H A Dstl_hashtable.h245 allocator_type get_allocator() const { return _M_node_allocator; } in get_allocator() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dnoreturn-1.C53 allocator_type get_allocator() const { return _M_dataplus; } in get_allocator() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_list.h339 get_allocator() const in get_allocator() function
573 get_allocator() const in get_allocator() function
H A Dstl_deque.h377 get_allocator() const in get_allocator() function
790 get_allocator() const in get_allocator() function
H A Dstl_tree.h361 get_allocator() const in get_allocator() function
H A Dstl_bvector.h405 get_allocator() const in get_allocator() function
H A Dstl_vector.h104 get_allocator() const in get_allocator() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dhashtable.h284 get_allocator() const in get_allocator() function
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp574 static MemprofAllocator &get_allocator() { return instance.allocator; } in get_allocator() function
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp856 static AsanAllocator &get_allocator() { in get_allocator() function