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

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 226 static volatile int g_one = 1; variable in typeref:typename:volatile int
244 if (g_one)
293 if (g_one) {
304 S4 n = g_one;
305 EXPECT_UMR(for (; i < g_one; i++););
556 memcpy(y, &x, g_one * sizeof(S4));
4440 EXPECT_NOT_POISONED(g_one ? 1 : *GetPoisonedO<S4>(0, __LINE__));
msan_test.cc 226 static volatile int g_one = 1; variable in typeref:typename:volatile int
244 if (g_one)
293 if (g_one) {
304 S4 n = g_one;
305 EXPECT_UMR(for (; i < g_one; i++););
556 memcpy(y, &x, g_one * sizeof(S4));
4440 EXPECT_NOT_POISONED(g_one ? 1 : *GetPoisonedO<S4>(0, __LINE__));

Completed in 28 milliseconds