Lines Matching refs:VoidTy
1248 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false); in emitRethrow()
1273 llvm::FunctionType::get(CGM.VoidTy, Args, /*isVarArg=*/false); in getThrowFn()
1339 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false); in getBadCastFn()
1397 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false); in getBadTypeidFn()
2194 llvm::FunctionType::get(CGM.VoidTy, NumElementsPtr.getType(), false); in InitializeArrayCookie()
2301 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardReleaseFn()
2313 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardAbortFn()
2569 llvm::FunctionType::get(CGF.VoidTy, CGF.Int8PtrTy, false)->getPointerTo(); in emitGlobalDtorWithCXAAtExit()
2610 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false); in createGlobalInitOrCleanupFn()
2627 CGF.StartFunction(GlobalDecl(), getContext().VoidTy, GlobalCleanupFn, in unregisterGlobalDtorsWithUnAtExit()
2633 llvm::FunctionType *dtorFuncTy = llvm::FunctionType::get(CGF.VoidTy, false); in unregisterGlobalDtorsWithUnAtExit()
2685 CGF.StartFunction(GlobalDecl(), getContext().VoidTy, GlobalInitFn, in registerGlobalDtorsWithAtExit()
2704 llvm::FunctionType::get(CGF.VoidTy, false)->getPointerTo(); in registerGlobalDtorsWithAtExit()
2846 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false); in EmitThreadLocalInitFuncs()
2911 llvm::FunctionType *InitFnTy = llvm::FunctionType::get(CGM.VoidTy, false); in EmitThreadLocalInitFuncs()
4192 getContext().VoidTy, getContext().NullPtrTy, in EmitFundamentalRTTIDescriptors()
4400 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false); in getEndCatchFn()
4683 C.VoidTy, {C.getPointerType(C.CharTy)}); in getClangCallTerminateFn()
4811 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false); in emitCXXStermFinalizer()
4825 CGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, StermFinalizer, FI, in emitCXXStermFinalizer()