Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DError.h545 template <typename ErrT> bool errorIsA() const { in errorIsA() function
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassBuilder.cpp1289 assert((Result || Result.template errorIsA<StringError>()) &&
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCUtils.h335 if (!ResultOrErr && ResultOrErr.template errorIsA<RPCFatalError>()) in sendResult()