/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | list.tcc | 341 ++__next; in remove() 355 __first = __next; in remove() 380 _M_erase(__next); in unique() 384 __first = __next; in unique() 385 __next = __first; in unique() 418 __first2 = __next; in merge() 546 ++__next; in remove_if() 552 __first = __next; in remove_if() 573 _M_erase(__next); in unique() 577 __first = __next; in unique() [all …]
|
H A D | locale_conv.h | 67 auto __next = __first; in _GLIBCXX_VISIBILITY() local 76 __result = (__cvt.*__fn)(__state, __next, __last, __next, in _GLIBCXX_VISIBILITY() 85 __count = __next - __first; in _GLIBCXX_VISIBILITY() 101 __count = __next - __first; in _GLIBCXX_VISIBILITY() 570 const _Elem* __next = __first; in _GLIBCXX_VISIBILITY() local 574 __start = __next; in _GLIBCXX_VISIBILITY() 577 auto __result = _M_cvt->out(_M_state, __next, __last, __next, in _GLIBCXX_VISIBILITY() 587 while (__next != __last && __next != __start); in _GLIBCXX_VISIBILITY() 589 if (__next != __last) in _GLIBCXX_VISIBILITY() 590 _Tr::move(__first, __next, __last - __next); in _GLIBCXX_VISIBILITY() [all …]
|
H A D | regex.tcc | 407 if (__next == __fmt_last) in format() 410 __out = std::copy(__fmt_first, __next, __out); in format() 414 if (*__next == __ch) in format() 416 ++__next; in format() 422 if (++__next == __fmt_last) in format() 440 else if (__fctyp.is(__ctype_type::digit, *__next)) in format() 442 long __num = __traits.value(*__next, 10); in format() 443 if (++__next != __fmt_last in format() 444 && __fctyp.is(__ctype_type::digit, *__next)) in format() 447 __num += __traits.value(*__next++, 10); in format() [all …]
|
H A D | parse_numbers.h | 164 using __next = typename _Power_help<_Base, _Digs...>::type; in _GLIBCXX_VISIBILITY() 167 = __ull_constant<__next::value * (__valid_digit{} ? _Base : 1ULL)>; in _GLIBCXX_VISIBILITY() 192 using __next = _Number_help<_Base, in _GLIBCXX_VISIBILITY() 195 using type = __ull_constant<_Pow * __digit::value + __next::type::value>; in _GLIBCXX_VISIBILITY()
|
H A D | regex_automaton.h | 244 _M_insert_alt(_StateIdT __next, _StateIdT __alt, in _GLIBCXX_VISIBILITY() 250 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY() 256 _M_insert_repeat(_StateIdT __next, _StateIdT __alt, bool __neg) in _GLIBCXX_VISIBILITY() 261 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
|
H A D | forward_list.tcc | 352 iterator __next = __first; in unique() local 353 while (++__next != __last) in unique() 355 if (__binary_pred(*__first, *__next)) in unique() 361 __first = __next; in unique() 362 __next = __first; in unique()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | list.tcc | 343 ++__next; in remove() 355 __first = __next; in remove() 381 if (*__first == *__next) in unique() 389 __first = __next; in unique() 390 __next = __first; in unique() 427 __first2 = __next; in merge() 467 __first2 = __next; in merge() 554 ++__next; in remove_if() 562 __first = __next; in remove_if() 597 __first = __next; in unique() [all …]
|
H A D | locale_conv.h | 66 auto __next = __first; in _GLIBCXX_VISIBILITY() local 75 __result = (__cvt.*__fn)(__state, __next, __last, __next, in _GLIBCXX_VISIBILITY() 84 __count = __next - __first; in _GLIBCXX_VISIBILITY() 100 __count = __next - __first; in _GLIBCXX_VISIBILITY() 588 const _Elem* __next = __first; in _GLIBCXX_VISIBILITY() local 592 __start = __next; in _GLIBCXX_VISIBILITY() 595 auto __result = _M_cvt->out(_M_state, __next, __last, __next, in _GLIBCXX_VISIBILITY() 605 while (__next != __last && __next != __start); in _GLIBCXX_VISIBILITY() 607 if (__next != __last) in _GLIBCXX_VISIBILITY() 608 _Tr::move(__first, __next, __last - __next); in _GLIBCXX_VISIBILITY() [all …]
|
H A D | regex.tcc | 407 if (__next == __fmt_last) in format() 410 __out = std::copy(__fmt_first, __next, __out); in format() 414 if (*__next == __ch) in format() 416 ++__next; in format() 422 if (++__next == __fmt_last) in format() 440 else if (__fctyp.is(__ctype_type::digit, *__next)) in format() 442 long __num = __traits.value(*__next, 10); in format() 443 if (++__next != __fmt_last in format() 444 && __fctyp.is(__ctype_type::digit, *__next)) in format() 447 __num += __traits.value(*__next++, 10); in format() [all …]
|
H A D | parse_numbers.h | 165 using __next = typename _Power_help<_Base, _Digs...>::type; in _GLIBCXX_VISIBILITY() 168 = __ull_constant<__next::value * (__valid_digit{} ? _Base : 1ULL)>; in _GLIBCXX_VISIBILITY() 193 using __next = _Number_help<_Base, in _GLIBCXX_VISIBILITY() 196 using type = __ull_constant<_Pow * __digit::value + __next::type::value>; in _GLIBCXX_VISIBILITY()
|
H A D | regex_automaton.h | 243 _M_insert_alt(_StateIdT __next, _StateIdT __alt, in _GLIBCXX_VISIBILITY() 249 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY() 255 _M_insert_repeat(_StateIdT __next, _StateIdT __alt, bool __neg) in _GLIBCXX_VISIBILITY() 260 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
|
H A D | forward_list.tcc | 345 iterator __next = __first; in unique() local 346 while (++__next != __last) in unique() 348 if (__binary_pred(*__first, *__next)) in unique() 355 __first = __next; in unique() 356 __next = __first; in unique()
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
H A D | hashtable.h | 892 while (__next) in _GLIBCXX_VISIBILITY() 907 __cur = __next; in _GLIBCXX_VISIBILITY() 913 __cur = __next; in _GLIBCXX_VISIBILITY() 956 while (__next) in _GLIBCXX_VISIBILITY() 958 if (__next == __p) in _GLIBCXX_VISIBILITY() 1075 _Node* __next; in _GLIBCXX_VISIBILITY() 1078 __cur = __next, __next = __cur->_M_next) in _GLIBCXX_VISIBILITY() 1100 __cur = __next; in _GLIBCXX_VISIBILITY() 1121 __cur = __next; in _GLIBCXX_VISIBILITY() 1146 __next; in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
H A D | hashtable.h | 892 while (__next) in _GLIBCXX_VISIBILITY() 907 __cur = __next; in _GLIBCXX_VISIBILITY() 913 __cur = __next; in _GLIBCXX_VISIBILITY() 956 while (__next) in _GLIBCXX_VISIBILITY() 958 if (__next == __p) in _GLIBCXX_VISIBILITY() 1075 _Node* __next; in _GLIBCXX_VISIBILITY() 1078 __cur = __next, __next = __cur->_M_next) in _GLIBCXX_VISIBILITY() 1100 __cur = __next; in _GLIBCXX_VISIBILITY() 1121 __cur = __next; in _GLIBCXX_VISIBILITY() 1146 __next; in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd/sys/external/bsd/drm2/include/linux/ |
H A D | interval_tree_generic.h | 121 T *__next; \ 124 __next = rb_tree_iterate(&__root->rb_root.rbr_tree, __node, \ 126 if (__next == NULL) \ 128 if (__last < START(__next)) \ 130 KASSERT(LAST(__next) >= __start); \ 132 return __next; \
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | functions.h | 221 _ForwardIterator __next = __first; in __check_sorted_aux() local 222 for (++__next; __next != __last; __first = __next, (void)++__next) in __check_sorted_aux() 223 if (*__next < *__first) in __check_sorted_aux() 249 _ForwardIterator __next = __first; in __check_sorted_aux() local 250 for (++__next; __next != __last; __first = __next, (void)++__next) in __check_sorted_aux() 251 if (__pred(*__next, *__first)) in __check_sorted_aux()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | functions.h | 221 _ForwardIterator __next = __first; in __check_sorted_aux() local 222 for (++__next; __next != __last; __first = __next, (void)++__next) in __check_sorted_aux() 223 if (*__next < *__first) in __check_sorted_aux() 249 _ForwardIterator __next = __first; in __check_sorted_aux() local 250 for (++__next; __next != __last; __first = __next, (void)++__next) in __check_sorted_aux() 251 if (__pred(*__next, *__first)) in __check_sorted_aux()
|
H A D | list | 705 ++__next; 718 __first = __next; 742 ++__next; 752 __x = __next; 779 while (++__next != __last) 780 if (*__first == *__next) 784 __next = __first; 790 __first = __next; 817 while (++__next != __last) 822 __next = __first; [all …]
|
H A D | forward_list | 476 { return __it == __next; }); 613 _Base_const_iterator __next = std::next(__i.base()); 615 { return __it == __next; }); 708 _Base_const_iterator __next = std::next(__old); 710 { return __it == __next; }); 771 _Base_const_iterator __next = std::next(__first); 772 while (__next != __last) 774 if (__binary_pred(*__first, *__next)) 777 { return __it == __next; }); 780 __next = __first; [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/ |
H A D | list | 515 iterator __next = __first; 516 while (++__next != __last) 519 if (*__first == *__next) 520 erase(__next); 522 __first = __next; 523 __next = __first; 535 iterator __next = __first; 536 while (++__next != __last) 540 erase(__next); 542 __first = __next; [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
H A D | list_partition.h | 119 size_t __cur = 1, __next = 1; variable 124 __cur = __next; 143 __next = __os_starts.size() / 2 + 1;
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
H A D | list_partition.h | 119 size_t __cur = 1, __next = 1; variable 124 __cur = __next; 143 __next = __os_starts.size() / 2 + 1;
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | algorithm | 490 _ForwardIterator __next = __first; 491 for (++__next; __next != __last; __first = __next, ++__next) 492 if (*__next < *__first) 517 _ForwardIterator __next = __first; 518 for (++__next; __next != __last; __first = __next, ++__next) 519 if (__comp(*__next, *__first))
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | algorithm | 490 _ForwardIterator __next = __first; 491 for (++__next; __next != __last; __first = __next, ++__next) 492 if (*__next < *__first) 517 _ForwardIterator __next = __first; 518 for (++__next; __next != __last; __first = __next, ++__next) 519 if (__comp(*__next, *__first))
|
/netbsd/external/apache2/llvm/dist/libcxx/include/ |
H A D | __debug | 101 __i_node(void* __i, __i_node* __next, __c_node* __c) 102 : __i_(__i), __next_(__next), __c_(__c) {} 124 __c_node(void* __c, __c_node* __next) 125 : __c_(__c), __next_(__next), beg_(nullptr), end_(nullptr), cap_(nullptr) {} 223 …BCPP_INLINE_VISIBILITY static __c_node* __create_C_node(void *__mem, void *__c, __c_node *__next) { 224 return ::new (__mem) _C_node<_Cont>(__c, __next);
|