Home
last modified time | relevance | path

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

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