Home
last modified time | relevance | path

Searched defs:diagnostic (Results 1 – 25 of 118) sorted by relevance

12345

/external/llvm-project/mlir/lib/CAPI/IR/
DDiagnostics.cpp18 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/
Ddiagnostic.cpp29 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()
Dtext_handler.h157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function
162 DiagnosticStream diagnostic() { in diagnostic() function
/external/deqp-deps/SPIRV-Tools/source/
Ddiagnostic.cpp29 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()
Dtext_handler.h157 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/
Ddiagnostic.cpp29 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()
Dtext_handler.h157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function
162 DiagnosticStream diagnostic() { in diagnostic() function
/external/llvm-project/mlir/include/mlir/CAPI/
DDiagnostics.h19 inline mlir::Diagnostic &unwrap(MlirDiagnostic diagnostic) { in unwrap()
24 inline MlirDiagnostic wrap(mlir::Diagnostic &diagnostic) { in wrap()
/external/deqp-deps/SPIRV-Tools/test/
Dbinary_to_text_test.cpp67 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
Ddiagnostic_test.cpp30 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/
Dbinary_to_text_test.cpp67 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
Ddiagnostic_test.cpp30 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/
Dbinary_to_text_test.cpp67 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
Ddiagnostic_test.cpp30 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/
DvkSpirVAsm.cpp78 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/
Dviews.rs20 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/
DTurbineLog.java77 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/
Dval_fixtures.h112 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
125 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_fixtures.h112 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/
Dval_fixtures.h112 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
125 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/external/rust/crates/codespan-reporting/src/
Dlib.rs5 pub mod diagnostic; module
/external/deqp-deps/glslang/SPIRV/
DSpvTools.cpp129 spv_diagnostic diagnostic = nullptr; in SpirvToolsDisassemble() local
152 spv_diagnostic diagnostic = nullptr; in SpirvToolsValidate() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvTools.cpp129 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/
DFormattingError.java25 public FormattingError(FormatterDiagnostic diagnostic) { in FormattingError()
/external/rust/crates/codespan-reporting/examples/
Dpeg_calculator.rs57 let diagnostic = Diagnostic::error() in main() localVariable

12345