Searched refs:State_ (Results 1 – 4 of 4) sorted by relevance
53 ParserState State_; member56 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 …]
48 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 …]
937 while (PP.State_ != PathParser::PS_BeforeBegin) { in __weakly_canonical()952 if (PP.State_ == PathParser::PS_BeforeBegin) { in __weakly_canonical()
44 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()