Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp142 const PosPtr REnd = getBeforeFront(); in decrement()
237 PosPtr getBeforeFront() const noexcept { return Path.data() - 1; } in getBeforeFront() function