Home
last modified time | relevance | path

Searched refs:setErrorCode (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DError.h57 setErrorCode(make_error_code(object_error::parse_failed)); in BinaryError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DError.cpp67 setErrorCode(make_error_code(ECOverride)); in GenericBinaryError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h870 void setErrorCode(std::error_code EC) { this->EC = EC; } in setErrorCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h1105 void setErrorCode(std::error_code EC) { this->EC = EC; } in setErrorCode() function