/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/ |
H A D | locale_win32.cpp | 30 __libcpp_locale_guard __current(__l); in MB_CUR_MAX_L() 37 __libcpp_locale_guard __current(loc); in localeconv_l() local 46 __libcpp_locale_guard __current(loc); in mbrlen_l() local 52 __libcpp_locale_guard __current(loc); in mbsrtowcs_l() local 58 __libcpp_locale_guard __current(loc); in wcrtomb_l() local 64 __libcpp_locale_guard __current(loc); in mbrtowc_l() local 70 __libcpp_locale_guard __current(loc); in mbsnrtowcs_l() local 76 __libcpp_locale_guard __current(loc); in wcsnrtombs_l() local 81 __libcpp_locale_guard __current(loc); in btowc_l() local 86 __libcpp_locale_guard __current(loc); in wctob_l() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __bsd_locale_fallbacks.h | 29 __libcpp_locale_guard __current(__l); in decltype() 36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l() 43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l() 51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l() 58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l() 66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l() 74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l() 81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l() 88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l() 95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l() [all …]
|
H A D | barrier | 268 uint64_t const __current = __phase_arrived_expected.load(memory_order_acquire); 269 return ((__current & __phase_bit) != __phase);
|
H A D | regex | 5908 const _CharT* __current = __first; 5948 __j += __s.__current_ - __current; 5949 __current = __s.__current_;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | barrier.cpp | 45 __current = hash<thread::id>()(this_thread::get_id()) % ((__expected + 1) >> 1); in __arrive() local 51 for(;;++__current) { in __arrive() 52 if(__current == __end_node) in __arrive() 53 __current = 0; in __arrive() 55 if(__current == __last_node && (__current_expected & 1)) in __arrive() 57 …if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __full_step, memo… in __arrive() 60 …else if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __half_step,… in __arrive() 66 …if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __full_step, memo… in __arrive() 71 __current >>= 1; in __arrive()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
H A D | checkers.h | 56 _IIter __current(__begin), __recent(__begin); in __is_sorted() 58 for (__current++; __current != __end; __current++) in __is_sorted() 60 if (__comp(*__current, *__recent)) in __is_sorted() 64 __recent = __current; in __is_sorted()
|
H A D | balanced_quicksort.h | 270 _Piece __current = __tl._M_initial; in __qsb_local_sort_with_helping() local 280 _RAIter __begin = __current.first, __end = __current.second; in __qsb_local_sort_with_helping() 346 __current.second = __split_pos1; in __qsb_local_sort_with_helping() 356 __current.first = __split_pos2; in __qsb_local_sort_with_helping() 370 if (__tl._M_leftover_parts.pop_front(__current)) in __qsb_local_sort_with_helping() 397 && __tls[__victim]->_M_leftover_parts.pop_back(__current); in __qsb_local_sort_with_helping()
|
H A D | workstealing.h | 198 _RAIter __current; in __for_each_template_random_access_workstealing() local 227 __current = __begin + __current_job; in __for_each_template_random_access_workstealing() 231 __result = __r(__result, __f(__op, __current)); in __for_each_template_random_access_workstealing()
|
H A D | for_each_selectors.h | 243 operator()(_Op __mult, _It __current) in operator() 246 = __current - __begin1_iterator; in operator() 247 return __mult(*__current, *(__begin2_iterator + __position)); in operator()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
H A D | checkers.h | 56 _IIter __current(__begin), __recent(__begin); in __is_sorted() 58 for (__current++; __current != __end; __current++) in __is_sorted() 60 if (__comp(*__current, *__recent)) in __is_sorted() 64 __recent = __current; in __is_sorted()
|
H A D | balanced_quicksort.h | 270 _Piece __current = __tl._M_initial; in __qsb_local_sort_with_helping() local 280 _RAIter __begin = __current.first, __end = __current.second; in __qsb_local_sort_with_helping() 346 __current.second = __split_pos1; in __qsb_local_sort_with_helping() 356 __current.first = __split_pos2; in __qsb_local_sort_with_helping() 370 if (__tl._M_leftover_parts.pop_front(__current)) in __qsb_local_sort_with_helping() 397 && __tls[__victim]->_M_leftover_parts.pop_back(__current); in __qsb_local_sort_with_helping()
|
H A D | workstealing.h | 198 _RAIter __current; in __for_each_template_random_access_workstealing() local 227 __current = __begin + __current_job; in __for_each_template_random_access_workstealing() 231 __result = __r(__result, __f(__op, __current)); in __for_each_template_random_access_workstealing()
|
H A D | for_each_selectors.h | 243 operator()(_Op __mult, _It __current) in operator() 246 = __current - __begin1_iterator; in operator() 247 return __mult(*__current, *(__begin2_iterator + __position)); in operator()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | barrier | 102 _M_arrive(__barrier_phase_t __old_phase, size_t __current) 111 __current %= ((_M_expected + 1) >> 1); 119 for ( ; ; ++__current) 121 if (__current == __end_node) 122 __current = 0; 124 __atomic_phase_ref_t __phase(_M_state[__current] 126 if (__current == __last_node && (__current_expected & 1)) 145 __current >>= 1; 170 size_t __current = __hasher(std::this_thread::get_id()); 176 if(_M_arrive(__old_phase, __current))
|
H A D | ranges | 1528 _Iterator(filter_view* __parent, _Vp_iter __current) 1529 : _M_current(std::move(__current)), 1791 _Iterator(_Parent* __parent, _Base_iter __current) 1792 : _M_current(std::move(__current)), 3112 { return __current() == ranges::end(_M_parent->_M_base) && !_M_trailing_empty; } 3119 __current() noexcept 3128 __current() const noexcept 3181 _OuterIter(_Parent* __parent, iterator_t<_Base> __current) 3184 _M_current(std::move(__current)) 3205 if (__current() == __end) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | unseq_backend_simd.h | 657 const _ValueType __current = __first[__i]; in __simd_min_element() local 658 if (__comp(__current, __min_val)) in __simd_min_element() 660 __init.__min_val = __current; in __simd_min_element() 737 auto __current = __first + __i; in __simd_minmax_element() local 738 if (__comp(*__current, __min_val)) in __simd_minmax_element() 740 __init.__min_val = *__current; in __simd_minmax_element() 743 else if (!__comp(*__current, __max_val)) in __simd_minmax_element() 745 __init.__max_val = *__current; in __simd_minmax_element() 829 auto __current = __unseq_backend::__simd_first( in __simd_remove_if() local 832 __n -= __current - __first; in __simd_remove_if() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | unseq_backend_simd.h | 657 const _ValueType __current = __first[__i]; in __simd_min_element() local 658 if (__comp(__current, __min_val)) in __simd_min_element() 660 __init.__min_val = __current; in __simd_min_element() 737 auto __current = __first + __i; in __simd_minmax_element() local 738 if (__comp(*__current, __min_val)) in __simd_minmax_element() 740 __init.__min_val = *__current; in __simd_minmax_element() 743 else if (!__comp(*__current, __max_val)) in __simd_minmax_element() 745 __init.__max_val = *__current; in __simd_minmax_element() 828 auto __current = in __simd_remove_if() local 831 __n -= __current - __first; in __simd_remove_if() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | shared_ptr_atomic.h | 427 auto __current = _M_val.load(memory_order_relaxed); in _GLIBCXX_VISIBILITY() 428 while (__current & _S_lock_bit) in _GLIBCXX_VISIBILITY() 433 __current = _M_val.load(memory_order_relaxed); in _GLIBCXX_VISIBILITY() 438 while (!_M_val.compare_exchange_strong(__current, in _GLIBCXX_VISIBILITY() 439 __current | _S_lock_bit, in _GLIBCXX_VISIBILITY() 447 __current = __current & ~_S_lock_bit; in _GLIBCXX_VISIBILITY() 451 return reinterpret_cast<pointer>(__current); in _GLIBCXX_VISIBILITY()
|
H A D | stl_algo.h | 160 _ForwardIterator1 __current = __first1; in _GLIBCXX_VISIBILITY() local 172 __current = __first1; in _GLIBCXX_VISIBILITY() 173 if (++__current == __last1) in _GLIBCXX_VISIBILITY() 176 while (__predicate(__current, __p)) in _GLIBCXX_VISIBILITY() 180 if (++__current == __last1) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | ranges | 1484 _Iterator(filter_view* __parent, _Vp_iter __current) 1485 : _M_current(std::move(__current)), 1727 _Iterator(_Parent* __parent, _Base_iter __current) 1728 : _M_current(std::move(__current)), 2856 { return __current() == ranges::end(_M_parent->_M_base); } 2863 __current() noexcept 2872 __current() const noexcept 2924 _OuterIter(_Parent* __parent, iterator_t<_Base> __current) 2927 _M_current(std::move(__current)) 2947 if (__current() == __end) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_algo.h | 157 _ForwardIterator1 __current = __first1; in _GLIBCXX_VISIBILITY() local 169 __current = __first1; in _GLIBCXX_VISIBILITY() 170 if (++__current == __last1) in _GLIBCXX_VISIBILITY() 173 while (__predicate(__current, __p)) in _GLIBCXX_VISIBILITY() 177 if (++__current == __last1) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2020 | 7014 * include/std/ranges (split_view::_OuterIter::__at_end): Use __current 7021 (split_view::_OuterIter::__current): Add noexcept.
|
H A D | ChangeLog-2021 | 4736 (split_view::_OuterIter::__current): Adjust after changing the
|