Home
last modified time | relevance | path

Searched refs:__temp (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h592 iterator __temp = __detail::__lower_bound in _GLIBCXX_VISIBILITY()
597 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
776 size_t* __temp = in _GLIBCXX_VISIBILITY()
778 *__temp = 0; in _GLIBCXX_VISIBILITY()
779 ++__temp; in _GLIBCXX_VISIBILITY()
784 (__temp + __num_bitmaps), in _GLIBCXX_VISIBILITY()
786 (__temp + __num_bitmaps) in _GLIBCXX_VISIBILITY()
793 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free. in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h588 iterator __temp = __detail::__lower_bound in _GLIBCXX_VISIBILITY()
593 __free_list.insert(__temp, __addr); in _GLIBCXX_VISIBILITY()
778 size_t* __temp = in _GLIBCXX_VISIBILITY()
780 *__temp = 0; in _GLIBCXX_VISIBILITY()
781 ++__temp; in _GLIBCXX_VISIBILITY()
786 (__temp + __num_bitmaps), in _GLIBCXX_VISIBILITY()
788 (__temp + __num_bitmaps) in _GLIBCXX_VISIBILITY()
795 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free. in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dforward_list.tcc84 _Node* __temp = __curr; in _M_erase_after() local
87 __temp->_M_valptr()); in _M_erase_after()
88 __temp->~_Node(); in _M_erase_after()
89 _M_put_node(__temp); in _M_erase_after()
H A Dforward_list.h96 while (_Fwd_list_node_base* __temp = __tail->_M_next) in _GLIBCXX_VISIBILITY() local
99 _M_next = __temp; in _GLIBCXX_VISIBILITY()
100 __tail->_M_next = __temp->_M_next; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dbessel_function.tcc276 _Tp __temp = __p * __dlr - __q * __dli; in __bessel_jn() local
278 __p = __temp; in __bessel_jn()
298 __temp = __p * __dlr - __q * __dli; in __bessel_jn()
300 __p = __temp; in __bessel_jn()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dbessel_function.tcc282 _Tp __temp = __p * __dlr - __q * __dli; in __bessel_jn() local
284 __p = __temp; in __bessel_jn()
304 __temp = __p * __dlr - __q * __dli; in __bessel_jn()
306 __p = __temp; in __bessel_jn()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dforward_list.tcc89 _Node* __temp = __curr; in _M_erase_after() local
91 _M_get_Node_allocator().destroy(__temp); in _M_erase_after()
92 _M_put_node(__temp); in _M_erase_after()
H A Dforward_list.h77 while (_Fwd_list_node_base* __temp = __tail->_M_next) in _GLIBCXX_VISIBILITY() local
80 _M_next = __temp; in _GLIBCXX_VISIBILITY()
81 __tail->_M_next = __temp->_M_next; in _GLIBCXX_VISIBILITY()