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

References

lib/TableGen/Record.cpp
  875    return BinOpInit::get(BinOpInit::LISTCONCAT, LHS, RHS, LHS->getType());
  911   case LISTCONCAT: {
 1037   case LISTCONCAT: Result = "!listconcat"; break;
lib/TableGen/TGParser.cpp
 1080     case tgtok::XListConcat: Code = BinOpInit::LISTCONCAT; break;
 1155         case BinOpInit::LISTCONCAT:
 1227     if (Code == BinOpInit::LISTCONCAT)
 1235     if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT ||