Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp139 enum PathPartKind : unsigned char { PK_None, PK_RootSep, PK_Filename, PK_Dot, PK_DotDot, PK_Trailin… enumerator
145 return PK_Dot; in ClassifyPathPart()
205 case PK_Dot: in lexically_normal()