Home
last modified time | relevance | path

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

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