Home
last modified time | relevance | path

Searched refs:__path_ptr_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath_iterator.h51 …_LIBCPP_HIDE_FROM_ABI iterator() : __stashed_elem_(), __path_ptr_(nullptr), __entry_(), __state_(_… in iterator()
77 … __entry_.data() != __path_ptr_->native().data(), "attempting to decrement the begin iterator");
96 const path* __path_ptr_; variable
103 return __lhs.__path_ptr_ == __rhs.__path_ptr_ && __lhs.__entry_.data() == __rhs.__entry_.data();
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp382 it.__path_ptr_ = this; in begin()
392 it.__path_ptr_ = this; in end()
397 PathParser PP(__path_ptr_->native(), __entry_, __state_); in __increment()
406 PathParser PP(__path_ptr_->native(), __entry_, __state_); in __decrement()