Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDiagnosticInfo.h91 const DiagnosticSeverity Severity; variable
94 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo()
130 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr), in DiagnosticInfo() argument
139 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(LocCookie), in DiagnosticInfo() argument
187 : DiagnosticInfo(Kind, Severity), in DiagnosticInfo() argument
238 : DiagnosticInfo(DK_DebugMetadataVersion, Severity), M(M), in DiagnosticInfo() argument
262 : DiagnosticInfo(DK_DebugMetadataVersion, Severity), M(M) {} in DiagnosticInfo() argument
281 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName), in DiagnosticInfo() argument
285 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName), in DiagnosticInfo() argument
289 : DiagnosticInfo(DK_SampleProfile, Severity), LineNum(0), Msg(Msg) {} in DiagnosticInfo() argument
[all …]
/external/clang/include/clang/Basic/
DDiagnosticIDs.h62 enum class Severity { enum
82 unsigned Severity : 3; variable
89 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make()
/external/google-breakpad/src/processor/
Dlogging.h95 enum Severity { enum
/external/clang/lib/Basic/
DWarnings.cpp207 auto Severity = IsPositive ? diag::Severity::Remark in ProcessWarningOptions() local
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDiagnostics.h30 enum Severity enum
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp617 lto_codegen_diagnostic_severity_t Severity; in DiagnosticHandler2() local
662 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
/external/clang/include/clang/Frontend/
DSerializedDiagnosticReader.h97 visitDiagnosticRecord(unsigned Severity, const Location &Location, in visitDiagnosticRecord()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp349 #define ComputeDiagID(Severity, GroupName, DiagID) \ argument
367 #define ComputeDiagRemarkID(Severity, GroupName, DiagID) \ argument
580 llvm::DiagnosticSeverity Severity = DI.getSeverity(); in DiagnosticHandlerImpl() local
/external/webrtc/webrtc/base/java/src/org/webrtc/
DLogging.java62 public enum Severity { enum in Logging
/external/llvm/lib/IR/
DLLVMContext.cpp239 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
DDiagnosticInfo.cpp98 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
/external/llvm/tools/llvm-link/
Dllvm-link.cpp175 unsigned Severity = DI.getSeverity(); in diagnosticHandler() local
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp379 unsigned Severity, const serialized_diags::Location &Location, in visitDiagnosticRecord()
DCIndexDiagnostic.cpp258 CXDiagnosticSeverity Severity = clang_getDiagnosticSeverity(Diagnostic); in clang_formatDiagnostic() local
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp169 static void handleDiagnostics(lto_codegen_diagnostic_severity_t Severity, in handleDiagnostics()
/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp846 unsigned Severity, const serialized_diags::Location &Location, in visitDiagnosticRecord()
/external/llvm/tools/lto/
Dlto.cpp114 static void handleLibLTODiagnostic(lto_codegen_diagnostic_severity_t Severity, in handleLibLTODiagnostic()
/external/llvm/lib/Linker/
DIRMover.cpp335 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h922 Severity, enumerator
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp551 DiagnosticSeverity Severity, in BitcodeDiagnosticInfo()