Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h549 template <typename ErrT> bool errorIsA() const { in errorIsA() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h327 if (!ResultOrErr && ResultOrErr.template errorIsA<RPCFatalError>()) in sendResult()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp2094 assert((Result || Result.template errorIsA<StringError>()) &&