Home | History | Annotate | Download | only in Interp

Lines Matching defs:Ty

33   QualType Ty = F->getReturnType();
34 if (!Ty->isVoidType() && !Ctx.classify(Ty)) {
42 PrimType Ty;
44 Ty = *T;
46 Ty = PT_Ptr;
49 Descriptor *Desc = P.createDescriptor(PD, Ty);
50 ParamDescriptors.insert({ParamOffset, {Ty, Desc}});
52 ParamOffset += align(primSize(Ty));
53 ParamTypes.push_back(Ty);