Home
last modified time | relevance | path

Searched refs:__pp (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dis_heap_until.h31 _RandomAccessIterator __pp = __first; in __is_heap_until() local
35 if (__comp(*__pp, *__cp)) in __is_heap_until()
41 if (__comp(*__pp, *__cp)) in __is_heap_until()
44 ++__pp; in __is_heap_until()
/llvm-project-15.0.7/libcxx/include/
H A Dthread345 _PairPtr __pp(new _InvokePair(__f));
346 int __ec = _VSTD::__libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
348 __pp.release();
H A D__hash_table1973 __next_pointer __pp = __bucket_list_[__chash];
1974 while (__pp->__next_ != __np)
1975 __pp = __pp->__next_;
1977 __pp->__next_ = static_cast<__next_pointer>(__cp);
2258 __next_pointer __pp = __p1_.first().__ptr();
2259 __next_pointer __cp = __pp->__next_;
2263 __bucket_list_[__chash] = __pp;
2270 __pp = __cp;
2275 __bucket_list_[__chash] = __pp;
2276 __pp = __cp;
[all …]