Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h296 PosPtr RootEnd = consumeRootName(End + 1, Start); in consumeName() local
297 if (RootEnd) in consumeName()
298 return RootEnd - 1; in consumeName()