Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp68 auto NextCh = PP.peek(); in __root_path_raw() local
69 if (NextCh && isSeparator(*NextCh)) { in __root_path_raw()