Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp345 PosPtr RootEnd = consumeRootName(End + 1, Start); in consumeName() local
346 if (RootEnd) in consumeName()
347 return RootEnd - 1; in consumeName()