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.cpp51 if (PP.State_ == PathParser::PS_InRootName) in __root_name()
58 if (PP.State_ == PathParser::PS_InRootName) in __root_directory()
60 if (PP.State_ == PathParser::PS_InRootDir) in __root_directory()
67 if (PP.State_ == PathParser::PS_InRootName) { in __root_path_raw()
75 if (PP.State_ == PathParser::PS_InRootDir) in __root_path_raw()
82 while (PP->State_ <= PathParser::PS_InRootName) in ConsumeRootName()
84 return PP->State_ == PathParser::PS_AtEnd; in ConsumeRootName()
90 while (PP->State_ <= PathParser::PS_InRootDir) in ConsumeRootDir()
92 return PP->State_ == PathParser::PS_AtEnd; in ConsumeRootDir()
254 return PP.State_ != PPBase.State_ && (PP.inRootPath() || PPBase.inRootPath()); in lexically_relative()
[all …]
H A Doperations.cpp1059 while (PP.State_ != PathParser::PS_BeforeBegin) { in __weakly_canonical()
1074 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()