Searched refs:EXPECT_NOT_POISONED (Results 1 – 1 of 1) sorted by relevance
174 #define EXPECT_NOT_POISONED(x) EXPECT_EQ(true, TestForNotPoisoned((x))) macro227 EXPECT_NOT_POISONED(*x); in TEST()332 EXPECT_NOT_POISONED(x[0]); // Ok, was inited before. in TEST()335 EXPECT_NOT_POISONED(x[0]); // Ok, was inited before. in TEST()340 EXPECT_NOT_POISONED(x[0]); // Ok, was inited before. in TEST()350 EXPECT_NOT_POISONED(*x); // Should not be poisoned. in TEST()378 EXPECT_NOT_POISONED(*p & 0x00ffff00); in TEST()379 EXPECT_NOT_POISONED(*p & 0x00ff0000); in TEST()380 EXPECT_NOT_POISONED(*p & 0x0000ff00); in TEST()386 EXPECT_NOT_POISONED(*p | 0xff0000ff); in TEST()[all …]