Searched refs:handleErrors (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h41 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp81 return handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DCaching.cpp109 E = handleErrors(std::move(E), [&](const ECError &E) -> Error {
H A DThinLTOCodeGenerator.cpp379 if (auto Err = handleErrors(
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h122 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
133 /// handleErrors(E,
149 /// The handleAllErrors function is identical to handleErrors, except
159 // to add to the error list. It can't rely on handleErrors for this, since
160 // handleErrors does not support ErrorList handlers.
163 // handleErrors needs to be able to set the Checked flag.
165 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
360 // handleErrors needs to be able to iterate the payload list of an
363 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
901 Error handleErrors(Erro function in namespace:llvm
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp66 error = llvm::handleErrors(
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp110 handleErrors(llvm::writeFileAtomically(
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp383 handleErrors(RegionsOrErr.takeError(), [](const StringError &E) {
471 if (auto NewE = handleErrors(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp81 handleErrors(std::move(error), [](const DebugNames::SentinelError &) {}),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp270 return llvm::handleErrors(
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRemoteObjectLayer.h176 return handleErrors(std::move(Err),
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp626 return handleErrors(std::move(relocErr),
662 return handleErrors(std::move(relocErr),
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h380 return handleErrors(std::move(Err),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp298 return handleErrors(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp705 if (Error Unhandled = handleErrors(
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp109 E = handleErrors(std::move(E),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp1350 MatchErrors = handleErrors(std::move(MatchErrors),
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1233 llvm::handleErrors(return_value.takeError(), [&](PythonException &E) {

Completed in 233 milliseconds