Searched refs:PPBase (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1513 auto PPBase = PathParser::CreateBegin(base.__pn_); local
1515 return PP.State != PPBase.State &&
1516 (PP.inRootPath() || PPBase.inRootPath());
1518 if (PP.inRootName() && PPBase.inRootName()) {
1519 if (*PP != *PPBase)
1526 if (PPBase.inRootPath())
1527 ++PPBase;
1534 auto PPBase = PathParser::CreateBegin(base.__pn_); local
1535 while (PP && PPBase && PP.State == PPBase
[all...]

Completed in 499 milliseconds