MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / emptyKstring

Function emptyKstring

src/include/kerngen.h:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152/*@}*/
153
154static __inline void
155emptyKstring(Kstring *kstr)
156{
157 kstr->buf[0] = '\0';
158}
159
160static __inline bool
161isKstringEmpty(const Kstring *kstr)

Callers 5

updateOptimResultGenFunction · 0.85
sprintfOffsetStatelessFunction · 0.85
prepareTmpCoordsFunction · 0.85
genSetupPointersFunction · 0.85
checkDeclareUpcomTmpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected