Home
last modified time | relevance | path

Searched defs:error_detected (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h322 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
/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/linux-kselftest/tools/testing/selftests/kvm/lib/
Dsparsebit.c1688 bool error_detected = false; in sparsebit_validate_internal() local