/external/turbine/java/com/google/turbine/diag/ |
D | TurbineDiagnostic.java | 35 private final String diagnostic; field in TurbineDiagnostic 38 private TurbineDiagnostic(ErrorKind kind, String diagnostic, ImmutableList<Object> args) { in TurbineDiagnostic() 50 public String diagnostic() { in diagnostic() method in TurbineDiagnostic 60 ErrorKind kind, String diagnostic, ImmutableList<Object> args) { in create() 67 diagnostic, in create() local 86 String diagnostic = path + ": error: " + message.trim() + System.lineSeparator(); in format() local 111 String diagnostic = sb.toString(); in format() local
|
/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
|
D | binary.cpp | 125 spvtools::DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function in __anon15630c7d0111::Parser 131 spvtools::DiagnosticStream diagnostic() { in diagnostic() function in __anon15630c7d0111::Parser 194 spv_diagnostic* diagnostic; // Where diagnostics go. member 771 spv_diagnostic* diagnostic) { in spvBinaryParse()
|
/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
|
D | binary.cpp | 125 spvtools::DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function in __anonbccc42030111::Parser 131 spvtools::DiagnosticStream diagnostic() { in diagnostic() function in __anonbccc42030111::Parser 193 spv_diagnostic* diagnostic; // Where diagnostics go. member 767 spv_diagnostic* diagnostic) { in spvBinaryParse()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_to_text_test.cpp | 63 spv_diagnostic diagnostic = nullptr; in SetUp() local 77 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local 88 spv_diagnostic diagnostic = nullptr; in TEST_F() local 99 spv_diagnostic diagnostic = nullptr; in TEST_F() local 118 spv_diagnostic diagnostic = nullptr; in TEST_F() local 138 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
|
D | text_destroy_test.cpp | 47 spv_diagnostic diagnostic = nullptr; in TEST() local
|
D | c_interface_test.cpp | 226 spv_diagnostic diagnostic = nullptr; in TEST() local 254 spv_diagnostic diagnostic = nullptr; in TEST() local 283 spv_diagnostic diagnostic = nullptr; 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
|
D | text_destroy_test.cpp | 47 spv_diagnostic diagnostic = nullptr; in TEST() local
|
D | c_interface_test.cpp | 226 spv_diagnostic diagnostic = nullptr; in TEST() local 254 spv_diagnostic diagnostic = nullptr; in TEST() local 283 spv_diagnostic diagnostic = nullptr; in TEST() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSpirVAsm.cpp | 76 spv_diagnostic diagnostic = DE_NULL; in assembleSpirV() local 119 spv_diagnostic diagnostic = DE_NULL; in disassembleSpirV() local 150 spv_diagnostic diagnostic = DE_NULL; in validateSpirV() local
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvTools.cpp | 75 spv_diagnostic diagnostic = nullptr; in SpirvToolsDisassemble() local 98 spv_diagnostic diagnostic = nullptr; in SpirvToolsValidate() local
|
/external/v8/tools/clang/plugins/ |
D | ChromeClassTester.h | 31 clang::DiagnosticsEngine& diagnostic() { return diagnostic_; } in diagnostic() function
|
/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/ |
D | cfg.cpp | 109 spv_diagnostic diagnostic = nullptr; in main() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
D | utils.cc | 30 static void DieWithSMDiagnosticError(llvm::SMDiagnostic* diagnostic) { in DieWithSMDiagnosticError()
|
/external/deqp-deps/SPIRV-Tools/tools/cfg/ |
D | cfg.cpp | 109 spv_diagnostic diagnostic = nullptr; in main() local
|
/external/deqp-deps/SPIRV-Tools/tools/as/ |
D | as.cpp | 135 spv_diagnostic diagnostic = nullptr; in main() local
|
/external/swiftshader/third_party/SPIRV-Tools/tools/as/ |
D | as.cpp | 135 spv_diagnostic diagnostic = nullptr; in main() local
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_fixtures.h | 94 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_fixtures.h | 107 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
|