/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | exp_integral.tcc | 128 _Tp __prev = __term; in __expint_E1_asymp() local 130 if (std::abs(__term) > std::abs(__prev)) in __expint_E1_asymp() 330 _Tp __prev = __term; in __expint_Ei_asymp() local 334 if (__term >= __prev) in __expint_Ei_asymp() 416 _Tp __prev = __term; in __expint_asymp() local 418 if (std::abs(__term) > std::abs(__prev)) in __expint_asymp() 452 _Tp __prev = __term; in __expint_large_n() local
|
H A D | hashtable.h | 933 _Node* __prev = _M_find_node(_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() local 936 if (__prev) in _GLIBCXX_VISIBILITY() 938 __new_node->_M_next = __prev->_M_next; in _GLIBCXX_VISIBILITY() 939 __prev->_M_next = __new_node; in _GLIBCXX_VISIBILITY()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | exp_integral.tcc | 128 _Tp __prev = __term; in __expint_E1_asymp() local 130 if (std::abs(__term) > std::abs(__prev)) in __expint_E1_asymp() 330 _Tp __prev = __term; in __expint_Ei_asymp() local 334 if (__term >= __prev) in __expint_Ei_asymp() 416 _Tp __prev = __term; in __expint_asymp() local 418 if (std::abs(__term) > std::abs(__prev)) in __expint_asymp() 452 _Tp __prev = __term; in __expint_large_n() local
|
H A D | hashtable.h | 933 _Node* __prev = _M_find_node(_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() local 936 if (__prev) in _GLIBCXX_VISIBILITY() 938 __new_node->_M_next = __prev->_M_next; in _GLIBCXX_VISIBILITY() 939 __prev->_M_next = __new_node; in _GLIBCXX_VISIBILITY()
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_tempbuf.h | 210 _Pointer __prev = __cur; in _GLIBCXX_VISIBILITY() local 212 for(; __cur != __last; ++__cur, ++__prev) in _GLIBCXX_VISIBILITY() 214 _GLIBCXX_MOVE(*__prev)); in _GLIBCXX_VISIBILITY() 215 *__seed = _GLIBCXX_MOVE(*__prev); in _GLIBCXX_VISIBILITY()
|
H A D | forward_list.h | 1352 auto __prev = before_begin(); in _GLIBCXX_VISIBILITY() local 1358 ++__prev; in _GLIBCXX_VISIBILITY() 1363 insert_after(__prev, __first, __last); in _GLIBCXX_VISIBILITY() 1365 erase_after(__prev, __end); in _GLIBCXX_VISIBILITY() 1382 auto __prev = before_begin(); in _GLIBCXX_VISIBILITY() local 1388 ++__prev; in _GLIBCXX_VISIBILITY() 1393 insert_after(__prev, __n, __val); in _GLIBCXX_VISIBILITY() 1395 erase_after(__prev, __end); in _GLIBCXX_VISIBILITY()
|
H A D | regex.tcc | 614 _Position __prev = _M_position; in operator ++() local 628 else if (_M_has_m1 && __prev->suffix().length() != 0) in operator ++() 631 _M_suffix.first = __prev->suffix().first; in operator ++() 632 _M_suffix.second = __prev->suffix().second; in operator ++()
|
H A D | regex_executor.tcc | 556 auto __prev = _M_current; in _M_word_boundary() local 557 if (_M_is_word(*std::prev(__prev))) in _M_word_boundary()
|
H A D | locale_conv.h | 436 auto __prev = _M_buf; in _GLIBCXX_VISIBILITY() local 438 return __prev; in _GLIBCXX_VISIBILITY()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_tempbuf.h | 211 _Pointer __prev = __cur; in _GLIBCXX_VISIBILITY() local 213 for(; __cur != __last; ++__cur, ++__prev) in _GLIBCXX_VISIBILITY() 215 _GLIBCXX_MOVE(*__prev)); in _GLIBCXX_VISIBILITY() 216 *__seed = _GLIBCXX_MOVE(*__prev); in _GLIBCXX_VISIBILITY()
|
H A D | forward_list.h | 1375 auto __prev = before_begin(); in _GLIBCXX_VISIBILITY() local 1381 ++__prev; in _GLIBCXX_VISIBILITY() 1386 insert_after(__prev, __first, __last); in _GLIBCXX_VISIBILITY() 1388 erase_after(__prev, __end); in _GLIBCXX_VISIBILITY() 1405 auto __prev = before_begin(); in _GLIBCXX_VISIBILITY() local 1411 ++__prev; in _GLIBCXX_VISIBILITY() 1416 insert_after(__prev, __n, __val); in _GLIBCXX_VISIBILITY() 1418 erase_after(__prev, __end); in _GLIBCXX_VISIBILITY()
|
H A D | regex.tcc | 614 _Position __prev = _M_position; in operator ++() local 628 else if (_M_has_m1 && __prev->suffix().length() != 0) in operator ++() 631 _M_suffix.first = __prev->suffix().first; in operator ++() 632 _M_suffix.second = __prev->suffix().second; in operator ++()
|
H A D | regex_executor.tcc | 556 auto __prev = _M_current; in _M_word_boundary() local 557 if (_M_is_word(*std::prev(__prev))) in _M_word_boundary()
|
H A D | locale_conv.h | 454 auto __prev = _M_buf; in _GLIBCXX_VISIBILITY() local 456 return __prev; in _GLIBCXX_VISIBILITY()
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr2/ |
H A D | dynamic_bitset.tcc | 143 ::_M_do_find_next(size_t __prev, size_t __not_found) const in _M_do_find_next() argument 146 ++__prev; in _M_do_find_next() 149 if (__prev >= this->_M_w.size() * _S_bits_per_block) in _M_do_find_next() 153 size_t __i = _S_whichword(__prev); in _M_do_find_next() 157 __thisword &= (~static_cast<_WordT>(0)) << _S_whichbit(__prev); in _M_do_find_next()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/tr2/ |
H A D | dynamic_bitset.tcc | 143 ::_M_do_find_next(size_t __prev, size_t __not_found) const in _M_do_find_next() argument 146 ++__prev; in _M_do_find_next() 149 if (__prev >= this->_M_w.size() * _S_bits_per_block) in _M_do_find_next() 153 size_t __i = _S_whichword(__prev); in _M_do_find_next() 157 __thisword &= (~static_cast<_WordT>(0)) << _S_whichbit(__prev); in _M_do_find_next()
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | slist | 647 // Moves the element that follows __prev to *this, inserting it 650 splice_after(iterator __pos, iterator __prev) 652 __prev._M_node, __prev._M_node->_M_next); } 755 _Node_base* __prev = &this->_M_head; 760 __prev = __node; 764 _M_insert_after_fill(__prev, __n, __val); 766 this->_M_erase_after(__prev, 0); 776 _Node_base* __prev = &this->_M_head; 781 __prev = __node; 786 _M_insert_after_range(__prev, __first, __last); [all …]
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | slist | 647 // Moves the element that follows __prev to *this, inserting it 650 splice_after(iterator __pos, iterator __prev) 652 __prev._M_node, __prev._M_node->_M_next); } 755 _Node_base* __prev = &this->_M_head; 760 __prev = __node; 764 _M_insert_after_fill(__prev, __n, __val); 766 this->_M_erase_after(__prev, 0); 776 _Node_base* __prev = &this->_M_head; 781 __prev = __node; 786 _M_insert_after_range(__prev, __first, __last); [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | io_context | 499 auto __prev = _M_ops.before_begin(); 503 ++__prev; 505 auto __cancelled = __prev; 512 _M_ops.splice_after(__cancelled, _M_ops, __prev); 518 ++__prev; 684 __prev = _M_ops.before_begin(); __it != __end; ++__it, ++__prev) 694 _M_ops.erase_after(__prev);
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | io_context | 507 auto __prev = _M_ops.before_begin(); 511 ++__prev; 513 auto __cancelled = __prev; 520 _M_ops.splice_after(__cancelled, _M_ops, __prev); 526 ++__prev; 700 __prev = _M_ops.before_begin(); __it != __end; ++__it, ++__prev) 710 _M_ops.erase_after(__prev);
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | bitset | 340 ++__prev; 343 if (__prev >= _Nw * _GLIBCXX_BITSET_BITS_PER_WORD) 347 size_t __i = _S_whichword(__prev); 502 _M_do_find_next(size_t __prev, size_t __not_found) const 505 ++__prev; 506 if (__prev >= ((size_t) _GLIBCXX_BITSET_BITS_PER_WORD)) 509 _WordT __x = _M_w >> __prev; 511 return __builtin_ctzl(__x) + __prev; 1379 * @param __prev Where to start searching. 1384 _Find_next(size_t __prev) const _GLIBCXX_NOEXCEPT [all …]
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | bitset | 340 ++__prev; 343 if (__prev >= _Nw * _GLIBCXX_BITSET_BITS_PER_WORD) 347 size_t __i = _S_whichword(__prev); 502 _M_do_find_next(size_t __prev, size_t __not_found) const 505 ++__prev; 506 if (__prev >= ((size_t) _GLIBCXX_BITSET_BITS_PER_WORD)) 509 _WordT __x = _M_w >> __prev; 511 return __builtin_ctzl(__x) + __prev; 1379 * @param __prev Where to start searching. 1384 _Find_next(size_t __prev) const _GLIBCXX_NOEXCEPT [all …]
|
/netbsd/external/apache2/llvm/dist/libcxx/include/ |
H A D | list | 1516 if (__prev == 0) 1519 __e = iterator(__prev, this); 1521 __e = iterator(__prev); 1582 if (__prev == 0) 1585 __e = iterator(__prev, this); 1587 __e = iterator(__prev); 1930 if (__prev == 0) 1933 __e = iterator(__prev, this); 1935 __e = iterator(__prev); 1988 if (__prev == 0) [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
H A D | list_partition.h | 117 _IIter __prev = __begin, __it = __begin; variable
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
H A D | list_partition.h | 117 _IIter __prev = __begin, __it = __begin; variable
|