Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/
Dparam_tls_limit.cc26 #define PARTIAL_OVERFLOW(x) OVERFLOW(x) macro
30 #define PARTIAL_OVERFLOW(x) assert(__msan_test_shadow((char *)(&(x) + 1) - 1, 1) == -1) macro
48 PARTIAL_OVERFLOW(s); in f801()
52 PARTIAL_OVERFLOW(s); in f1000()
58 PARTIAL_OVERFLOW(s); in f_many()
68 PARTIAL_OVERFLOW(c); in f_many2()