Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp220 bool NeedTrailingSep = MaybeNeedTrailingSep && LastPartKind() == PK_Filename; in lexically_normal() local
223 Result.__pn_.reserve(Parts.size() + NewPathSize + NeedTrailingSep); in lexically_normal()
227 if (NeedTrailingSep) in lexically_normal()