Searched refs:ctorTy (Results 1 – 1 of 1) sorted by relevance
23 static void ctorTy(Block *, std::byte *Ptr, bool, bool, bool, in ctorTy() function240 return ctorTy<PrimConv<PT_Float>::T>; in getCtorPrim()242 return ctorTy<PrimConv<PT_IntAP>::T>; in getCtorPrim()244 return ctorTy<PrimConv<PT_IntAPS>::T>; in getCtorPrim()246 return ctorTy<PrimConv<PT_MemberPtr>::T>; in getCtorPrim()248 COMPOSITE_TYPE_SWITCH(Type, return ctorTy<T>, return nullptr); in getCtorPrim()