Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp250 bool inRootDir() const noexcept { in inRootDir() function
259 return inRootName() || inRootDir(); in inRootPath()
1915 if (!LHS->inRootDir() && RHS->inRootDir()) in CompareRootDir()
1917 else if (LHS->inRootDir() && !RHS->inRootDir()) in CompareRootDir()