Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp253 if (PP.inRootName() && PPBase.inRootName()) { in lexically_relative()
303 if (!LHS->inRootName() && !RHS->inRootName()) in CompareRootName()
306 …auto GetRootName = [](PathParser* Parser) -> string_view_t { return Parser->inRootName() ? **Parse… in CompareRootName()
H A Dpath_parser.h206 bool inRootName() const noexcept { return State_ == PS_InRootName; } in inRootName() function
208 bool inRootPath() const noexcept { return inRootName() || inRootDir(); } in inRootPath()