Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp165 error_code m_ec2; in __copy() local
166 for (; !m_ec2 && it != directory_iterator(); it.increment(m_ec2)) { in __copy()
172 if (m_ec2) { in __copy()
173 return err.report(m_ec2); in __copy()