/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_iterator.h | 213 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY() local 231 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY() local 256 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local 281 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local 345 auto __tmp = __i.base(); in _GLIBCXX_VISIBILITY() local
|
H A D | stl_bvector.h | 120 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local 128 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local 136 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local 264 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member 279 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member 305 iterator __tmp = __x; in _GLIBCXX_VISIBILITY() member 317 iterator __tmp = __x; in _GLIBCXX_VISIBILITY() member 360 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member 375 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member 401 const_iterator __tmp = __x; in _GLIBCXX_VISIBILITY() member [all …]
|
H A D | list.tcc | 73 _Node* __tmp = static_cast<_Node*>(__cur); in _M_clear() local 92 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in emplace() local 108 _Node* __tmp = _M_create_node(__x); in insert() local 122 list __tmp(__n, __x, get_allocator()); in insert() local 137 list __tmp(__first, __last, get_allocator()); in insert() local 498 list __tmp[64]; in sort() local 596 list __tmp[64]; in sort() local
|
H A D | stl_list.h | 226 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member 241 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member 312 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member 327 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member 1132 iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local 1144 const_iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local 1902 _Node* __tmp = _M_create_node(__x); in _GLIBCXX_VISIBILITY() local 1911 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() local
|
H A D | stl_numeric.h | 355 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local 399 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local
|
H A D | forward_list.tcc | 223 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in _M_splice_after() local 248 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in splice_after() local 260 forward_list __tmp(__n, __val, get_allocator()); in insert_after() local 274 forward_list __tmp(__first, __last, get_allocator()); in insert_after() local 296 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)) in remove() local 328 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)) in remove_if() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_iterator.h | 262 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY() local 281 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY() local 306 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local 331 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local 399 auto __tmp = __i.base(); in _GLIBCXX_VISIBILITY() local
|
H A D | max_size_type.h | 101 auto __tmp = *this; in _GLIBCXX_VISIBILITY() local 113 auto __tmp = *this; in _GLIBCXX_VISIBILITY() local 484 auto __tmp = *this; in _GLIBCXX_VISIBILITY() local 496 auto __tmp = *this; in _GLIBCXX_VISIBILITY() local
|
H A D | stl_bvector.h | 134 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local 143 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local 152 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local 302 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member 319 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member 349 iterator __tmp = __x; in _GLIBCXX_VISIBILITY() member 363 iterator __tmp = __x; in _GLIBCXX_VISIBILITY() member 413 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member 430 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member 460 const_iterator __tmp = __x; in _GLIBCXX_VISIBILITY() member [all …]
|
H A D | list.tcc | 73 _Node* __tmp = static_cast<_Node*>(__cur); in _M_clear() local 92 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in emplace() local 108 _Node* __tmp = _M_create_node(__x); in insert() local 122 list __tmp(__n, __x, get_allocator()); in insert() local 137 list __tmp(__first, __last, get_allocator()); in insert() local 498 _Scratch_list __tmp[64]; in sort() local 622 _Scratch_list __tmp[64]; in sort() local
|
H A D | stl_numeric.h | 354 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local 397 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local
|
H A D | forward_list.tcc | 223 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in _M_splice_after() local 248 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in splice_after() local 260 forward_list __tmp(__n, __val, get_allocator()); in insert_after() local 274 forward_list __tmp(__first, __last, get_allocator()); in insert_after() local 296 while (_Node* __tmp = static_cast<_Node*>(__prev_it._M_node->_M_next)) in remove() local 319 while (_Node* __tmp = static_cast<_Node*>(__prev_it._M_node->_M_next)) in remove_if() local
|
H A D | regex_compiler.tcc | 161 auto __tmp = _M_pop(); in _M_assertion() local 245 auto __tmp = __r._M_clone(); in _M_quantifier() local 263 auto __tmp = __r._M_clone(); in _M_quantifier() local 272 auto& __tmp = (*_M_nfa)[__stack.top()]; in _M_quantifier() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | shared_ptr.h | 357 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local 372 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local 435 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local 447 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local 459 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local 601 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | shared_ptr.h | 352 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local 367 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local 430 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local 442 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local 454 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local 594 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
H A D | messages_members.h | 57 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local 113 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
H A D | messages_members.h | 57 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local 113 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | list.cc | 107 _List_node_base* const __tmp = this->_M_prev; in _M_transfer() local 117 _List_node_base* __tmp = this; in _M_reverse() local
|
H A D | list-aux-2.cc | 73 _List_node_base* const __tmp = this->_M_prev; in _M_transfer() local 83 _List_node_base* __tmp = this; in _M_reverse() local
|
H A D | list-aux.cc | 105 _List_node_base* const __tmp = this->_M_prev; in transfer() local 115 _List_node_base* __tmp = this; in reverse() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
H A D | auto_ptr.h | 233 element_type* __tmp = _M_ptr; in _GLIBCXX_VISIBILITY() local 318 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | list.cc | 105 _List_node_base* const __tmp = this->_M_prev; in _M_transfer() local 115 _List_node_base* __tmp = this; in _M_reverse() local
|
H A D | list-aux-2.cc | 73 _List_node_base* const __tmp = this->_M_prev; in _M_transfer() local 83 _List_node_base* __tmp = this; in _M_reverse() local
|
H A D | list-aux.cc | 105 _List_node_base* const __tmp = this->_M_prev; in transfer() local 115 _List_node_base* __tmp = this; in reverse() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
H A D | auto_ptr.h | 229 element_type* __tmp = _M_ptr; in _GLIBCXX_VISIBILITY() local 314 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() local
|