Lines Matching defs:diagnostic
40 spv_diagnostic diagnostic = nullptr;
43 &diagnostic);
44 if (diagnostic) {
45 spvDiagnosticPrint(diagnostic);
46 spvDiagnosticDestroy(diagnostic);
47 diagnostic = nullptr;
57 &binary, &diagnostic);
58 if (diagnostic) {
59 spvDiagnosticPrint(diagnostic);
60 spvDiagnosticDestroy(diagnostic);
61 diagnostic = nullptr;