/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_vector.h | 84 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 D | stl_list.h | 220 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 D | stl_bvector.h | 273 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 D | stl_deque.h | 353 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 D | stl_tree.h | 528 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 D | stl_multimap.h | 234 get_allocator() const { return _M_t.get_allocator(); } in get_allocator() function
|
H A D | stl_map.h | 220 get_allocator() const { return _M_t.get_allocator(); } in get_allocator() function
|
H A D | stl_set.h | 142 allocator_type get_allocator() const { return _M_t.get_allocator(); } in get_allocator() function
|
H A D | stl_multiset.h | 145 allocator_type get_allocator() const { return _M_t.get_allocator(); } in get_allocator() function
|
H A D | basic_string.h | 728 get_allocator() const { return _M_dataplus; } in get_allocator() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
H A D | stl_rope.h | 411 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 D | stl_hashtable.h | 245 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 D | noreturn-1.C | 53 allocator_type get_allocator() const { return _M_dataplus; } in get_allocator() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_list.h | 339 get_allocator() const in get_allocator() function 573 get_allocator() const in get_allocator() function
|
H A D | stl_deque.h | 377 get_allocator() const in get_allocator() function 790 get_allocator() const in get_allocator() function
|
H A D | stl_tree.h | 361 get_allocator() const in get_allocator() function
|
H A D | stl_bvector.h | 405 get_allocator() const in get_allocator() function
|
H A D | stl_vector.h | 104 get_allocator() const in get_allocator() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | hashtable.h | 284 get_allocator() const in get_allocator() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 574 static MemprofAllocator &get_allocator() { return instance.allocator; } in get_allocator() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 856 static AsanAllocator &get_allocator() { in get_allocator() function
|