Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp254 bool inRootName() const noexcept { in inRootName() function
259 return inRootName() || inRootDir(); in inRootPath()
1851 if (PP.inRootName() && PPBase.inRootName()) { in lexically_relative()
1901 if (!LHS->inRootName() && !RHS->inRootName()) in CompareRootName()
1905 return Parser->inRootName() ? **Parser : PATHSTR(""); in CompareRootName()