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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp22 template <typename T> static void dtorTy(Block *, char *Ptr, Descriptor *) { function
169 COMPOSITE_TYPE_SWITCH(Type, return dtorTy<T>, return nullptr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2494 llvm::Type *dtorTy = local
2509 llvm::Type *paramTys[] = {dtorTy, AddrInt8PtrTy, handle->getType()};
2526 cast<llvm::Constant>(dtor.getCallee()), dtorTy),

Completed in 108 milliseconds