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

References

include/llvm/ADT/TinyPtrVector.h
   59     if (RHS.empty()) {
   91     if (RHS.empty()) {
  173     if (empty())
  231     assert(!empty() && "vector empty");
  238     assert(!empty() && "vector empty");
include/llvm/IR/PassManager.h
 1185         if (InnerIDs.empty())
lib/CodeGen/MachineModuleInfo.cpp
  108   if (!Entry.Symbols.empty()) {
  143   assert(!Entry.Symbols.empty() && "Didn't have a symbol, why a callback?");
  165   assert(!OldEntry.Symbols.empty() && "Didn't have a symbol, why a callback?");
  170   if (NewEntry.Symbols.empty()) {
lib/CodeGen/WinEHPrepare.cpp
  775       assert(NewColors.empty() && "A new block should only have one color!");
  833           assert(!IncomingColors.empty() && "Block not colored!");
  906         assert(!ColorsForUserBB.empty());
lib/Transforms/Scalar/SROA.cpp
 4353   if (!DbgDeclares.empty()) {
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  368     if (Invariants.empty())
 2581     if (Invariants.empty())
lib/Transforms/Utils/Local.cpp
 1556   return !DbgAddrs.empty();
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  592     if (!Info.DbgDeclares.empty())
lib/Transforms/Utils/SSAUpdater.cpp
  372     if (BlockUses.empty()) continue;
tools/clang/include/clang/Sema/ParsedAttr.h
  733   bool empty() const { return AttrList.empty(); }
tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  222   if (IndProps.empty())
tools/clang/lib/Serialization/MultiOnDiskHashTable.h
  115     return Tables.empty() ? nullptr : Table::getFromOpaqueValue(*Tables.begin())
  231     if (!PendingOverrides.empty())
  265     if (!PendingOverrides.empty())
unittests/ADT/TinyPtrVectorTest.cpp
   73     EXPECT_EQ(Values.empty(), V.empty());
  429   EXPECT_FALSE(V.empty());
  444   EXPECT_FALSE(V.empty());
  461   EXPECT_FALSE(V.empty());
utils/TableGen/DAGISelMatcherEmitter.cpp
  107       if (SameCodePreds.empty()) {