Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/filesystem/
H A Doperations.cpp1524 int ElemCount = DetermineLexicalElementCount(PPBase); in lexically_relative() local
1525 if (ElemCount < 0) in lexically_relative()
1529 if (ElemCount == 0 && (PP.atEnd() || *PP == "")) in lexically_relative()
1536 while (ElemCount--) in lexically_relative()