Lines Matching defs:__res
239 auto __res = _Base::emplace(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() local
258 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local
269 auto __res = _Base::insert(std::move(__x)); in _GLIBCXX_VISIBILITY() local
279 std::pair<_Base_iterator, bool> __res in _GLIBCXX_VISIBILITY() local
345 auto __res = _Base::try_emplace(__k, in _GLIBCXX_VISIBILITY() local
354 auto __res = _Base::try_emplace(std::move(__k), in _GLIBCXX_VISIBILITY() local
384 auto __res = _Base::insert_or_assign(__k, in _GLIBCXX_VISIBILITY() local
393 auto __res = _Base::insert_or_assign(std::move(__k), in _GLIBCXX_VISIBILITY() local
637 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
650 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
658 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY() local
671 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local