Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dacl.h209 #define CLASS_ERROR 4 macro
247 #define EACL_CLASS_ERROR CLASS_ERROR
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.td32 def CLASS_ERROR : DiagClass;
120 class Error<string str> : Diagnostic<str, CLASS_ERROR, SEV_Error>, SFINAEFailure {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp107 CLASS_ERROR = 0x05 enumerator
427 getBuiltinDiagClass(DiagID) != CLASS_ERROR; in isBuiltinWarningOrExtension()
821 if (getBuiltinDiagClass(DiagID) < CLASS_ERROR) in isUnrecoverable()