Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h131 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&...Args) { in make_error() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h341 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&... Args) { in make_error() function