MCPcopy Create free account
hub / github.com/F-Stack/f-stack / DeserializeLocation

Function DeserializeLocation

freebsd/kern/kern_ubsan.c:1314–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1312}
1313
1314static void
1315DeserializeLocation(char *pBuffer, size_t zBUfferLength, struct CSourceLocation *pLocation)
1316{
1317
1318 ASSERT(pLocation);
1319 ASSERT(pLocation->mFilename);
1320
1321 snprintf(pBuffer, zBUfferLength, "%s:%" PRIu32 ":%" PRIu32, pLocation->mFilename, pLocation->mLine & (uint32_t)~ACK_REPORTED, pLocation->mColumn);
1322}
1323
1324#ifdef __SIZEOF_INT128__
1325static void

Callers 15

HandleOverflowFunction · 0.85
HandleNegateOverflowFunction · 0.85
HandleBuiltinUnreachableFunction · 0.85
HandleTypeMismatchFunction · 0.85
HandleOutOfBoundsFunction · 0.85
HandleShiftOutOfBoundsFunction · 0.85
HandleLoadInvalidValueFunction · 0.85
HandleInvalidBuiltinFunction · 0.85
HandleCFIBadTypeFunction · 0.85

Calls 1

snprintfFunction · 0.85

Tested by

no test coverage detected