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

References

lib/TableGen/TGParser.cpp
  916       Code = UnOpInit::CAST;
  928       Code = UnOpInit::HEAD;
  932       Code = UnOpInit::TAIL;
  936       Code = UnOpInit::SIZE;
  941       Code = UnOpInit::EMPTY;
  954     if (Code == UnOpInit::HEAD ||
  955         Code == UnOpInit::TAIL ||
  956         Code == UnOpInit::EMPTY) {
  973       if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL ||
  973       if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL ||
  974           Code == UnOpInit::SIZE) {
  981       if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL) {
  981       if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL) {
  993           Type = (Code == UnOpInit::HEAD) ? Itemt->getType()
 1002           Type = (Code == UnOpInit::HEAD) ? LType->getElementType() : LType;
 1012     return (UnOpInit::get(Code, LHS, Type))->Fold(CurRec);