Home
last modified time | relevance | path

Searched refs:Unrecoverable (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp31 Unrecoverable(Error::success()), in CommonFixture()
37 EXPECT_FALSE(Unrecoverable); in ~CommonFixture()
92 Unrecoverable = joinErrors(std::move(Unrecoverable), std::move(Err)); in recordUnrecoverable()
129 Error Unrecoverable; member
497 EXPECT_FALSE(Unrecoverable); in TEST_F()
517 EXPECT_FALSE(Unrecoverable); in TEST_F()
548 std::move(Unrecoverable)); in TEST_F()
568 std::move(Unrecoverable)); in TEST_F()
593 std::move(Unrecoverable)); in TEST_F()
615 std::move(Unrecoverable)); in TEST_F()
[all …]
/external/clang/lib/Driver/
DSanitizerArgs.cpp36 Unrecoverable = Unreachable | Return, enumerator
356 Add & Unrecoverable & ~DiagnosedUnrecoverableKinds) { in SanitizerArgs()
375 RecoverableKinds &= ~Unrecoverable; in SanitizerArgs()
/external/tensorflow/tensorflow/core/lib/core/
Derror_codes.proto136 // Unrecoverable data loss or corruption.
/external/python/cpython2/Doc/library/
Dxmllib.rst220 can be recovered from. Unrecoverable errors raise a :exc:`RuntimeError`
/external/clang/lib/CodeGen/
DCGExpr.cpp2441 Unrecoverable, enumerator
2457 return CheckRecoverableKind::Unrecoverable; in getRecoverableKind()
2469 assert(IsFatal || RecoverKind != CheckRecoverableKind::Unrecoverable); in emitCheckHandlerCall()
2471 IsFatal && RecoverKind != CheckRecoverableKind::Unrecoverable; in emitCheckHandlerCall()