Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Narrow

83 /// Narrow - Convert a type code into the next smaller type.  short -> char,
85 static char Narrow(const char t) {
95 default: throw "unhandled type in narrow!";
188 type = Narrow(type);
193 type = Narrow(type);