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

References

lib/TableGen/Record.cpp
  766       assert(!LHSl->empty() && "Empty list in head");
  773       assert(!LHSl->empty() && "Empty list in tail");
  787       return IntInit::get(LHSl->empty());
lib/TableGen/TGParser.cpp
  982         if (LHSl && LHSl->empty()) {
utils/TableGen/CallingConvEmitter.cpp
  147       if (!ShadowRegList->empty() && ShadowRegList->size() != RegList->size())
utils/TableGen/CodeGenDAGPatterns.cpp
 3797     if (!LI || LI->empty() || hasNullFragReference(LI)) {
 4204     if (LI->empty()) continue;  // no pattern.
utils/TableGen/CodeGenMapTable.cpp
  130     if (ColValList->empty())
utils/TableGen/FixedLenDecoderEmitter.cpp
 1222   return !Predicates->empty();
utils/TableGen/GlobalISelEmitter.cpp
  334       if (AddrSpaces && !AddrSpaces->empty())