Home
last modified time | relevance | path

Searched defs:Severity (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h106 const DiagnosticSeverity Severity; variable
110 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo()
146 : DiagnosticInfo(DK_InlineAsm, Severity), MsgStr(MsgStr) {} in DiagnosticInfo() argument
154 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(LocCookie), in DiagnosticInfo() argument
201 : DiagnosticInfo(Kind, Severity), Fn(Fn), ResourceName(ResourceName), in DiagnosticInfo() argument
248 : DiagnosticInfo(DK_DebugMetadataVersion, Severity), M(M), in DiagnosticInfo() argument
272 : DiagnosticInfo(DK_DebugMetadataVersion, Severity), M(M) {} in DiagnosticInfo() argument
290 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName), in DiagnosticInfo() argument
294 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName), in DiagnosticInfo() argument
298 : DiagnosticInfo(DK_SampleProfile, Severity), Msg(Msg) {} in DiagnosticInfo() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticIDs.h80 enum class Severity { enum
100 unsigned Severity : 3; variable
108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DWarnings.cpp210 auto Severity = IsPositive ? diag::Severity::Remark in ProcessWarningOptions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp617 lto_codegen_diagnostic_severity_t Severity; in DiagnosticHandler() local
674 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
H A DThinLTOCodeGenerator.cpp169 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h100 visitDiagnosticRecord(unsigned Severity, const Location &Location, in visitDiagnosticRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp443 #define ComputeDiagID(Severity, GroupName, DiagID) \ argument
461 #define ComputeDiagRemarkID(Severity, GroupName, DiagID) \ argument
763 llvm::DiagnosticSeverity Severity = DI.getSeverity(); in DiagnosticHandlerImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp214 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
H A DDiagnosticInfo.cpp56 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp260 unsigned Severity = DI.getSeverity(); in handleDiagnostics() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp376 unsigned Severity, const serialized_diags::Location &Location, in visitDiagnosticRecord()
H A DCIndexDiagnostic.cpp245 CXDiagnosticSeverity Severity = clang_getDiagnosticSeverity(Diagnostic); in clang_formatDiagnostic() local
/netbsd-src/sys/arch/prep/include/
H A Dnvram.h105 uint8_t Severity; /* S=servere E=Error */ member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp844 unsigned Severity, const serialized_diags::Location &Location, in visitDiagnosticRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp238 static void handleDiagnostics(lto_codegen_diagnostic_severity_t Severity, in handleDiagnostics()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp119 static void handleLibLTODiagnostic(lto_codegen_diagnostic_severity_t Severity, in handleLibLTODiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1166 DiagnosticTextBuilder::buildForDocumentation(StringRef Severity, in buildForDocumentation()
1808 auto Severity = getDefaultSeverity(D); in EmitClangDiagDocs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp226 static void reportGISelDiagnostic(DiagnosticSeverity Severity, in reportGISelDiagnostic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp341 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp650 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h239 UINT8 Severity; member