Searched refs:error_detected (Results 1 – 2 of 2) sorted by relevance
665 error_detected(EC); in ~raw_fd_ostream()780 error_detected(std::error_code(errno, std::generic_category())); in write_impl()797 error_detected(EC); in close()812 error_detected(std::error_code(errno, std::generic_category())); in seek()927 error_detected(std::error_code(errno, std::generic_category())); in read()
464 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function