Lines Matching defs:ox
4363 U4 ox = rand();
4365 T *x = GetPoisonedO<T>(0, ox, 0);
4372 EXPECT_EQ(true, __msan_origin_is_descendant_or_same(origin, ox) ||
4385 *x = *GetPoisonedO<T>(0, ox);
4390 EXPECT_POISONED_O(*z, ox);
4391 EXPECT_ORIGIN(ox, __msan_get_origin(z));
4468 int ox = __LINE__;
4474 __msan_set_origin(x, N * sizeof(T), ox);
4479 EXPECT_POISONED_O(y[0], ox);
4480 EXPECT_POISONED_O(y[N/2], ox);
4481 EXPECT_POISONED_O(y[N-1], ox);
4486 EXPECT_POISONED_O(q[0], ox);
4487 EXPECT_POISONED_O(q[N/2], ox);
4488 EXPECT_POISONED_O(q[N-1], ox);
4492 EXPECT_POISONED_O(z[0], ox);
4493 EXPECT_POISONED_O(z[N/2], ox);
4494 EXPECT_POISONED_O(z[N-1], ox);