Searched refs:__base_ret (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A Dset.h239 auto __base_ret = _Base::emplace(std::forward<_Args>(__args)...); local
240 return std::make_pair(iterator(__base_ret.first, this),
241 __base_ret.second);
261 std::pair<_Base_iterator, bool> __base_ret = _Base::insert(__x); local
262 return std::make_pair(iterator(__base_ret.first, this),
263 __base_ret.second);
271 std::pair<_Base_iterator, bool> __base_ret local
273 return std::make_pair(iterator(__base_ret.first, this),
274 __base_ret.second);
503 std::pair<_Base_iterator, _Base_iterator> __base_ret local
513 std::pair<_Base_const_iterator, _Base_const_iterator> __base_ret local
[all...]
H A Dmap.h266 auto __base_ret = _Base::emplace(std::forward<_Args>(__args)...); local
267 return std::make_pair(iterator(__base_ret.first, this),
268 __base_ret.second);
288 std::pair<_Base_iterator, bool> __base_ret = _Base::insert(__x); local
289 return std::make_pair(iterator(__base_ret.first, this),
290 __base_ret.second);
301 auto __base_ret= _Base::insert(std::forward<_Pair>(__x)); local
302 return std::make_pair(iterator(__base_ret.first, this),
303 __base_ret.second);
568 std::pair<_Base_iterator, _Base_iterator> __base_ret local
591 std::pair<_Base_const_iterator, _Base_const_iterator> __base_ret local
[all...]
H A Dmultiset.h518 std::pair<_Base_iterator, _Base_iterator> __base_ret local
520 return std::make_pair(iterator(__base_ret.first, this),
521 iterator(__base_ret.second, this));
530 std::pair<_Base_const_iterator, _Base_const_iterator> __base_ret local
532 return std::make_pair(const_iterator(__base_ret.first, this),
533 const_iterator(__base_ret.second, this));
H A Dmultimap.h527 std::pair<_Base_iterator, _Base_iterator> __base_ret local
529 return std::make_pair(iterator(__base_ret.first, this),
530 iterator(__base_ret.second, this));
550 std::pair<_Base_const_iterator, _Base_const_iterator> __base_ret local
552 return std::make_pair(const_iterator(__base_ret.first, this),
553 const_iterator(__base_ret.second, this));

Completed in 195 milliseconds