Searched refs:error_detected (Results 1 – 3 of 3) sorted by relevance
671 error_detected(EC); in ~raw_fd_ostream()796 error_detected(std::error_code(errno, std::generic_category())); in write_impl()813 error_detected(EC); in close()826 error_detected(std::error_code(errno, std::generic_category())); in seek()940 error_detected(std::error_code(errno, std::generic_category())); in read()
487 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function
2882 .error_detected = amdgpu_pci_error_detected,