Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_iterator.h212 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY() local
230 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY() local
255 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local
280 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local
344 auto __tmp = __i.base(); in _GLIBCXX_VISIBILITY() local
H A Dstl_bvector.h120 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 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
494 list __tmp[64]; in sort() local
592 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
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 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
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
H A Dvector.tcc74 pointer __tmp; in reserve() local
226 pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(), in operator =() local
262 vector __tmp(__n, __val, _M_get_Tp_allocator()); in _M_fill_assign() local
309 pointer __tmp(_M_allocate_and_copy(__len, __first, __last)); in _M_assign_aux() local
383 _Temporary_value __tmp(this, std::forward<_Args>(__args)...); in _M_emplace_aux() local
711 vector __tmp(__first, __last, _M_get_Tp_allocator()); in _M_range_insert() local
H A Dstl_deque.h202 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
222 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
377 _Self __tmp = __x; in _GLIBCXX_VISIBILITY() member
385 _Self __tmp = __x; in _GLIBCXX_VISIBILITY() member
1427 iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local
1440 const_iterator __tmp = end(); in _GLIBCXX_VISIBILITY() 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
H A Dstl_numeric.h355 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local
399 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dstl_iterator.h212 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY() local
230 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY() local
255 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local
280 reverse_iterator __tmp = *this; in _GLIBCXX_VISIBILITY() local
344 auto __tmp = __i.base(); in _GLIBCXX_VISIBILITY() local
H A Dstl_bvector.h120 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 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
494 list __tmp[64]; in sort() local
592 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
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 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
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
H A Dvector.tcc74 pointer __tmp; in reserve() local
226 pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(), in operator =() local
262 vector __tmp(__n, __val, _M_get_Tp_allocator()); in _M_fill_assign() local
309 pointer __tmp(_M_allocate_and_copy(__len, __first, __last)); in _M_assign_aux() local
383 _Temporary_value __tmp(this, std::forward<_Args>(__args)...); in _M_emplace_aux() local
711 vector __tmp(__first, __last, _M_get_Tp_allocator()); in _M_range_insert() local
H A Dstl_deque.h202 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
222 _Self __tmp = *this; in _GLIBCXX_VISIBILITY() member
377 _Self __tmp = __x; in _GLIBCXX_VISIBILITY() member
385 _Self __tmp = __x; in _GLIBCXX_VISIBILITY() member
1427 iterator __tmp = end(); in _GLIBCXX_VISIBILITY() local
1440 const_iterator __tmp = end(); in _GLIBCXX_VISIBILITY() 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
H A Dstl_numeric.h355 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local
399 _ValueType __tmp = *__first; in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/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
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dposix_types.h55 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
63 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
72 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
84 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dposix_types.h59 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
67 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
75 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
87 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Dmessages_members.h57 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
113 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Dmessages_members.h57 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
113 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/backward/
H A Dauto_ptr.h229 element_type* __tmp = _M_ptr; in _GLIBCXX_VISIBILITY() local
314 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY() local

12345