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

Function TEST

test/text_destroy_test.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace {
19
20TEST(TextDestroy, DestroyNull) { spvBinaryDestroy(nullptr); }
21
22TEST(TextDestroy, Default) {
23 spv_context context = spvContextCreate(SPV_ENV_UNIVERSAL_1_0);

Callers

nothing calls this directly

Calls 8

spvBinaryDestroyFunction · 0.85
spvContextCreateFunction · 0.85
spvTextToBinaryFunction · 0.85
spvDiagnosticPrintFunction · 0.85
spvBinaryToTextFunction · 0.85
spvDiagnosticDestroyFunction · 0.85
spvTextDestroyFunction · 0.85
spvContextDestroyFunction · 0.85

Tested by

no test coverage detected