Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dacl.h207 #define CLASS_ERROR 4 macro
245 #define EACL_CLASS_ERROR CLASS_ERROR
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h189 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 DDiagnostic.td32 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 DDiagnosticIDs.cpp71 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()