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

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Error.h 677 /// cantFail(foo(false));
679 inline void cantFail(Error Err, const char *Msg = nullptr) {
682 Msg = "Failure value returned from cantFail wrapped call";
698 /// int X = cantFail(foo(false));
701 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) {
706 Msg = "Failure value returned from cantFail wrapped call";
722 /// Bar &X = cantFail(foo(false));
725 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) {
730 Msg = "Failure value returned from cantFail wrapped call";
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Error.h 677 /// cantFail(foo(false));
679 inline void cantFail(Error Err, const char *Msg = nullptr) {
682 Msg = "Failure value returned from cantFail wrapped call";
698 /// int X = cantFail(foo(false));
701 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) {
706 Msg = "Failure value returned from cantFail wrapped call";
722 /// Bar &X = cantFail(foo(false));
725 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) {
730 Msg = "Failure value returned from cantFail wrapped call";
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Error.h 677 /// cantFail(foo(false));
679 inline void cantFail(Error Err, const char *Msg = nullptr) {
682 Msg = "Failure value returned from cantFail wrapped call";
698 /// int X = cantFail(foo(false));
701 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) {
706 Msg = "Failure value returned from cantFail wrapped call";
722 /// Bar &X = cantFail(foo(false));
725 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) {
730 Msg = "Failure value returned from cantFail wrapped call";
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Error.h 677 /// cantFail(foo(false));
679 inline void cantFail(Error Err, const char *Msg = nullptr) {
682 Msg = "Failure value returned from cantFail wrapped call";
698 /// int X = cantFail(foo(false));
701 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) {
706 Msg = "Failure value returned from cantFail wrapped call";
722 /// Bar &X = cantFail(foo(false));
725 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) {
730 Msg = "Failure value returned from cantFail wrapped call";
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Error.h 677 /// cantFail(foo(false));
679 inline void cantFail(Error Err, const char *Msg = nullptr) {
682 Msg = "Failure value returned from cantFail wrapped call";
698 /// int X = cantFail(foo(false));
701 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) {
706 Msg = "Failure value returned from cantFail wrapped call";
722 /// Bar &X = cantFail(foo(false));
725 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) {
730 Msg = "Failure value returned from cantFail wrapped call";
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Error.h 677 /// cantFail(foo(false));
679 inline void cantFail(Error Err, const char *Msg = nullptr) {
682 Msg = "Failure value returned from cantFail wrapped call";
698 /// int X = cantFail(foo(false));
701 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) {
706 Msg = "Failure value returned from cantFail wrapped call";
722 /// Bar &X = cantFail(foo(false));
725 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) {
730 Msg = "Failure value returned from cantFail wrapped call";
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Error.h 677 /// cantFail(foo(false));
679 inline void cantFail(Error Err, const char *Msg = nullptr) {
682 Msg = "Failure value returned from cantFail wrapped call";
698 /// int X = cantFail(foo(false));
701 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) {
706 Msg = "Failure value returned from cantFail wrapped call";
722 /// Bar &X = cantFail(foo(false));
725 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) {
730 Msg = "Failure value returned from cantFail wrapped call";
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Error.h 677 /// cantFail(foo(false));
679 inline void cantFail(Error Err, const char *Msg = nullptr) {
682 Msg = "Failure value returned from cantFail wrapped call";
698 /// int X = cantFail(foo(false));
701 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) {
706 Msg = "Failure value returned from cantFail wrapped call";
722 /// Bar &X = cantFail(foo(false));
725 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) {
730 Msg = "Failure value returned from cantFail wrapped call";
881 cantFail(handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...))
    [all...]

Completed in 570 milliseconds