HomeSort by relevance Sort by last modified time
    Searched refs:handleErrors (Results 1 - 25 of 49) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
DiagnosticError.h 42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
DiagnosticError.h 42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
DiagnosticError.h 42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
DiagnosticError.h 42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
DiagnosticError.h 42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
DiagnosticError.h 42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
DiagnosticError.h 42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
DiagnosticError.h 42 Err = llvm::handleErrors(std::move(Err), [&](DiagnosticError &E) {
  /external/llvm/lib/Object/
Error.cpp 80 handleErrors(std::move(Err),
  /external/llvm/include/llvm/Support/
Error.h 101 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
111 /// handleErrors(E,
126 /// The handleAllErrors function is identical to handleErrors, except
140 // handleErrors needs to be able to set the Checked flag.
142 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
309 // handleErrors needs to be able to iterate the payload list of an
312 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
498 Error handleErrors(Error E, HandlerTs &&... Hs) {
517 /// Behaves the same as handleErrors, except that it requires that all
522 auto F = handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h 117 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
128 /// handleErrors(E,
144 /// The handleAllErrors function is identical to handleErrors, except
157 // handleErrors needs to be able to set the Checked flag.
159 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
329 // handleErrors needs to be able to iterate the payload list of an
332 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
518 Error handleErrors(Error E, HandlerTs &&... Hs) {
537 /// Behaves the same as handleErrors, except that it requires that all
542 auto F = handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
857 Error handleErrors(Error E, HandlerTs &&... Hs) {
876 /// Behaves the same as handleErrors, except that it requires that all
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
857 Error handleErrors(Error E, HandlerTs &&... Hs) {
876 /// Behaves the same as handleErrors, except that it requires that all
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
857 Error handleErrors(Error E, HandlerTs &&... Hs) {
876 /// Behaves the same as handleErrors, except that it requires that all
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
857 Error handleErrors(Error E, HandlerTs &&... Hs) {
876 /// Behaves the same as handleErrors, except that it requires that all
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
857 Error handleErrors(Error E, HandlerTs &&... Hs) {
876 /// Behaves the same as handleErrors, except that it requires that all
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
857 Error handleErrors(Error E, HandlerTs &&... Hs) {
876 /// Behaves the same as handleErrors, except that it requires that all
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
857 Error handleErrors(Error E, HandlerTs &&... Hs) {
876 /// Behaves the same as handleErrors, except that it requires that all
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
857 Error handleErrors(Error E, HandlerTs &&... Hs) {
876 /// Behaves the same as handleErrors, except that it requires that all
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger/1.2.2/
dagger-1.2.2.jar 
  /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.:
128 /// handleErrors(E,
144 /// The handleAllErrors function is identical to handleErrors, except
157 // handleErrors needs to be able to set the Checked flag.
159 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
329 // handleErrors needs to be able to iterate the payload list of an
332 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
518 Error handleErrors(Error E, HandlerTs &&... Hs) {
537 /// Behaves the same as handleErrors, except that it requires that all
542 auto F = handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
532 Error handleErrors(Error E, HandlerTs &&... Hs) {
551 /// Behaves the same as handleErrors, except that it requires that all
556 auto F = handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
532 Error handleErrors(Error E, HandlerTs &&... Hs) {
551 /// Behaves the same as handleErrors, except that it requires that all
556 auto F = handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...)
    [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.:
128 /// handleErrors(E,
144 /// The handleAllErrors function is identical to handleErrors, except
157 // handleErrors needs to be able to set the Checked flag.
159 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
329 // handleErrors needs to be able to iterate the payload list of an
332 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
518 Error handleErrors(Error E, HandlerTs &&... Hs) {
537 /// Behaves the same as handleErrors, except that it requires that all
542 auto F = handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Error.h 121 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
132 /// handleErrors(E,
148 /// The handleAllErrors function is identical to handleErrors, except
161 // handleErrors needs to be able to set the Checked flag.
163 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
343 // handleErrors needs to be able to iterate the payload list of an
346 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
532 Error handleErrors(Error E, HandlerTs &&... Hs) {
551 /// Behaves the same as handleErrors, except that it requires that all
556 auto F = handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...)
    [all...]

Completed in 677 milliseconds

1 2