Searched refs:EXPECT_NOT_POISONED (Results 1 – 1 of 1) sorted by relevance
177 #define EXPECT_NOT_POISONED(x) EXPECT_EQ(true, TestForNotPoisoned((x))) macro230 EXPECT_NOT_POISONED(*x); in TEST()335 EXPECT_NOT_POISONED(x[0]); // Ok, was inited before. in TEST()338 EXPECT_NOT_POISONED(x[0]); // Ok, was inited before. in TEST()343 EXPECT_NOT_POISONED(x[0]); // Ok, was inited before. in TEST()353 EXPECT_NOT_POISONED(*x); // Should not be poisoned. in TEST()381 EXPECT_NOT_POISONED(*p & 0x00ffff00); in TEST()382 EXPECT_NOT_POISONED(*p & 0x00ff0000); in TEST()383 EXPECT_NOT_POISONED(*p & 0x0000ff00); in TEST()389 EXPECT_NOT_POISONED(*p | 0xff0000ff); in TEST()[all …]