Searched refs:appliesTo (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h789 static bool appliesTo(const ErrorInfoBase &E) { function in class:llvm::ErrorHandlerTraits
795 assert(appliesTo(*E) && "Applying incorrect handler");
803 static bool appliesTo(const ErrorInfoBase &E) { function in class:llvm::ErrorHandlerTraits
809 assert(appliesTo(*E) && "Applying incorrect handler");
819 static bool appliesTo(const ErrorInfoBase &E) { function in class:llvm::ErrorHandlerTraits
825 assert(appliesTo(*E) && "Applying incorrect handler");
835 static bool appliesTo(const ErrorInfoBase &E) { function in class:llvm::ErrorHandlerTraits
841 assert(appliesTo(*E) && "Applying incorrect handler");
887 if (ErrorHandlerTraits<HandlerT>::appliesTo(*Payload))

Completed in 54 milliseconds