HomeSort by: relevance | last modified time | path
    Searched defs:g_zero (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 227 static volatile int g_zero = 0; variable in typeref:typename:volatile int
284 EXPECT_UMR(a_s4[g_zero] = 100 / *GetPoisoned<S4>(0, 1));
287 a_s4[g_zero] = 1 - *GetPoisoned<S4>();
288 a_s4[g_zero] = 1 + *GetPoisoned<S4>();
msan_test.cc 227 static volatile int g_zero = 0; variable in typeref:typename:volatile int
284 EXPECT_UMR(a_s4[g_zero] = 100 / *GetPoisoned<S4>(0, 1));
287 a_s4[g_zero] = 1 - *GetPoisoned<S4>();
288 a_s4[g_zero] = 1 + *GetPoisoned<S4>();

Completed in 30 milliseconds