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

  /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-7.0/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
162 // handleErrors needs to be able to set the Checked flag.
164 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
354 // handleErrors needs to be able to iterate the payload list of an
357 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
875 Error handleErrors(Error E, HandlerTs &&... Hs) {
894 /// Behaves the same as handleErrors, except that by contract all errors
899 cantFail(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...]

Completed in 1810 milliseconds