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.h48 …_LIBCPP_HIDE_FROM_ABI iterator() : __stashed_elem_(), __path_ptr_(nullptr), __entry_(), __state_(_… in iterator()
74 … __entry_.data() != __path_ptr_->native().data(), "attempting to decrement the begin iterator");
93 const path* __path_ptr_; variable
100 return __lhs.__path_ptr_ == __rhs.__path_ptr_ && __lhs.__entry_.data() == __rhs.__entry_.data();
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp386 it.__path_ptr_ = this; in begin()
396 it.__path_ptr_ = this; in end()
401 PathParser PP(__path_ptr_->native(), __entry_, __state_); in __increment()
410 PathParser PP(__path_ptr_->native(), __entry_, __state_); in __decrement()