Home
last modified time | relevance | path

Searched defs:__tmp (Results 1 – 25 of 97) sorted by relevance

1234

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_bvector.h116 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
124 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
132 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
245 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
260 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
282 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
289 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
335 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
350 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
372 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
[all …]
H A Dstl_iterator.h171 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY() local
206 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local
231 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local
H A Dlist.tcc73 _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
475 list __tmp[64]; in sort() local
561 list __tmp[64]; in sort() local
H A Dstl_list.h226 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
241 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
310 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
325 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
1140 iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local
1152 const_iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local
1894 _Node* __tmp = _M_create_node(__x); in _GLIBCXX_VISIBILITY() local
1903 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() local
H A Dforward_list.tcc223 _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
289 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)) in remove() local
315 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)) in remove_if() local
H A Dstl_deque.h183 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
203 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
230 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
241 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
1486 iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local
1499 const_iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local
H A Dstl_numeric.h334 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local
377 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local
H A Dvector.tcc74 pointer __tmp = _M_allocate_and_copy(__n, in reserve() local
214 pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(), in operator =() local
250 vector __tmp(__n, __val, _M_get_Tp_allocator()); in _M_fill_assign() local
296 pointer __tmp(_M_allocate_and_copy(__len, __first, __last)); in _M_assign_aux() local
370 _Temporary_value __tmp(this, std::forward<_Args>(__args)...); in _M_emplace_aux() local
662 vector __tmp(__first, __last, _M_get_Tp_allocator()); in _M_range_insert() local
H A Dregex_compiler.tcc169 auto __tmp = _M_pop(); in _M_assertion() local
257 auto __tmp = __r._M_clone(); in _M_quantifier() local
276 auto __tmp = __r._M_clone(); in _M_quantifier() local
285 auto& __tmp = (*_M_nfa)[__stack.top()]; in _M_quantifier() local
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dshared_ptr.h361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
376 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
439 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
451 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
463 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
603 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dshared_ptr.h352 _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
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_iterator.h164 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY() local
197 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local
222 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local
981 move_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local
996 move_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local
H A Dstl_list.h163 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
178 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
243 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
258 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
926 iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local
938 const_iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local
1525 _Node* __tmp = _M_create_node(__x); in _GLIBCXX_VISIBILITY() local
1533 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() local
H A Dshared_ptr_base.h571 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
586 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
673 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
685 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
697 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
867 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() local
H A Dstl_bvector.h214 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
229 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
251 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
258 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
300 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
315 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
337 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
344 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
792 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
H A Dstl_deque.h163 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
183 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
210 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
221 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
1312 iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local
1324 const_iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local
H A Dforward_list.tcc231 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in _M_splice_after() local
256 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in splice_after() local
268 forward_list __tmp(__n, __val, get_allocator()); in insert_after() local
282 forward_list __tmp(__first, __last, get_allocator()); in insert_after() local
297 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)) in remove() local
324 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)) in remove_if() local
H A Dlist.tcc73 _Node* __tmp = __cur; in _M_clear() local
91 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in emplace() local
102 _Node* __tmp = _M_create_node(__x); in insert() local
362 list __tmp[64]; in sort() local
439 list __tmp[64]; in sort() local
H A Dstl_tree.h195 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
210 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
276 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
291 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
379 _Link_type __tmp = _M_get_node(); in _GLIBCXX_VISIBILITY() local
402 _Link_type __tmp = _M_get_node(); in _GLIBCXX_VISIBILITY() local
427 _Link_type __tmp = _M_create_node(__x->_M_value_field); in _GLIBCXX_VISIBILITY() local
H A Dstl_numeric.h335 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local
378 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dlist.cc105 _List_node_base* const __tmp = this->_M_prev; in _M_transfer() local
115 _List_node_base* __tmp = this; in _M_reverse() local
H A Dmt_allocator.cc101 _Block_address* __tmp = __bin._M_address->_M_next; in _M_destroy() local
231 _Block_address* __tmp = __bin._M_address->_M_next; in _M_destroy() local
248 _Block_address* __tmp = __bin._M_address->_M_next; in _M_destroy() local
309 _Block_record* __tmp = __first; in _M_reclaim_block() local
596 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; in _M_initialize() local
790 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; in _M_initialize() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dlist.cc105 _List_node_base* const __tmp = this->_M_prev; in _M_transfer() local
115 _List_node_base* __tmp = this; in _M_reverse() local
H A Dmt_allocator.cc107 _Block_address* __tmp = __bin._M_address->_M_next; in _M_destroy() local
237 _Block_address* __tmp = __bin._M_address->_M_next; in _M_destroy() local
254 _Block_address* __tmp = __bin._M_address->_M_next; in _M_destroy() local
315 _Block_record* __tmp = __first; in _M_reclaim_block() local
602 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; in _M_initialize() local
796 __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT; in _M_initialize() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dauto_ptr.h229 element_type* __tmp = _M_ptr; in _GLIBCXX_VISIBILITY() local
314 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() local

1234