/external/llvm/unittests/Support/ |
D | ErrorTest.cpp | 172 handleAllErrors(make_error<CustomError>(42), [&](const CustomError &CE) { in TEST() 194 handleAllErrors(make_error<CustomError>(42), [](const CustomError &CE) {}); in TEST() 196 handleAllErrors( in TEST() 200 handleAllErrors(make_error<CustomError>(42), in TEST() 203 handleAllErrors(make_error<CustomError>(42), in TEST() 206 handleAllErrors(make_error<CustomError>(42), [](CustomError &CE) {}); in TEST() 208 handleAllErrors(make_error<CustomError>(42), in TEST() 211 handleAllErrors(make_error<CustomError>(42), [](CustomError &CE) mutable {}); in TEST() 213 handleAllErrors( in TEST() 217 handleAllErrors(make_error<CustomError>(42), in TEST() [all …]
|
/external/llvm/lib/Support/ |
D | Error.cpp | 61 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) { in logAllUnhandledErrors() 86 handleAllErrors(std::move(Err), [&](const ErrorInfoBase &EI) { in errorToErrorCode()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 244 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { 261 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { 280 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { 297 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { 316 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { 334 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { 349 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
|
/external/llvm/include/llvm/Support/ |
D | Error.h | 521 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors() function 528 inline void handleAllErrors(Error E) { in handleAllErrors() function 546 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) { in toString() 560 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {}); in consumeError()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 541 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors() function 548 inline void handleAllErrors(Error E) { in handleAllErrors() function 566 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) { in toString() 580 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {}); in consumeError()
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | compat.hpp | 171 ::llvm::handleAllErrors(std::move(err), [&](::llvm::ErrorInfoBase &eib) { in handle_module_error()
|
/external/llvm/lib/LibDriver/ |
D | LibDriver.cpp | 141 handleAllErrors(MOrErr.takeError(), [&](const llvm::ErrorInfoBase &EIB) { in libDriverMain()
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 186 handleAllErrors(MOrErr.takeError(), [&](ErrorInfoBase &EIB) { in main()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 257 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 592 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters() 859 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) { in annotateAllFunctions()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 586 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in run()
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 52 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError()
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 72 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) { in failIfError()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 323 handleAllErrors(std::move(E), [&Err](const InstrProfError &IPE) { in take()
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 35 handleAllErrors(std::move(E), [&](const CoverageMapError &CME) { in increment()
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 33 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1164 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) { in linkInModule()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 147 llvm::handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EI) { in CodeGenModule()
|