Searched refs:CLASS_ERROR (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | acl.h | 207 #define CLASS_ERROR 4 macro 245 #define EACL_CLASS_ERROR CLASS_ERROR
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticIDs.h | 189 CLASS_ERROR = 0x05 enumerator 304 return {diag::Severity::Error, std::string(Message), CLASS_ERROR, in getCustomDiagID() 307 return {diag::Severity::Fatal, std::string(Message), CLASS_ERROR, in getCustomDiagID()
|
| H A D | Diagnostic.td | 32 def CLASS_ERROR : DiagClass; 129 class Error<string str> : Diagnostic<str, CLASS_ERROR, SEV_Error>, SFINAEFailure {
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 71 CLASS_ERROR = DiagnosticIDs::CLASS_ERROR, enumerator 395 ? getDiagClass(DiagID) != CLASS_ERROR in isWarningOrExtension() 396 : CustomDiagInfo->getDescription(DiagID).GetClass() != CLASS_ERROR; in isWarningOrExtension() 828 if (getDiagClass(DiagID) < CLASS_ERROR) in isUnrecoverable()
|