Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp29 static void dtorTy(Block *, std::byte *Ptr, const Descriptor *) { in dtorTy() function
255 return dtorTy<PrimConv<PT_Float>::T>; in getDtorPrim()
257 return dtorTy<PrimConv<PT_IntAP>::T>; in getDtorPrim()
259 return dtorTy<PrimConv<PT_IntAPS>::T>; in getDtorPrim()
261 return dtorTy<PrimConv<PT_MemberPtr>::T>; in getDtorPrim()
263 COMPOSITE_TYPE_SWITCH(Type, return dtorTy<T>, return nullptr); in getDtorPrim()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2836 llvm::Type *dtorTy = CGF.UnqualPtrTy; in emitGlobalDtorWithCXAAtExit() local
2850 llvm::Type *paramTys[] = {dtorTy, AddrPtrTy, handle->getType()}; in emitGlobalDtorWithCXAAtExit()