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

Function PushToString

source/opt/scalar_analysis.cpp:575–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573
574template <typename T>
575void PushToString(T id, std::u32string* str) {
576 PushToStringImpl<T, sizeof(T)>{}(id, str);
577}
578
579} // namespace
580

Callers 1

operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected