Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h250 _LIBCPP_HIDE_FROM_ABI static bool __is_dne_error(error_code const& __ec) { in __is_dne_error() function
268 if (__ec && (!__allow_dne || !__is_dne_error(__ec)))