Searched refs:__that_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 | 147 auto& __that_alloc = __list._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 | 276 auto& __that_alloc = __x._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 | 1104 auto& __that_alloc = __ht._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 | 1778 auto& __that_alloc = __x._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 | 147 auto& __that_alloc = __list._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 | 276 auto& __that_alloc = __x._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 | 1254 auto& __that_alloc = __ht._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 | 1789 auto& __that_alloc = __x._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()
|