Searched refs:errorIsA (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h431 /// takeError(). It also adds an bool errorIsA<ErrT>() method for testing the
544 template <typename ErrT> bool errorIsA() const { function in class:llvm::Expected
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h326 if (!ResultOrErr && ResultOrErr.template errorIsA<RPCFatalError>())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1466 assert((Result || Result.template errorIsA<StringError>()) &&

Completed in 82 milliseconds