Searched refs:__true_hint (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_map.h | 755 auto __true_hint = _M_t._M_get_insert_hint_unique_pos(__hint, __k); in _GLIBCXX_VISIBILITY() local 756 if (__true_hint.second) in _GLIBCXX_VISIBILITY() 757 __i = emplace_hint(iterator(__true_hint.second), in _GLIBCXX_VISIBILITY() 763 __i = iterator(__true_hint.first); in _GLIBCXX_VISIBILITY() 773 auto __true_hint = _M_t._M_get_insert_hint_unique_pos(__hint, __k); in _GLIBCXX_VISIBILITY() local 774 if (__true_hint.second) in _GLIBCXX_VISIBILITY() 775 __i = emplace_hint(iterator(__true_hint.second), in _GLIBCXX_VISIBILITY() 781 __i = iterator(__true_hint.first); in _GLIBCXX_VISIBILITY() 977 auto __true_hint = _M_t._M_get_insert_hint_unique_pos(__hint, __k); in _GLIBCXX_VISIBILITY() local 978 if (__true_hint.second) in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_map.h | 787 auto __true_hint = _M_t._M_get_insert_hint_unique_pos(__hint, __k); in _GLIBCXX_VISIBILITY() local 788 if (__true_hint.second) in _GLIBCXX_VISIBILITY() 789 __i = emplace_hint(iterator(__true_hint.second), in _GLIBCXX_VISIBILITY() 795 __i = iterator(__true_hint.first); in _GLIBCXX_VISIBILITY() 805 auto __true_hint = _M_t._M_get_insert_hint_unique_pos(__hint, __k); in _GLIBCXX_VISIBILITY() local 806 if (__true_hint.second) in _GLIBCXX_VISIBILITY() 807 __i = emplace_hint(iterator(__true_hint.second), in _GLIBCXX_VISIBILITY() 813 __i = iterator(__true_hint.first); in _GLIBCXX_VISIBILITY() 1027 auto __true_hint = _M_t._M_get_insert_hint_unique_pos(__hint, __k); in _GLIBCXX_VISIBILITY() local 1028 if (__true_hint.second) in _GLIBCXX_VISIBILITY() [all …]
|