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);
Indexes created Mon Apr 27 00:23:16 UTC 2026