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

References

lib/TableGen/TGParser.cpp
 1091       Type = DagRecTy::get();
 1101       Type = IntRecTy::get();
 1106       Type = BitRecTy::get();
 1113       Type = BitRecTy::get();
 1124       Type = StringRecTy::get();
 1129     if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) {
 1129     if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) {
 1132                    Type->getAsString() + "'");
 1228       Type = ArgType;
 1231       Type = cast<TypedInit>(InitList.front())->getType()->getListTy();
 1241         RHS = (BinOpInit::get(Code, InitList.back(), RHS, Type))->Fold(CurRec);
 1247       return (BinOpInit::get(Code, InitList[0], InitList[1], Type))