Searched refs:inconvertibleErrorCode (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Support/
H A DError.cpp73 std::error_code inconvertibleErrorCode() { function in namespace:llvm
89 if (EC == inconvertibleErrorCode())
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp159 return make_error<StringError>(ErrorMessage, inconvertibleErrorCode());
/external/llvm/unittests/Support/
H A DErrorTest.cpp430 inconvertibleErrorCode()),
/external/clang/lib/Tooling/Core/
H A DReplacement.cpp276 llvm::inconvertibleErrorCode());
/external/llvm/include/llvm/Support/
H A DError.h853 std::error_code inconvertibleErrorCode();
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DError.h890 std::error_code inconvertibleErrorCode();
/external/llvm/lib/Linker/
H A DIRMover.cpp416 return make_error<StringError>(T, inconvertibleErrorCode());

Completed in 1164 milliseconds