Searched refs:make_error_condition (Results 1 - 6 of 6) 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/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dsystem_error.h207 error_condition make_error_condition(errc e);
690 {*this = make_error_condition(_e);}
704 {*this = make_error_condition(_e); return *this;}
724 inline error_condition make_error_condition(errc _e) { function in namespace:llvm
/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
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp376 inline std::error_condition make_error_condition(Result e) function in class:vk::Result

Completed in 9316 milliseconds