Home
last modified time | relevance | path

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

/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
Dmake_error_code.pass.cpp22 std::error_code ec = make_error_code(std::errc::operation_canceled); in main()
23 assert(ec.value() == static_cast<int>(std::errc::operation_canceled)); in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h575 operation_canceled = ECANCELED, enumerator
577 operation_canceled = EINVAL,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp79 static_assert(static_cast<int>(std::errc::operation_canceled) == ECANCELED, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc97 MAP_ERR_TO_COND(ERROR_OPERATION_ABORTED, operation_canceled);
/external/libcxx/include/
Dsystem_error180 operation_canceled, // ECANCELED
335 operation_canceled = ECANCELED,