Home
last modified time | relevance | path

Searched refs:handleAllErrors (Results 1 – 18 of 18) sorted by relevance

/external/llvm/unittests/Support/
DErrorTest.cpp172 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/
DError.cpp61 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/
DOrcRemoteTargetClient.h244 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/
DError.h521 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/
DError.h541 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/
Dcompat.hpp171 ::llvm::handleAllErrors(std::move(err), [&](::llvm::ErrorInfoBase &eib) { in handle_module_error()
/external/llvm/lib/LibDriver/
DLibDriver.cpp141 handleAllErrors(MOrErr.takeError(), [&](const llvm::ErrorInfoBase &EIB) { in libDriverMain()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp186 handleAllErrors(MOrErr.takeError(), [&](ErrorInfoBase &EIB) { in main()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h257 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp592 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters()
859 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) { in annotateAllFunctions()
/external/llvm/lib/Linker/
DLinkModules.cpp586 handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) { in run()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp52 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp72 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) { in failIfError()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h323 handleAllErrors(std::move(E), [&Err](const InstrProfError &IPE) { in take()
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp35 handleAllErrors(std::move(E), [&](const CoverageMapError &CME) { in increment()
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp33 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals()
/external/llvm/tools/gold/
Dgold-plugin.cpp1164 handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EIB) { in linkInModule()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp147 llvm::handleAllErrors(std::move(E), [&](const llvm::ErrorInfoBase &EI) { in CodeGenModule()