Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h123 const PosPtr REnd = getBeforeFront(); in decrement()
222 PosPtr getBeforeFront() const noexcept { return Path.data() - 1; } in getBeforeFront() function