Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp348 PosPtr RootEnd = consumeRootName(End + 1, Start); in consumeName() local
349 if (RootEnd) in consumeName()
350 return RootEnd - 1; in consumeName()