Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h259 template <typename ErrT> bool isFailureOfType() const { in isFailureOfType() function
260 return HasError && (*getErrorStorage())->template isFailureOfType<ErrT>(); in isFailureOfType()