Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp273 while (PP && PPBase && PP.State_ == PPBase.State_ && (*PP == *PPBase || PP.inRootDir())) { in lexically_relative()
317 if (!LHS->inRootDir() && RHS->inRootDir()) in CompareRootDir()
319 else if (LHS->inRootDir() && !RHS->inRootDir()) in CompareRootDir()
374 string_view_t Part = PP.inRootDir() ? PATHSTR("/") : *PP; in hash_value()
H A Dpath_parser.h204 bool inRootDir() const noexcept { return State_ == PS_InRootDir; } in inRootDir() function
208 bool inRootPath() const noexcept { return inRootName() || inRootDir(); } in inRootPath()