Searched refs:__pp (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | is_heap_until.h | 30 _RandomAccessIterator __pp = __first; in __is_heap_until() local 33 if (__comp(*__pp, *__cp)) in __is_heap_until() 39 if (__comp(*__pp, *__cp)) in __is_heap_until() 42 ++__pp; in __is_heap_until()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | is_heap_until.h | 30 _RandomAccessIterator __pp = __first; in __is_heap_until() local 33 if (__comp(*__pp, *__cp)) in __is_heap_until() 39 if (__comp(*__pp, *__cp)) in __is_heap_until() 42 ++__pp; in __is_heap_until()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__thread/ |
| H A D | thread.h | 204 _PairPtr __pp(new _InvokePair(__f)); 205 int __ec = std::__libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get()); 207 __pp.release();
|
| /freebsd/contrib/llvm-project/libcxx/include/__thread/ |
| H A D | thread.h | 224 _PairPtr __pp(new _InvokePair(__f)); 225 int __ec = std::__libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get()); 227 __pp.release();
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __hash_table | 1396 __next_pointer __pp = __bucket_list_[__chash]; 1397 while (__pp->__next_ != __np) 1398 __pp = __pp->__next_; 1400 __pp->__next_ = static_cast<__next_pointer>(__cp); 1519 __next_pointer __pp = __p1_.first().__ptr(); 1520 __next_pointer __cp = __pp->__next_; 1523 __bucket_list_[__chash] = __pp; 1525 for (__pp = __cp, void(), __cp = __cp->__next_; __cp != nullptr; __cp = __pp->__next_) { 1528 __pp = __cp; 1531 __bucket_list_[__chash] = __pp; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __hash_table | 1553 __next_pointer __pp = __bucket_list_[__chash]; 1554 while (__pp->__next_ != __np) 1555 __pp = __pp->__next_; 1557 __pp->__next_ = static_cast<__next_pointer>(__cp); 1774 __next_pointer __pp = __first_node_.__ptr(); 1775 __next_pointer __cp = __pp->__next_; 1778 __bucket_list_[__chash] = __pp; 1780 for (__pp = __cp, void(), __cp = __cp->__next_; __cp != nullptr; __cp = __pp->__next_) { 1783 __pp = __cp; 1786 __bucket_list_[__chash] = __pp; [all …]
|