Home
last modified time | relevance | path

Searched refs:ctorTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp23 static void ctorTy(Block *, std::byte *Ptr, bool, bool, bool, in ctorTy() function
240 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()