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

  /external/llvm/include/llvm/Support/
Error.h 831 class ECError : public ErrorInfo<ECError> {
842 ECError() = default;
843 ECError(std::error_code EC) : EC(EC) {}
858 /// Helper for converting an ECError to a std::error_code.
860 /// This method requires that Err be Error() or an ECError, otherwise it
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h 866 class ECError : public ErrorInfo<ECError> {
878 ECError() = default;
879 ECError(std::error_code EC) : EC(EC) {}
895 /// Helper for converting an ECError to a std::error_code.
897 /// This method requires that Err be Error() or an ECError, otherwise it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 866 class ECError : public ErrorInfo<ECError> {
878 ECError() = default;
879 ECError(std::error_code EC) : EC(EC) {}
895 /// Helper for converting an ECError to a std::error_code.
897 /// This method requires that Err be Error() or an ECError, otherwise it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Error.h 916 class ECError : public ErrorInfo<ECError> {
928 ECError() = default;
929 ECError(std::error_code EC) : EC(EC) {}
945 /// Helper for converting an ECError to a std::error_code.
947 /// This method requires that Err be Error() or an ECError, otherwise it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Error.h 916 class ECError : public ErrorInfo<ECError> {
928 ECError() = default;
929 ECError(std::error_code EC) : EC(EC) {}
945 /// Helper for converting an ECError to a std::error_code.
947 /// This method requires that Err be Error() or an ECError, otherwise it
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 866 class ECError : public ErrorInfo<ECError> {
878 ECError() = default;
879 ECError(std::error_code EC) : EC(EC) {}
895 /// Helper for converting an ECError to a std::error_code.
897 /// This method requires that Err be Error() or an ECError, otherwise it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Error.h 916 class ECError : public ErrorInfo<ECError> {
928 ECError() = default;
929 ECError(std::error_code EC) : EC(EC) {}
945 /// Helper for converting an ECError to a std::error_code.
947 /// This method requires that Err be Error() or an ECError, otherwise it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Error.h 916 class ECError : public ErrorInfo<ECError> {
928 ECError() = default;
929 ECError(std::error_code EC) : EC(EC) {}
945 /// Helper for converting an ECError to a std::error_code.
947 /// This method requires that Err be Error() or an ECError, otherwise it
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Error.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Error.h     [all...]

Completed in 1718 milliseconds