/external/llvm-project/mlir/lib/CAPI/IR/ |
D | Diagnostics.cpp | 18 void mlirDiagnosticPrint(MlirDiagnostic diagnostic, MlirStringCallback callback, in mlirDiagnosticPrint() 24 MlirLocation mlirDiagnosticGetLocation(MlirDiagnostic diagnostic) { in mlirDiagnosticGetLocation() 28 MlirDiagnosticSeverity mlirDiagnosticGetSeverity(MlirDiagnostic diagnostic) { in mlirDiagnosticGetSeverity() 44 intptr_t mlirDiagnosticGetNumNotes(MlirDiagnostic diagnostic) { in mlirDiagnosticGetNumNotes() 50 MlirDiagnostic mlirDiagnosticGetNote(MlirDiagnostic diagnostic, intptr_t pos) { in mlirDiagnosticGetNote() 65 [handler, sharedUserData](Diagnostic &diagnostic) { in mlirContextAttachDiagnosticHandler()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | diagnostic.cpp | 29 spv_diagnostic diagnostic = new spv_diagnostic_t; in spvDiagnosticCreate() local 44 void spvDiagnosticDestroy(spv_diagnostic diagnostic) { in spvDiagnosticDestroy() 50 spv_result_t spvDiagnosticPrint(const spv_diagnostic diagnostic) { in spvDiagnosticPrint() 117 spv_diagnostic* diagnostic) { in UseDiagnosticAsMessageConsumer()
|
D | text_handler.h | 157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function 162 DiagnosticStream diagnostic() { in diagnostic() function
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | diagnostic.cpp | 29 spv_diagnostic diagnostic = new spv_diagnostic_t; in spvDiagnosticCreate() local 44 void spvDiagnosticDestroy(spv_diagnostic diagnostic) { in spvDiagnosticDestroy() 50 spv_result_t spvDiagnosticPrint(const spv_diagnostic diagnostic) { in spvDiagnosticPrint() 117 spv_diagnostic* diagnostic) { in UseDiagnosticAsMessageConsumer()
|
D | text_handler.h | 157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function 162 DiagnosticStream diagnostic() { in diagnostic() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | diagnostic.cpp | 29 spv_diagnostic diagnostic = new spv_diagnostic_t; in spvDiagnosticCreate() local 44 void spvDiagnosticDestroy(spv_diagnostic diagnostic) { in spvDiagnosticDestroy() 50 spv_result_t spvDiagnosticPrint(const spv_diagnostic diagnostic) { in spvDiagnosticPrint() 117 spv_diagnostic* diagnostic) { in UseDiagnosticAsMessageConsumer()
|
D | text_handler.h | 157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function 162 DiagnosticStream diagnostic() { in diagnostic() function
|
/external/llvm-project/mlir/include/mlir/CAPI/ |
D | Diagnostics.h | 19 inline mlir::Diagnostic &unwrap(MlirDiagnostic diagnostic) { in unwrap() 24 inline MlirDiagnostic wrap(mlir::Diagnostic &diagnostic) { in wrap()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_to_text_test.cpp | 67 spv_diagnostic diagnostic = nullptr; in SetUp() local 84 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local 95 spv_diagnostic diagnostic = nullptr; in TEST_F() local 106 spv_diagnostic diagnostic = nullptr; in TEST_F() local 125 spv_diagnostic diagnostic = nullptr; in TEST_F() local 145 spv_diagnostic diagnostic = nullptr; in TEST_F() local
|
D | diagnostic_test.cpp | 30 spv_diagnostic diagnostic = spvDiagnosticCreate(&position, ""); in MakeValidDiagnostic() local 38 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local 45 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local 55 spv_diagnostic_t diagnostic = {{2, 3, 5}, message}; in TEST() local
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_to_text_test.cpp | 67 spv_diagnostic diagnostic = nullptr; in SetUp() local 84 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local 95 spv_diagnostic diagnostic = nullptr; in TEST_F() local 106 spv_diagnostic diagnostic = nullptr; in TEST_F() local 125 spv_diagnostic diagnostic = nullptr; in TEST_F() local 145 spv_diagnostic diagnostic = nullptr; in TEST_F() local
|
D | diagnostic_test.cpp | 30 spv_diagnostic diagnostic = spvDiagnosticCreate(&position, ""); in MakeValidDiagnostic() local 38 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local 45 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local 55 spv_diagnostic_t diagnostic = {{2, 3, 5}, message}; in TEST() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | binary_to_text_test.cpp | 67 spv_diagnostic diagnostic = nullptr; in SetUp() local 84 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local 95 spv_diagnostic diagnostic = nullptr; in TEST_F() local 106 spv_diagnostic diagnostic = nullptr; in TEST_F() local 125 spv_diagnostic diagnostic = nullptr; in TEST_F() local 145 spv_diagnostic diagnostic = nullptr; in TEST_F() local
|
D | diagnostic_test.cpp | 30 spv_diagnostic diagnostic = spvDiagnosticCreate(&position, ""); in MakeValidDiagnostic() local 38 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local 45 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local 55 spv_diagnostic_t diagnostic = {{2, 3, 5}, message}; in TEST() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSpirVAsm.cpp | 78 spv_diagnostic diagnostic = DE_NULL; in assembleSpirV() local 122 spv_diagnostic diagnostic = DE_NULL; in disassembleSpirV() local 153 spv_diagnostic diagnostic = DE_NULL; in validateSpirV() local
|
/external/rust/crates/codespan-reporting/src/term/ |
D | views.rs | 20 diagnostic: &'diagnostic Diagnostic<FileId>, field 31 ) -> RichDiagnostic<'diagnostic, 'config, FileId> { in new() 61 ) -> &mut Line<'diagnostic> { in render() 403 diagnostic: &'diagnostic Diagnostic<FileId>, field 414 ) -> ShortDiagnostic<'diagnostic, FileId> { in new()
|
/external/turbine/java/com/google/turbine/diag/ |
D | TurbineLog.java | 77 public void diagnostic(Diagnostic.Kind severity, String message) { in diagnostic() method in TurbineLog 90 public void diagnostic(Diagnostic.Kind severity, int position, ErrorKind kind, Object... args) { in diagnostic() method in TurbineLog.TurbineLogWithSource
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_fixtures.h | 112 spv_diagnostic diagnostic = nullptr; in CompileFailure() local 125 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_fixtures.h | 112 spv_diagnostic diagnostic = nullptr; in CompileFailure() local 125 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_fixtures.h | 112 spv_diagnostic diagnostic = nullptr; in CompileFailure() local 125 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
|
/external/rust/crates/codespan-reporting/src/ |
D | lib.rs | 5 pub mod diagnostic; module
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvTools.cpp | 129 spv_diagnostic diagnostic = nullptr; in SpirvToolsDisassemble() local 152 spv_diagnostic diagnostic = nullptr; in SpirvToolsValidate() local
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvTools.cpp | 129 spv_diagnostic diagnostic = nullptr; in SpirvToolsDisassemble() local 152 spv_diagnostic diagnostic = nullptr; in SpirvToolsValidate() local
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
D | FormattingError.java | 25 public FormattingError(FormatterDiagnostic diagnostic) { in FormattingError()
|
/external/rust/crates/codespan-reporting/examples/ |
D | peg_calculator.rs | 57 let diagnostic = Diagnostic::error() in main() localVariable
|