HomeSort by: relevance | last modified time | path
    Searched refs:handleErrors (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticError.h 41 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Error.cpp 83 return handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error {
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
denum.d 158 Expression handleErrors(){
172 return handleErrors();
183 return handleErrors();
194 return handleErrors();
201 return handleErrors();
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
Caching.cpp 110 E = handleErrors(std::move(E), [&](const ECError &E) -> Error {
ThinLTOCodeGenerator.cpp 395 if (auto Err = handleErrors(
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Error.h 122 /// 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);
366 // handleErrors needs to be able to iterate the payload list of an
369 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
906 Error handleErrors(Error E, HandlerTs &&... Hs)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
llvm-mca.cpp 416 handleErrors(RegionsOrErr.takeError(), [](const StringError &E) {
506 if (auto NewE = handleErrors(
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
AtomicChange.cpp 276 return llvm::handleErrors(
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DwarfLinkerForBinary.cpp 216 Error NewE = handleErrors(std::move(E), [&](std::unique_ptr<ECError> EC) {
286 if (Error NewE = handleErrors(
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Stencil.cpp 295 return handleErrors(std::move(Err), [](std::unique_ptr<StringError> E) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
Serialization.h 366 return handleErrors(std::move(Err), [&C](const ErrorInfoBase &EIB) {
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp 1262 handleErrors(
2268 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {}));
2388 cantFail(handleErrors(std::move(Err), [&](const ErrorReported &E) {}));
2446 handleErrors(std::move(Err), [&](const ErrorReported &E) {}));
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 337 return handleErrors(
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 712 if (Error Unhandled = handleErrors(
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 118 E = handleErrors(std::move(E),

Completed in 28 milliseconds