Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath_iterator.h38 _AtEnd enumerator
64 _LIBCPP_ASSERT_UNCATEGORIZED(__state_ != _AtEnd, "attempting to increment the end iterator");
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h48 PS_AtEnd = path::iterator::_AtEnd
H A Dpath.cpp391 it.__state_ = path::iterator::_AtEnd; in end()