Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp156 static void failIfError(std::error_code EC, Twine Context = "") { in failIfError() function
166 static void failIfError(Error E, Twine Context = "") { in failIfError() function