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

References

include/llvm/ADT/AllocatorList.h
  231     assert(empty() && "Cannot reset allocator if not empty");
lib/Support/YAMLParser.cpp
  789     if (TokenQueue.empty() || NeedMore) {
  796     assert(!TokenQueue.empty() &&
  813   if (!TokenQueue.empty())
  818   if (TokenQueue.empty())
unittests/ADT/BumpPtrListTest.cpp
   45   EXPECT_TRUE(L.empty());
   66   EXPECT_TRUE(L.empty());
   87   EXPECT_TRUE(L.empty());
   98   while (!L.empty())
  110   while (!L.empty())
  124   while (!L.empty())
  138   while (!L.empty())