Home
last modified time | relevance | path

Searched refs:DiagnosticSeverity (Results 1 - 23 of 23) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DinferFromGenericFunctionReturnTypes3.js57 export namespace DiagnosticSeverity {
64 export type DiagnosticSeverity = 1 | 2 | 3 | 4;
67 severity?: DiagnosticSeverity;
77 severity: DiagnosticSeverity.Error,
237 export var DiagnosticSeverity;
238 (function (DiagnosticSeverity) {
239 DiagnosticSeverity.Error = 1;
240 DiagnosticSeverity.Warning = 2;
241 DiagnosticSeverity.Information = 3;
242 DiagnosticSeverity
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDiagnosticInfo.h42 enum DiagnosticSeverity : char {
103 const DiagnosticSeverity Severity;
107 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo()
113 DiagnosticSeverity getSeverity() const { return Severity; } in getSeverity()
142 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoInlineAsm()
150 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoInlineAsm()
160 DiagnosticSeverity Severity = DS_Error);
195 DiagnosticSeverity Severity = DS_Warning, in DiagnosticInfoResourceLimit()
218 DiagnosticSeverity Severity = DS_Warning, in DiagnosticInfoStackSize()
244 DiagnosticSeverity Severit in DiagnosticInfoDebugMetadataVersion()
[all...]
H A DLLVMContext.h27 enum DiagnosticSeverity : char;
241 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DLLVMContext.h28 enum DiagnosticSeverity : char;
206 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) {
203 formatEnum(f, c, int(e), namesDiagnosticSeverity[:], "DiagnosticSeverity")
206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity {
207 return DiagnosticSeverity(parseEnum(s, namesDiagnosticSeverity[:]))
H A Dtsprotocol.go2951 Severity DiagnosticSeverity `json:"severity,omitempty"`
3989 // DiagnosticSeverity defines constants
3990 type DiagnosticSeverity float64 type
4194 SeverityError DiagnosticSeverity = 1
4199 SeverityWarning DiagnosticSeverity = 2
4204 SeverityInformation DiagnosticSeverity = 3
4209 SeverityHint DiagnosticSeverity = 4
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Denums.go202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) {
203 formatEnum(f, c, int(e), namesDiagnosticSeverity[:], "DiagnosticSeverity")
206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity {
207 return DiagnosticSeverity(parseEnum(s, namesDiagnosticSeverity[:]))
H A Dtsprotocol.go2951 Severity DiagnosticSeverity `json:"severity,omitempty"`
3989 // DiagnosticSeverity defines constants
3990 type DiagnosticSeverity float64 type
4194 SeverityError DiagnosticSeverity = 1
4199 SeverityWarning DiagnosticSeverity = 2
4204 SeverityInformation DiagnosticSeverity = 3
4209 SeverityHint DiagnosticSeverity = 4
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go202 func (e DiagnosticSeverity) Format(f fmt.State, c rune) {
203 formatEnum(f, c, int(e), namesDiagnosticSeverity[:], "DiagnosticSeverity")
206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity {
207 return DiagnosticSeverity(parseEnum(s, namesDiagnosticSeverity[:]))
H A Dtsprotocol.go2951 Severity DiagnosticSeverity `json:"severity,omitempty"`
3989 // DiagnosticSeverity defines constants
3990 type DiagnosticSeverity float64 type
4194 SeverityError DiagnosticSeverity = 1
4199 SeverityWarning DiagnosticSeverity = 2
4204 SeverityInformation DiagnosticSeverity = 3
4209 SeverityHint DiagnosticSeverity = 4
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DLinkDiagnosticInfo.h19 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
H A DIRMover.cpp346 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp166 DiagnosticSeverity::DS_Warning)); in doInitialization()
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage.h271 enum DiagnosticSeverity { enum in v8::internal::torque::ls::Diagnostic
H A Dmessage-handler.cc147 Diagnostic::DiagnosticSeverity ServerityFor(TorqueMessage::Kind kind) { in ServerityFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContext.cpp201 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
212 llvm_unreachable("Unknown DiagnosticSeverity"); in getDiagnosticMessagePrefix()
H A DDiagnosticInfo.cpp55 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp701 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
H A DThinLTOCodeGenerator.cpp164 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
H A Dlangsvr.go506 func severityToLSP(s parser.Severity) lsp.DiagnosticSeverity {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go506 func severityToLSP(s parser.Severity) lsp.DiagnosticSeverity {
/third_party/spirv-tools/utils/vscode/src/
H A Dlangsvr.go506 func severityToLSP(s parser.Severity) lsp.DiagnosticSeverity {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp201 DiagnosticSeverity Kind; in reportDiagnostic()

Completed in 29 milliseconds