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.cpp65 auto NextCh = PP.peek(); in __root_path_raw() local
66 if (NextCh && isSeparator(*NextCh)) { in __root_path_raw()