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.cpp314 if (!LHS->inRootDir() && RHS->inRootDir()) in CompareRootDir()
316 else if (LHS->inRootDir() && !RHS->inRootDir()) in CompareRootDir()
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()