Home
last modified time | relevance | path

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

/external/libcxx/test/std/thread/futures/futures.errors/
Dmake_error_condition.pass.cpp25 std::make_error_condition(std::future_errc::future_already_retrieved); in main()
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/
Dmake_error_condition.pass.cpp20 const std::error_condition ec1 = std::make_error_condition(std::io_errc::stream); in main()
/external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
Dmake_error_condition.pass.cpp22 const std::error_condition ec1 = std::make_error_condition(std::errc::message_size); in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h690 {*this = make_error_condition(_e);}
704 {*this = make_error_condition(_e); return *this;}
724 inline error_condition make_error_condition(errc _e) {
/external/clang/test/SemaCXX/
Dtypo-correction.cpp29 *this = make_error_condition(_e); in error_condition()
34 inline error_condition make_error_condition(errc _e) { in make_error_condition() function
/external/libcxx/include/
Dsystem_error209 error_condition make_error_condition(errc e) noexcept;
444 {*this = make_error_condition(__e);}
461 {*this = make_error_condition(__e); return *this;}
484 make_error_condition(errc __e) _NOEXCEPT
Dios207 error_condition make_error_condition(io_errc e) noexcept;
415 make_error_condition(io_errc __e) _NOEXCEPT
Dfuture44 error_condition make_error_condition(future_errc e) noexcept;
497 make_error_condition(future_errc __e) _NOEXCEPT
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc55 #define MAP_ERR_TO_COND(x, y) case x: return make_error_condition(errc::y)
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp376 inline std::error_condition make_error_condition(Result e) in make_error_condition() function