Searched refs:make_error_condition (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
H A Dmake_error_condition.pass.cpp14 // error_condition make_error_condition(errc e);
22 const std::error_condition ec1 = std::make_error_condition(std::errc::message_size);
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/
H A Dmake_error_condition.pass.cpp12 // error_condition make_error_condition(io_errc e);
20 const std::error_condition ec1 = std::make_error_condition(std::io_errc::stream);
/external/libcxx/test/std/thread/futures/futures.errors/
H A Dmake_error_condition.pass.cpp16 // error_condition make_error_condition(future_errc e);
25 std::make_error_condition(std::future_errc::future_already_retrieved);
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp24 // make_error_condition must not be typo corrected to error_condition
25 // even though the first declaration of make_error_condition has not
29 *this = make_error_condition(_e);
34 inline error_condition make_error_condition(errc _e) { function

Completed in 337 milliseconds