MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / DeserializeLocation

Function DeserializeLocation

Library/OcGuardLib/Ubsan.c:1313–1321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls 1

snprintfFunction · 0.85

Tested by

no test coverage detected