Home
last modified time | relevance | path

Searched defs:failIfError (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp58 static void failIfError(std::error_code EC, Twine Context = "") { in failIfError() function
68 static void failIfError(Error E, Twine Context = "") { in failIfError() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp183 static void failIfError(std::error_code Error) { in failIfError() function
190 template <typename T> static void failIfError(const ErrorOr<T> &E) { in failIfError() function
194 static void failIfError(Error Err) { in failIfError() function
201 template <typename T> static void failIfError(Expected<T> &E) { in failIfError() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
Dllvm-ar.cpp121 static void failIfError(std::error_code EC, Twine Context = "") { in failIfError() function
131 static void failIfError(Error E, Twine Context = "") { in failIfError() function