Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h53 ParserState State_; member
56 PathParser(string_view_t P, ParserState State) noexcept : Path(P), State_(State) {} in PathParser()
60 : Path(P), RawEntry(E), State_(static_cast<ParserState>(S)) { in PathParser()
87 switch (State_) { in increment()
128 switch (State_) { in decrement()
172 switch (State_) {
190 explicit operator bool() const noexcept { return State_ != PS_BeforeBegin && State_ != PS_AtEnd; }
202 bool atEnd() const noexcept { return State_ == PS_AtEnd; } in atEnd()
204 bool inRootDir() const noexcept { return State_ == PS_InRootDir; } in inRootDir()
206 bool inRootName() const noexcept { return State_ == PS_InRootName; } in inRootName()
[all …]
H A Dpath.cpp48 if (PP.State_ == PathParser::PS_InRootName) in __root_name()
55 if (PP.State_ == PathParser::PS_InRootName) in __root_directory()
57 if (PP.State_ == PathParser::PS_InRootDir) in __root_directory()
64 if (PP.State_ == PathParser::PS_InRootName) { in __root_path_raw()
72 if (PP.State_ == PathParser::PS_InRootDir) in __root_path_raw()
79 while (PP->State_ <= PathParser::PS_InRootName) in ConsumeRootName()
81 return PP->State_ == PathParser::PS_AtEnd; in ConsumeRootName()
87 while (PP->State_ <= PathParser::PS_InRootDir) in ConsumeRootDir()
89 return PP->State_ == PathParser::PS_AtEnd; in ConsumeRootDir()
251 return PP.State_ != PPBase.State_ && (PP.inRootPath() || PPBase.inRootPath()); in lexically_relative()
[all …]
H A Doperations.cpp937 while (PP.State_ != PathParser::PS_BeforeBegin) { in __weakly_canonical()
952 if (PP.State_ == PathParser::PS_BeforeBegin) { in __weakly_canonical()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp44 CCState &State_) override { in assignArg()
45 MipsCCState &State = static_cast<MipsCCState &>(State_); in assignArg()
72 CCState &State_) override { in assignArg()
73 MipsCCState &State = static_cast<MipsCCState &>(State_); in assignArg()