Lines Matching defs:error_code
48 /// A std::error_code category for eErrorTypeGeneric.
66 std::error_code(err, std::system_category()));
73 std::error_code(err, std::system_category()));
77 std::error_code(err, std::generic_category()));
79 std::move(msg), std::error_code(err, std::generic_category()));
82 std::move(msg), std::error_code(err, lldb_generic_category()));
92 Status::Status(std::error_code EC)
144 static std::string RetrieveWin32ErrorString(uint32_t error_code) {
152 NULL, error_code, MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US),
161 NULL, error_code, 0, (LPSTR)&buffer, 0, NULL)) {
228 std::error_code ec = error.convertToErrorCode();
234 static ErrorType ErrorCodeToErrorType(std::error_code ec) {
274 dict_up->AddIntegerItem("error_code", EC.value());