Searched refs:__this_alloc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | forward_list.tcc | 146 auto& __this_alloc = this->_M_get_Node_allocator(); in operator =() local 149 && __this_alloc != __that_alloc) in operator =() 154 std::__alloc_on_copy(__this_alloc, __that_alloc); in operator =()
|
H A D | list.tcc | 275 auto& __this_alloc = this->_M_get_Node_allocator(); in operator =() local 278 && __this_alloc != __that_alloc) in operator =() 283 std::__alloc_on_copy(__this_alloc, __that_alloc); in operator =()
|
H A D | hashtable.h | 1103 auto& __this_alloc = this->_M_node_allocator(); in _GLIBCXX_VISIBILITY() local 1106 && __this_alloc != __that_alloc) in _GLIBCXX_VISIBILITY() 1113 std::__alloc_on_copy(__this_alloc, __that_alloc); in _GLIBCXX_VISIBILITY() 1132 std::__alloc_on_copy(__this_alloc, __that_alloc); in _GLIBCXX_VISIBILITY()
|
H A D | stl_tree.h | 1777 auto& __this_alloc = this->_M_get_Node_allocator(); in _GLIBCXX_VISIBILITY() 1780 && __this_alloc != __that_alloc) in _GLIBCXX_VISIBILITY() 1785 std::__alloc_on_copy(__this_alloc, __that_alloc); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | forward_list.tcc | 146 auto& __this_alloc = this->_M_get_Node_allocator(); in operator =() local 149 && __this_alloc != __that_alloc) in operator =() 154 std::__alloc_on_copy(__this_alloc, __that_alloc); in operator =()
|
H A D | list.tcc | 275 auto& __this_alloc = this->_M_get_Node_allocator(); in operator =() local 278 && __this_alloc != __that_alloc) in operator =() 283 std::__alloc_on_copy(__this_alloc, __that_alloc); in operator =()
|
H A D | hashtable.h | 1253 auto& __this_alloc = this->_M_node_allocator(); in _GLIBCXX_VISIBILITY() local 1256 && __this_alloc != __that_alloc) in _GLIBCXX_VISIBILITY() 1263 std::__alloc_on_copy(__this_alloc, __that_alloc); in _GLIBCXX_VISIBILITY() 1282 std::__alloc_on_copy(__this_alloc, __that_alloc); in _GLIBCXX_VISIBILITY()
|
H A D | stl_tree.h | 1788 auto& __this_alloc = this->_M_get_Node_allocator(); in _GLIBCXX_VISIBILITY() local 1791 && __this_alloc != __that_alloc) in _GLIBCXX_VISIBILITY() 1796 std::__alloc_on_copy(__this_alloc, __that_alloc); in _GLIBCXX_VISIBILITY()
|