Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp308 if (auto maybe_errc = __win_err_to_errc(ev)) in default_error_condition() local
309 return error_condition(static_cast<int>(*maybe_errc), generic_category()); in default_error_condition()