Searched refs:error_detected (Results 1 – 9 of 9) sorted by relevance
1688 bool error_detected = false; in sparsebit_validate_internal() local1718 error_detected = true; in sparsebit_validate_internal()1738 error_detected = true; in sparsebit_validate_internal()1749 error_detected = true; in sparsebit_validate_internal()1763 error_detected = true; in sparsebit_validate_internal()1776 error_detected = true; in sparsebit_validate_internal()1789 error_detected = true; in sparsebit_validate_internal()1799 error_detected = true; in sparsebit_validate_internal()1815 error_detected = true; in sparsebit_validate_internal()1835 error_detected = true; in sparsebit_validate_internal()[all …]
495 error_detected(); in ~raw_fd_ostream()554 error_detected(); in write_impl()572 error_detected(); in close()582 error_detected(); in seek()
547 error_detected(); in ~raw_fd_ostream()604 error_detected(); in write_impl()621 error_detected(); in close()630 error_detected(); in seek()
521 error_detected(); in ~raw_fd_ostream()577 error_detected(); in write_impl()594 error_detected(); in close()609 error_detected(); in seek()
591 error_detected(EC); in ~raw_fd_ostream()654 error_detected(std::error_code(errno, std::generic_category())); in write_impl()671 error_detected(EC); in close()686 error_detected(std::error_code(errno, std::generic_category())); in seek()
322 void error_detected() { Error = true; } in error_detected() function
369 void error_detected() { Error = true; } in error_detected() function
382 void error_detected() { Error = true; } in error_detected() function
389 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function