Home
last modified time | relevance | path

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

123

/external/turbine/java/com/google/turbine/diag/
DTurbineDiagnostic.java35 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/
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
Dbinary.cpp125 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/
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
Dbinary.cpp125 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/
Dbinary_to_text_test.cpp63 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
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
Dtext_destroy_test.cpp47 spv_diagnostic diagnostic = nullptr; in TEST() local
Dc_interface_test.cpp226 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/
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
Dtext_destroy_test.cpp47 spv_diagnostic diagnostic = nullptr; in TEST() local
Dc_interface_test.cpp226 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/
DvkSpirVAsm.cpp76 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/
DSpvTools.cpp75 spv_diagnostic diagnostic = nullptr; in SpirvToolsDisassemble() local
98 spv_diagnostic diagnostic = nullptr; in SpirvToolsValidate() local
/external/v8/tools/clang/plugins/
DChromeClassTester.h31 clang::DiagnosticsEngine& diagnostic() { return diagnostic_; } in diagnostic() function
/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/
Dcfg.cpp109 spv_diagnostic diagnostic = nullptr; in main() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dutils.cc30 static void DieWithSMDiagnosticError(llvm::SMDiagnostic* diagnostic) { in DieWithSMDiagnosticError()
/external/deqp-deps/SPIRV-Tools/tools/cfg/
Dcfg.cpp109 spv_diagnostic diagnostic = nullptr; in main() local
/external/deqp-deps/SPIRV-Tools/tools/as/
Das.cpp135 spv_diagnostic diagnostic = nullptr; in main() local
/external/swiftshader/third_party/SPIRV-Tools/tools/as/
Das.cpp135 spv_diagnostic diagnostic = nullptr; in main() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_fixtures.h94 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_fixtures.h107 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local

123