Home
last modified time | relevance | path

Searched refs:PATHSTR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp39 __pn_ += PATHSTR("."); in replace_extension()
147 if (Part == PATHSTR(".")) in ClassifyPathPart()
149 if (Part == PATHSTR("..")) in ClassifyPathPart()
151 if (Part == PATHSTR("/")) in ClassifyPathPart()
154 if (Part == PATHSTR("\\")) in ClassifyPathPart()
204 AddPart(PK_DotDot, PATHSTR("..")); in lexically_normal()
219 return PATHSTR("."); in lexically_normal()
231 Result /= PATHSTR(""); in lexically_normal()
241 if (Elem == PATHSTR("..")) in DetermineLexicalElementCount()
243 else if (Elem != PATHSTR(".") && Elem != PATHSTR("")) in DetermineLexicalElementCount()
[all …]
H A Dpath_parser.h175 return PATHSTR("");
178 return PATHSTR("\\");
180 return PATHSTR("/");
182 return PATHSTR("");
338 if (s == PATHSTR(".") || s == PATHSTR("..") || s.empty()) in separate_filename()
339 return string_view_pair{s, PATHSTR("")}; in separate_filename()
H A Dformat_string.h21 # define PATHSTR(x) (L##x) macro
24 # define PATHSTR(x) (x) macro