Searched refs:PS_InRootDir (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
| H A D | operations.cpp | 85 PS_InRootDir = path::iterator::_InRootDir, enumerator 138 return makeState(PS_InRootDir, Start, TkEnd); in increment() 142 case PS_InRootDir: in increment() 174 return makeState(PS_InRootDir, Path.data(), RStart + 1); in decrement() 177 return makeState(PS_InRootDir, RStart, RStart + 1); in decrement() 193 return makeState(PS_InRootDir, Path.data(), RStart + 1); in decrement() 197 return makeState(PS_InRootDir, SepEnd + 1, RStart + 1); in decrement() 203 case PS_InRootDir: in decrement() 218 case PS_InRootDir: in operator *() 251 return State == PS_InRootDir; in inRootDir() [all …]
|