Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h684 assert((Result || Result.template errorIsA<StringError>()) &&
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h600 template <typename ErrT> bool errorIsA() const { in errorIsA() function