Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h57 template <class OtherT> friend class ErrorOr; variable
82 ErrorOr(std::error_code EC) : HasError(true) { in ErrorOr() function
93 ErrorOr(const ErrorOr &Other) { in ErrorOr() function
110 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h36 template <typename T> class ErrorOr; variable