MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / TEST

Function TEST

test/diagnostic_test.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35TEST(Diagnostic, DestroyNull) { spvDiagnosticDestroy(nullptr); }
36
37TEST(Diagnostic, DestroyValidDiagnostic) {
38 spv_diagnostic diagnostic = MakeValidDiagnostic();

Callers

nothing calls this directly

Calls 6

spvDiagnosticDestroyFunction · 0.85
MakeValidDiagnosticFunction · 0.85
spvDiagnosticPrintFunction · 0.85
DiagnosticStreamClass · 0.85
spv_result_tEnum · 0.85
strMethod · 0.45

Tested by

no test coverage detected