Home
last modified time | relevance | path

Searched defs:PARTIAL_OVERFLOW (Results 1 – 2 of 2) 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
/external/llvm-project/compiler-rt/test/msan/
Dparam_tls_limit.cpp32 #define PARTIAL_OVERFLOW(x) OVERFLOW(x) macro
36 #define PARTIAL_OVERFLOW(x) assert(__msan_test_shadow((char *)(&(x) + 1) - 1, 1) == -1) macro