Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp28 : LineData("", true, 0), Recoverable(Error::success()), in CommonFixture()
36 EXPECT_FALSE(Recoverable); in ~CommonFixture()
89 Recoverable = joinErrors(std::move(Recoverable), std::move(Err)); in recordRecoverable()
118 EXPECT_FALSE(Recoverable); in checkGetOrParseLineTableEmitsError()
127 Error Recoverable; member
251 EXPECT_FALSE(Recoverable); in TEST_P()
258 Recoverable = Error::success(); in TEST_P()
262 EXPECT_FALSE(Recoverable); in TEST_P()
271 Recoverable = Error::success(); in TEST_P()
275 EXPECT_FALSE(Recoverable); in TEST_P()
[all …]
/external/clang/lib/AST/
DDeclBase.cpp1588 bool Recoverable) { in makeDeclVisibleInContextWithFlags() argument
1594 ->makeDeclVisibleInContextWithFlags(D, Internal, Recoverable); in makeDeclVisibleInContextWithFlags()
1611 ((!Recoverable || D->getDeclContext() != D->getLexicalDeclContext()) && in makeDeclVisibleInContextWithFlags()
1627 makeDeclVisibleInContextWithFlags(D, Internal, Recoverable); in makeDeclVisibleInContextWithFlags()
/external/clang/lib/CodeGen/
DCGExpr.cpp2444 Recoverable, enumerator
2459 return CheckRecoverableKind::Recoverable; in getRecoverableKind()
/external/llvm/docs/
DProgrammersManual.rst306 Recoverable Errors
309 Recoverable errors represent an error in the program's environment, for example
316 Recoverable errors are modeled using LLVM's ``Error`` scheme. This scheme
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst434 Recoverable Errors
437 Recoverable errors represent an error in the program's environment, for example
453 Recoverable errors are modeled using LLVM's ``Error`` scheme. This scheme