reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/ADT/SmallPtrSetTest.cpp
  254   auto M = std::next(B);
  256   EXPECT_TRUE(*B == &buf[0] || *B == &buf[1] || *B == &buf[2]);
  256   EXPECT_TRUE(*B == &buf[0] || *B == &buf[1] || *B == &buf[2]);
  256   EXPECT_TRUE(*B == &buf[0] || *B == &buf[1] || *B == &buf[2]);
  258   EXPECT_TRUE(*B != *M);
  263   EXPECT_TRUE(Removable != *B && Removable != *M);
  268   EXPECT_EQ(B, S.begin());
  269   EXPECT_EQ(M, std::next(B));