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

References

unittests/ADT/IListTest.cpp
  217   void addNodeToList(NodeWithCallback *N) { N->IsInList = true; }
  218   void removeNodeFromList(NodeWithCallback *N) { N->IsInList = false; }
  236   ASSERT_FALSE(N.IsInList);
  242   ASSERT_TRUE(N.IsInList);
  247   ASSERT_TRUE(N.IsInList);
  252   ASSERT_FALSE(N.IsInList);