Home | History | Annotate | Download | only in tests

Lines Matching refs:U4

60 typedef unsigned int       U4;
72 U4 origin = __msan_get_origin(&x);
98 U4 id = __msan_get_umr_origin(); \
130 U4 id = __msan_get_origin((void*)&t);
156 T *GetPoisonedO(int i, U4 origin, T val = 0) {
228 EXPECT_POISONED(*GetPoisoned<U4>());
325 U4 *p = GetPoisoned<U4>();
356 EXPECT_NOT_POISONED(applyNot<U4>(0x0, 0x0));
357 EXPECT_NOT_POISONED(applyNot<U4>(0xFFFFFFFF, 0x0));
358 EXPECT_POISONED(applyNot<U4>(0xFFFFFFFF, 0xFFFFFFFF));
359 EXPECT_NOT_POISONED(applyNot<U4>(0xFF000000, 0x0FFFFFFF));
360 EXPECT_NOT_POISONED(applyNot<U4>(0xFF000000, 0x00FFFFFF));
361 EXPECT_NOT_POISONED(applyNot<U4>(0xFF000000, 0x0000FFFF));
362 EXPECT_NOT_POISONED(applyNot<U4>(0xFF000000, 0x00000000));
363 EXPECT_POISONED(applyNot<U4>(0xFF000000, 0xFF000000));
364 EXPECT_NOT_POISONED(applyNot<U4>(0xFF800000, 0xFF000000));
365 EXPECT_POISONED(applyNot<U4>(0x00008000, 0x00008000));
377 U4 *up = GetPoisoned<U4>();
1807 U4 a;
1884 U4 a4, b4;
2412 U4 y4 = 0;
2509 U4 dummy;
2519 U4 origin = rand(); // NOLINT
2533 U4 ox = rand(); //NOLINT
2534 U4 oy = rand(); //NOLINT
2540 U4 origin = __msan_get_origin(z);
2576 BinaryOpOriginTest<U4>(OR<U4>);
2577 BinaryOpOriginTest<U4>(AND<U4>);
2578 BinaryOpOriginTest<double>(ADD<U4>);
2596 EXPECT_POISONED_O(*GetPoisonedO<U4>(0, __LINE__), __LINE__);
2597 EXPECT_POISONED_O(*GetPoisonedO<U4>(0, __LINE__), __LINE__);
2598 EXPECT_POISONED_O(*GetPoisonedO<U4>(0, __LINE__), __LINE__);
2599 EXPECT_POISONED_O(*GetPoisonedO<U4>(0, __LINE__), __LINE__);
2711 NOINLINE int RetvalOriginTest(U4 origin) {
2725 NOINLINE void ParamOriginTest(int param, U4 origin) {
2732 U4 origin = __LINE__;
2750 U4 origin = __LINE__;
2757 U4 origin = __LINE__;
2766 U4 origin = __LINE__;