HomeSort by relevance Sort by last modified time
    Searched defs:handleAllErrors (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/Support/
Error.h 101 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
126 /// The handleAllErrors function is identical to handleErrors, except
495 /// or returned. If you intend to handle all errors use handleAllErrors
521 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
528 inline void handleAllErrors(Error E) {
546 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
560 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h 117 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
144 /// The handleAllErrors function is identical to handleErrors, except
515 /// or returned. If you intend to handle all errors use handleAllErrors
541 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
548 inline void handleAllErrors(Error E) {
566 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
580 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 117 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
144 /// The handleAllErrors function is identical to handleErrors, except
515 /// or returned. If you intend to handle all errors use handleAllErrors
541 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
548 inline void handleAllErrors(Error E) {
566 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
580 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
529 /// or returned. If you intend to handle all errors use handleAllErrors
555 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
562 inline void handleAllErrors(Error E) {
580 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
594 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
529 /// or returned. If you intend to handle all errors use handleAllErrors
555 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
562 inline void handleAllErrors(Error E) {
580 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
594 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
854 /// or returned. If you intend to handle all errors use handleAllErrors
880 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
886 inline void handleAllErrors(Error E) {
940 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
954 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
854 /// or returned. If you intend to handle all errors use handleAllErrors
880 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
886 inline void handleAllErrors(Error E) {
940 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
954 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
854 /// or returned. If you intend to handle all errors use handleAllErrors
880 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
886 inline void handleAllErrors(Error E) {
940 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
954 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
854 /// or returned. If you intend to handle all errors use handleAllErrors
880 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
886 inline void handleAllErrors(Error E) {
940 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
954 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 117 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
144 /// The handleAllErrors function is identical to handleErrors, except
515 /// or returned. If you intend to handle all errors use handleAllErrors
541 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
548 inline void handleAllErrors(Error E) {
566 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
580 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
529 /// or returned. If you intend to handle all errors use handleAllErrors
555 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
562 inline void handleAllErrors(Error E) {
580 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
594 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
529 /// or returned. If you intend to handle all errors use handleAllErrors
555 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
562 inline void handleAllErrors(Error E) {
580 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
594 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
854 /// or returned. If you intend to handle all errors use handleAllErrors
880 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
886 inline void handleAllErrors(Error E) {
940 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
954 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
854 /// or returned. If you intend to handle all errors use handleAllErrors
880 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
886 inline void handleAllErrors(Error E) {
940 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
954 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
854 /// or returned. If you intend to handle all errors use handleAllErrors
880 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
886 inline void handleAllErrors(Error E) {
940 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
954 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
148 /// The handleAllErrors function is identical to handleErrors, except
854 /// or returned. If you intend to handle all errors use handleAllErrors
880 void handleAllErrors(Error E, HandlerTs &&... Handlers) {
886 inline void handleAllErrors(Error E) {
940 handleAllErrors(std::move(E), [&Errors](const ErrorInfoBase &EI) {
954 handleAllErrors(std::move(Err), [](const ErrorInfoBase &) {});
    [all...]

Completed in 810 milliseconds