Home
last modified time | relevance | path

Searched defs:__res (Results 1 – 25 of 43) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dmap.h239 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
[all …]
H A Dset.h228 auto __res = _Base::emplace(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() local
247 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local
256 std::pair<_Base_iterator, bool> __res in _GLIBCXX_VISIBILITY() local
512 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
523 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY() local
536 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
546 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
H A Dmultimap.h528 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
541 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
549 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY() local
562 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
H A Dmultiset.h500 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
511 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY() local
524 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
534 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/
H A Dmultimap.h241 auto __res in _GLIBCXX_VISIBILITY() local
282 _Base_iterator __res = _Base::insert(__pos.base(), __x); in _GLIBCXX_VISIBILITY() local
296 auto __res = _Base::insert(__pos.base(), std::forward<_Pair>(__x)); in _GLIBCXX_VISIBILITY() local
541 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
564 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
H A Dmultiset.h252 auto __res in _GLIBCXX_VISIBILITY() local
280 _Base_iterator __res = _Base::insert(__pos.base(), __x); in _GLIBCXX_VISIBILITY() local
292 auto __res = _Base::insert(__pos.base(), std::move(__x)); in _GLIBCXX_VISIBILITY() local
544 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
555 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
H A Dmap.h276 auto __res in _GLIBCXX_VISIBILITY() local
321 _Base_iterator __res = _Base::insert(__pos.base(), __x); in _GLIBCXX_VISIBILITY() local
336 auto __res = _Base::insert(__pos.base(), std::forward<_Pair>(__x)); in _GLIBCXX_VISIBILITY() local
582 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
605 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
H A Dset.h249 auto __res in _GLIBCXX_VISIBILITY() local
282 _Base_iterator __res = _Base::insert(__pos.base(), __x); in _GLIBCXX_VISIBILITY() local
527 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
538 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Dset.h187 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local
197 std::pair<_Base_iterator, bool> __res in _GLIBCXX_VISIBILITY() local
307 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
319 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
H A Dmap.h244 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local
258 std::pair<_Base_iterator, bool> __res in _GLIBCXX_VISIBILITY() local
426 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
437 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY() local
H A Dmultimap.h306 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
316 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY() local
H A Dmultiset.h297 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
309 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dmap.h208 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local
220 std::pair<_Base_iterator, bool> __res in _GLIBCXX_VISIBILITY() local
388 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
397 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY() local
H A Dset.h199 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local
208 std::pair<_Base_iterator, bool> __res in _GLIBCXX_VISIBILITY() local
371 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
382 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
H A Dmultimap.h373 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
382 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY() local
H A Dmultiset.h364 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
375 std::pair<_Base_const_iterator, _Base_const_iterator> __res = in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/
H A Dprofiler_vector_to_list.h180 __vector2list_info* __res = __get_object_info(__obj); in __destruct() local
202 __vector2list_info* __res = __get_object_info(__obj); in __opr_insert() local
210 __vector2list_info* __res = __get_object_info(__obj); in __opr_iterate() local
218 __vector2list_info* __res = __get_object_info(__obj); in __invalid_operator() local
226 __vector2list_info* __res = __get_object_info(__obj); in __resize() local
258 __vector2list_info* __res = __get_object_info(__obj); in __opr_find() local
H A Dprofiler_list_to_vector.h183 __list2vector_info* __res = __get_object_info(__obj); in __destruct() local
201 __list2vector_info* __res = __get_object_info(__obj); in __opr_insert() local
209 __list2vector_info* __res = __get_object_info(__obj); in __opr_iterate() local
217 __list2vector_info* __res = __get_object_info(__obj); in __invalid_operator() local
225 __list2vector_info* __res = __get_object_info(__obj); in __resize() local
H A Dprofiler_list_to_slist.h124 __list2slist_info* __res = __get_object_info(__obj); in __opr_rewind() local
132 __list2slist_info* __res = __get_object_info(__obj); in __record_operation() local
147 __list2slist_info* __res = __get_object_info(__obj); in __destruct() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY() local
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dcompatibility.h58 int64_t __res; in __add_omp() local
85 bool __res = false; in __cas_omp() local
H A Dalgobase.h82 _RAIter1 __res = in _GLIBCXX_VISIBILITY() local
163 _RAIter1 __res = in _GLIBCXX_VISIBILITY() local
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dbmi2intrin.h84 unsigned __int128 __res = (unsigned __int128) __X * __Y; in _mulx_u64() local
95 unsigned long long __res = (unsigned long long) __X * __Y; in _mulx_u32() local
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dbmi2intrin.h86 unsigned __int128 __res = (unsigned __int128) __X * __Y; in _mulx_u64() local
97 unsigned long long __res = (unsigned long long) __X * __Y; in _mulx_u32() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr2/
H A Ddynamic_bitset.tcc104 unsigned long __res = 0UL; in _M_do_to_ulong() local
118 unsigned long long __res = 0ULL; in _M_do_to_ullong() local

12