Home
last modified time | relevance | path

Searched refs:zNumberWidth (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/common/lib/libc/misc/
H A Dubsan.c1572 size_t zNumberWidth; local
1578 zNumberWidth = zDeserializeTypeWidth(pType);
1579 switch (zNumberWidth) {
1581 Report(true, "UBSan: Unexpected %zu-Bit Type in %s\n", zNumberWidth, szLocation);
1617 size_t zNumberWidth; local
1622 zNumberWidth = zDeserializeTypeWidth(pType);
1623 switch (zNumberWidth) {
1625 Report(true, "UBSan: Unexpected %zu-Bit Type in %s\n", zNumberWidth, szLocation);
1659 size_t zNumberWidth; local
1667 zNumberWidth = zDeserializeTypeWidth(pType);
[all …]