Home | History | Annotate | Download | only in Writer

Lines Matching defs:FT

287       FunctionType *FT = cast<FunctionType>(T);
290 TypeVals.push_back(FT->isVarArg());
291 TypeVals.push_back(VE.getTypeID(FT->getReturnType()));
292 for (unsigned i = 0, e = FT->getNumParams(); i != e; ++i)
293 TypeVals.push_back(VE.getTypeID(FT->getParamType(i)));