Searched refs:__ip (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/include/ |
D | list | 1811 for (__i_node** __ip = __c->end_; __ip != __c->beg_; ) 1813 --__ip; 1814 iterator* __i = static_cast<iterator*>((*__ip)->__i_); 1817 (*__ip)->__c_ = nullptr; 1818 if (--__c->end_ != __ip) 1819 memmove(__ip, __ip+1, (__c->end_ - __ip)*sizeof(__i_node*)); 2020 for (__i_node** __ip = __cn2->end_; __ip != __cn2->beg_;) 2022 --__ip; 2023 iterator* __i = static_cast<iterator*>((*__ip)->__i_); 2026 __cn1->__add(*__ip); [all …]
|
D | string | 2684 size_type __ip = static_cast<size_type>(__pos - begin()); 2702 size_type __n_move = __sz - __ip; 2704 traits_type::move(__p + __ip + __n, __p + __ip, __n_move); 2708 __grow_by(__cap, __sz + __n - __cap, __sz, __ip, 0, __n); 2714 for (__p += __ip; __first != __last; ++__p, ++__first) 2717 return begin() + __ip; 2768 size_type __ip = static_cast<size_type>(__pos - begin()); 2774 __grow_by(__cap, 1, __sz, __ip, 0, 1); 2780 size_type __n_move = __sz - __ip; 2782 traits_type::move(__p + __ip + 1, __p + __ip, __n_move); [all …]
|
/external/llvm-project/libcxx/include/ |
D | list | 1818 for (__i_node** __ip = __c->end_; __ip != __c->beg_; ) 1820 --__ip; 1821 iterator* __i = static_cast<iterator*>((*__ip)->__i_); 1824 (*__ip)->__c_ = nullptr; 1825 if (--__c->end_ != __ip) 1826 memmove(__ip, __ip+1, (__c->end_ - __ip)*sizeof(__i_node*)); 2028 for (__i_node** __ip = __cn2->end_; __ip != __cn2->beg_;) 2030 --__ip; 2031 iterator* __i = static_cast<iterator*>((*__ip)->__i_); 2034 __cn1->__add(*__ip); [all …]
|
D | string | 2798 size_type __ip = static_cast<size_type>(__pos - begin()); 2816 size_type __n_move = __sz - __ip; 2818 traits_type::move(__p + __ip + __n, __p + __ip, __n_move); 2822 __grow_by(__cap, __sz + __n - __cap, __sz, __ip, 0, __n); 2828 for (__p += __ip; __first != __last; ++__p, ++__first) 2831 return begin() + __ip; 2882 size_type __ip = static_cast<size_type>(__pos - begin()); 2888 __grow_by(__cap, 1, __sz, __ip, 0, 1); 2894 size_type __n_move = __sz - __ip; 2896 traits_type::move(__p + __ip + 1, __p + __ip, __n_move); [all …]
|
/external/clang/lib/Headers/ |
D | unwind.h | 197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() local 198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */ in _Unwind_GetIP()
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 226 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() local 227 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */ in _Unwind_GetIP()
|