Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath_iterator.h56 : __stashed_elem_(), __path_ptr_(nullptr), __entry_(), in iterator()
90 _LIBCPP_ASSERT(__entry_.data() != __path_ptr_->native().data(),
112 const path* __path_ptr_; variable
119 return __lhs.__path_ptr_ == __rhs.__path_ptr_ &&
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1982 it.__path_ptr_ = this; in begin()
1992 it.__path_ptr_ = this; in end()
1997 PathParser PP(__path_ptr_->native(), __entry_, __state_); in __increment()
2006 PathParser PP(__path_ptr_->native(), __entry_, __state_); in __decrement()