Searched defs:PARTIAL_OVERFLOW (Results 1 – 2 of 2) sorted by relevance
26 #define PARTIAL_OVERFLOW(x) OVERFLOW(x) macro30 #define PARTIAL_OVERFLOW(x) assert(__msan_test_shadow((char *)(&(x) + 1) - 1, 1) == -1) macro
32 #define PARTIAL_OVERFLOW(x) OVERFLOW(x) macro36 #define PARTIAL_OVERFLOW(x) assert(__msan_test_shadow((char *)(&(x) + 1) - 1, 1) == -1) macro