Home
last modified time | relevance | path

Searched refs:CLASS_ERROR (Results 1 – 3 of 3) 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 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.cpp111 CLASS_ERROR = 0x05 enumerator
428 getBuiltinDiagClass(DiagID) != CLASS_ERROR; in isBuiltinWarningOrExtension()
853 if (getBuiltinDiagClass(DiagID) < CLASS_ERROR) in isUnrecoverable()