/third_party/typescript/tests/baselines/reference/ |
H A D | inferFromGenericFunctionReturnTypes3.js | 57 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 D | DiagnosticInfo.h | 42 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 D | LLVMContext.h | 27 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 D | LLVMContext.h | 28 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 D | enums.go | 202 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 D | tsprotocol.go | 2951 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 D | enums.go | 202 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 D | tsprotocol.go | 2951 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 D | enums.go | 202 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 D | tsprotocol.go | 2951 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 D | LinkDiagnosticInfo.h | 19 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
|
H A D | IRMover.cpp | 346 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 166 DiagnosticSeverity::DS_Warning)); in doInitialization()
|
/third_party/node/deps/v8/src/torque/ls/ |
H A D | message.h | 271 enum DiagnosticSeverity { enum in v8::internal::torque::ls::Diagnostic
|
H A D | message-handler.cc | 147 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 D | LLVMContext.cpp | 201 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix() 212 llvm_unreachable("Unknown DiagnosticSeverity"); in getDiagnosticMessagePrefix()
|
H A D | DiagnosticInfo.cpp | 55 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 701 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
H A D | ThinLTOCodeGenerator.cpp | 164 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 506 func severityToLSP(s parser.Severity) lsp.DiagnosticSeverity {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
H A D | langsvr.go | 506 func severityToLSP(s parser.Severity) lsp.DiagnosticSeverity {
|
/third_party/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 506 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 D | MIRParser.cpp | 201 DiagnosticSeverity Kind; in reportDiagnostic()
|