Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/
Dparam_tls_limit.cc21 #define NO_OVERFLOW(x) assert(__msan_test_shadow(&x, sizeof(x)) == 0) macro
40 NO_OVERFLOW(s); in f100()
44 NO_OVERFLOW(s); in f800()
56 NO_OVERFLOW(a); in f_many()
57 NO_OVERFLOW(b); in f_many()
66 NO_OVERFLOW(a); in f_many2()
67 NO_OVERFLOW(s); in f_many2()
/external/turbine/javatests/com/google/turbine/lower/testdata/
Dlong_expression.test10 static final long NO_OVERFLOW = 24L * 60 * 60 * 1000 * 1000 * 1000;