Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h45 PS_InRootDir = path::iterator::_InRootDir, enumerator
97 return makeState(PS_InRootDir, Start, TkEnd); in increment()
101 case PS_InRootDir: in increment()
133 return makeState(PS_InRootDir, Path.data(), RStart + 1); in decrement()
136 return makeState(PS_InRootDir, RStart, RStart + 1); in decrement()
151 return makeState(PS_InRootDir, Path.data(), RStart + 1); in decrement()
155 return makeState(PS_InRootDir, SepEnd + 1, RStart + 1); in decrement()
161 case PS_InRootDir: in decrement()
176 case PS_InRootDir:
204 bool inRootDir() const noexcept { return State_ == PS_InRootDir; } in inRootDir()
[all …]
H A Dpath.cpp57 if (PP.State_ == PathParser::PS_InRootDir) in __root_directory()
72 if (PP.State_ == PathParser::PS_InRootDir) in __root_path_raw()
85 …PathParser::PS_BeforeBegin == 1 && PathParser::PS_InRootName == 2 && PathParser::PS_InRootDir == 3, in ConsumeRootDir()
87 while (PP->State_ <= PathParser::PS_InRootDir) in ConsumeRootDir()