Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2089 llvm::FunctionType* CtorFTy = llvm::FunctionType::get(VoidTy, false); in EmitCtorList() local
2090 llvm::Type *CtorPFTy = llvm::PointerType::get(CtorFTy, in EmitCtorList()