Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dacl.h210 #define CLASS_ERROR 4 macro
248 #define EACL_CLASS_ERROR CLASS_ERROR
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.td32 def CLASS_ERROR : DiagClass;
129 class Error<string str> : Diagnostic<str, CLASS_ERROR, SEV_Error>, SFINAEFailure {
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp108 CLASS_ERROR = 0x05 enumerator
415 getBuiltinDiagClass(DiagID) != CLASS_ERROR; in isBuiltinWarningOrExtension()
840 if (getBuiltinDiagClass(DiagID) < CLASS_ERROR) in isUnrecoverable()