Home
last modified time | relevance | path

Searched refs:error_detected (Results 1 – 9 of 9) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Dsparsebit.c1688 bool error_detected = false; in sparsebit_validate_internal() local
1718 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 …]
/external/swiftshader/third_party/LLVM/lib/Support/
Draw_ostream.cpp495 error_detected(); in ~raw_fd_ostream()
554 error_detected(); in write_impl()
572 error_detected(); in close()
582 error_detected(); in seek()
/external/llvm/lib/Support/
Draw_ostream.cpp547 error_detected(); in ~raw_fd_ostream()
604 error_detected(); in write_impl()
621 error_detected(); in close()
630 error_detected(); in seek()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp521 error_detected(); in ~raw_fd_ostream()
577 error_detected(); in write_impl()
594 error_detected(); in close()
609 error_detected(); in seek()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Draw_ostream.cpp591 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()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h322 void error_detected() { Error = true; } in error_detected() function
/external/llvm/include/llvm/Support/
Draw_ostream.h369 void error_detected() { Error = true; } in error_detected() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h382 void error_detected() { Error = true; } in error_detected() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Draw_ostream.h389 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function