Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp192 static void failIfError(std::error_code Error) { in failIfError() function
199 template <typename T> static void failIfError(const ErrorOr<T> &E) { in failIfError() function
203 static void failIfError(Error Err) { in failIfError() function
210 template <typename T> static void failIfError(Expected<T> &E) { in failIfError() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp171 static void failIfError(std::error_code EC, Twine Context = "") { in failIfError() function
181 static void failIfError(Error E, Twine Context = "") { in failIfError() function