Home
last modified time | relevance | path

Searched refs:__res (Results 1 – 25 of 84) sorted by relevance

1234

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/
H A Dprofiler_vector_to_list.h181 if (!__res) in __destruct()
184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), in __destruct()
185 __res->__resize()); in __destruct()
186 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(), in __destruct()
203 if (__res) in __opr_insert()
211 if (__res) in __opr_iterate()
219 if (__res) in __invalid_operator()
220 __res->__set_invalid(); in __invalid_operator()
227 if (__res) in __resize()
259 if (__res) in __opr_find()
[all …]
H A Dprofiler_list_to_vector.h184 if (!__res) in __destruct()
187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); in __destruct()
188 float __lc = __list_cost(__res->__shift_count(), __res->__iterate()); in __destruct()
190 __res->__set_list_cost(__lc); in __destruct()
202 if (__res) in __opr_insert()
210 if (__res) in __opr_iterate()
211 __res->__opr_iterate(__num); in __opr_iterate()
218 if (__res) in __invalid_operator()
219 __res->__set_invalid(); in __invalid_operator()
226 if (__res) in __resize()
[all …]
H A Dprofiler_list_to_slist.h124 __list2slist_info* __res = __get_object_info(__obj); in __opr_rewind() local
125 if (__res) in __opr_rewind()
126 __res->__opr_rewind(); in __opr_rewind()
132 __list2slist_info* __res = __get_object_info(__obj); in __record_operation() local
133 if (__res) in __record_operation()
134 __res->__record_operation(); in __record_operation()
147 __list2slist_info* __res = __get_object_info(__obj); in __destruct() local
148 if (!__res) in __destruct()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dcharconv170 return __res;
188 __res.ec = {};
189 return __res;
207 return __res;
238 return __res;
256 return __res;
284 return __res;
302 return __res;
329 return __res;
347 return __res;
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dmap.h241 __res.second); in _GLIBCXX_VISIBILITY()
260 __res.second); in _GLIBCXX_VISIBILITY()
270 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
282 __res.second); in _GLIBCXX_VISIBILITY()
345 auto __res = _Base::try_emplace(__k, in _GLIBCXX_VISIBILITY() local
347 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
356 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
386 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
395 return { iterator(__res.first, this), __res.second }; in _GLIBCXX_VISIBILITY()
651 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
[all …]
H A Dset.h230 __res.second); in _GLIBCXX_VISIBILITY()
249 __res.second); in _GLIBCXX_VISIBILITY()
256 std::pair<_Base_iterator, bool> __res in _GLIBCXX_VISIBILITY() local
259 __res.second); in _GLIBCXX_VISIBILITY()
512 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
515 iterator(__res.second, this)); in _GLIBCXX_VISIBILITY()
526 const_iterator(__res.second, this)); in _GLIBCXX_VISIBILITY()
536 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
537 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
546 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dcompatibility.h117 int32_t __res; in __fetch_and_add_32()
120 __res = *__ptr; in __fetch_and_add_32()
123 return __res; in __fetch_and_add_32()
168 int64_t __res; in __fetch_and_add_64()
171 __res = *__ptr; in __fetch_and_add_64()
174 return __res; in __fetch_and_add_64()
263 bool __res = false; in __compare_and_swap_32()
269 __res = true; in __compare_and_swap_32()
272 return __res; in __compare_and_swap_32()
321 bool __res = false; in __compare_and_swap_64()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dcompatibility.h58 int64_t __res; in __add_omp() local
61 __res = *__ptr; in __add_omp()
64 return __res; in __add_omp()
85 bool __res = false; in __cas_omp() local
91 __res = true; in __cas_omp()
94 return __res; in __cas_omp()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Dunordered_map176 return __res;
184 iterator __res
187 return __res;
226 return __res;
238 return __res;
462 iterator __res
465 return __res;
473 iterator __res
476 return __res;
514 return __res;
[all …]
H A Dunordered_set175 return __res;
183 iterator __res
186 return __res;
203 return __res;
212 return __res;
221 return __res;
230 return __res;
437 return __res;
445 iterator __res
448 return __res;
[all …]
H A Dset.h188 return std::pair<iterator, bool>(iterator(__res.first), in _GLIBCXX_VISIBILITY()
189 __res.second); in _GLIBCXX_VISIBILITY()
197 std::pair<_Base_iterator, bool> __res in _GLIBCXX_VISIBILITY() local
199 return std::pair<iterator, bool>(iterator(__res.first), in _GLIBCXX_VISIBILITY()
200 __res.second); in _GLIBCXX_VISIBILITY()
307 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
309 return std::make_pair(iterator(__res.first), in _GLIBCXX_VISIBILITY()
310 iterator(__res.second)); in _GLIBCXX_VISIBILITY()
319 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
321 return std::make_pair(const_iterator(__res.first), in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dbmi2intrin.h84 unsigned __int128 __res = (unsigned __int128) __X * __Y; in _mulx_u64() local
85 *__P = (unsigned long long) (__res >> 64); in _mulx_u64()
86 return (unsigned long long) __res; in _mulx_u64()
95 unsigned long long __res = (unsigned long long) __X * __Y; in _mulx_u32() local
96 *__P = (unsigned int) (__res >> 32); in _mulx_u32()
97 return (unsigned int) __res; in _mulx_u32()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dbmi2intrin.h86 unsigned __int128 __res = (unsigned __int128) __X * __Y; in _mulx_u64() local
87 *__P = (unsigned long long) (__res >> 64); in _mulx_u64()
88 return (unsigned long long) __res; in _mulx_u64()
97 unsigned long long __res = (unsigned long long) __X * __Y; in _mulx_u32() local
98 *__P = (unsigned int) (__res >> 32); in _mulx_u32()
99 return (unsigned int) __res; in _mulx_u32()
/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
92 size_type* __ps = reinterpret_cast<size_type*>(__res); in _GLIBCXX_VISIBILITY()
94 return __res + _M_extra; in _GLIBCXX_VISIBILITY()
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY() local
101 size_type* __ps = reinterpret_cast<size_type*>(__res); in _GLIBCXX_VISIBILITY()
103 return __res + _M_extra; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/
H A Dunordered_map188 return __res;
196 iterator __res
199 return __res;
216 return __res;
225 return __res;
238 return __res;
250 return __res;
269 return __res;
278 return __res;
494 return __res;
[all …]
H A Dunordered_set202 return __res;
210 iterator __res
213 return __res;
230 return __res;
239 return __res;
248 return __res;
257 return __res;
486 return __res;
495 return __res;
504 return __res;
[all …]
H A Dmultiset.h252 auto __res in _GLIBCXX_VISIBILITY() local
256 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
284 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
295 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
544 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
545 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
555 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
556 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
576 return (__hint == __res in _GLIBCXX_VISIBILITY()
578 || (__hint != _M_base().end() && (++__hint == __res in _GLIBCXX_VISIBILITY()
[all …]
H A Dmap.h276 auto __res in _GLIBCXX_VISIBILITY() local
280 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
325 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
340 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
582 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
583 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
605 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
606 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
626 return (__hint == __res in _GLIBCXX_VISIBILITY()
628 || (__hint != _M_base().end() && (++__hint == __res in _GLIBCXX_VISIBILITY()
[all …]
H A Dmultimap.h241 auto __res in _GLIBCXX_VISIBILITY() local
245 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
285 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
299 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
541 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
542 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
564 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
565 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
585 return (__hint == __res in _GLIBCXX_VISIBILITY()
587 || (__hint != _M_base().end() && (++__hint == __res in _GLIBCXX_VISIBILITY()
[all …]
H A Dset.h249 auto __res in _GLIBCXX_VISIBILITY() local
253 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
282 _Base_iterator __res = _Base::insert(__pos.base(), __x); in _GLIBCXX_VISIBILITY() local
285 return iterator(__res, this); in _GLIBCXX_VISIBILITY()
527 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
528 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
538 auto __res = _Base::equal_range(__x); in _GLIBCXX_VISIBILITY() local
539 return { { __res.first, this }, { __res.second, this } }; in _GLIBCXX_VISIBILITY()
559 return (__hint == __res in _GLIBCXX_VISIBILITY()
561 || (__hint != _M_base().end() && (++__hint == __res in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dlocale_classes.tcc177 const int __res = _M_compare(__p, __q); in do_compare() local
178 if (__res) in do_compare()
179 return __res; in do_compare()
220 size_t __res = _M_transform(__c, __p, __len); in do_transform()
223 if (__res >= __len) in do_transform()
225 __len = __res + 1; in do_transform()
228 __res = _M_transform(__c, __p, __len); in do_transform()
231 __ret.append(__c, __res); in do_transform()
H A Dlocale_facets_nonio.tcc169 string __res; in _M_extract() local
170 __res.reserve(32); in _M_extract()
272 if (__res.empty()) in _M_extract()
306 if (__res.size() > 1) in _M_extract()
311 __res.erase(0, __only_zeros ? __res.size() - 1 : __first); in _M_extract()
316 __res.insert(__res.begin(), '-'); in _M_extract()
339 __units.swap(__res); in _M_extract()
491 string_type __res; in _M_insert() local
516 __res += __value; in _M_insert()
525 __res += __fill; in _M_insert()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dlocale_classes.tcc179 const int __res = _M_compare(__p, __q); in do_compare() local
180 if (__res) in do_compare()
181 return __res; in do_compare()
222 size_t __res = _M_transform(__c, __p, __len); in do_transform()
225 if (__res >= __len) in do_transform()
227 __len = __res + 1; in do_transform()
230 __res = _M_transform(__c, __p, __len); in do_transform()
233 __ret.append(__c, __res); in do_transform()
H A Dstl_tree.h1396 = _M_insert_node(__res.first, __res.second, __nh._M_ptr); in _GLIBCXX_VISIBILITY()
1443 __ret = _M_insert_node(__res.first, __res.second, __nh._M_ptr); in _GLIBCXX_VISIBILITY()
1516 _M_insert_node(__res.first, __res.second, in _GLIBCXX_VISIBILITY()
1538 _M_insert_node(__res.first, __res.second, in _GLIBCXX_VISIBILITY()
2112 return _Res(_M_insert_(__res.first, __res.second, in _GLIBCXX_VISIBILITY()
2136 return _M_insert_(__res.first, __res.second, in _GLIBCXX_VISIBILITY()
2220 return _M_insert_(__res.first, __res.second, in _GLIBCXX_VISIBILITY()
2302 return _M_insert_(__res.first, __res.second, in _GLIBCXX_VISIBILITY()
2398 return _M_insert_node(__res.first, __res.second, __z); in _GLIBCXX_VISIBILITY()
2421 return _M_insert_node(__res.first, __res.second, __z); in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dset.h199 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); in _GLIBCXX_VISIBILITY() local
200 return std::pair<iterator, bool>(iterator(__res.first, this), in _GLIBCXX_VISIBILITY()
201 __res.second); in _GLIBCXX_VISIBILITY()
208 std::pair<_Base_iterator, bool> __res in _GLIBCXX_VISIBILITY() local
211 __res.second); in _GLIBCXX_VISIBILITY()
371 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
373 return std::make_pair(iterator(__res.first, this), in _GLIBCXX_VISIBILITY()
374 iterator(__res.second, this)); in _GLIBCXX_VISIBILITY()
382 std::pair<_Base_iterator, _Base_iterator> __res = in _GLIBCXX_VISIBILITY() local
384 return std::make_pair(const_iterator(__res.first, this), in _GLIBCXX_VISIBILITY()
[all …]

1234