Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp251 bool inRootName() const noexcept { in inRootName() function
256 return inRootName() || inRootDir(); in inRootPath()
1742 if (PP.inRootName() && PPBase.inRootName()) { in lexically_relative()
1792 if (!LHS->inRootName() && !RHS->inRootName()) in CompareRootName()
1796 return Parser->inRootName() ? **Parser : PS(""); in CompareRootName()