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