Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VoidTy

503                                                       CGF.getContext().VoidTy,
593 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(Context.VoidTy, args,
859 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy,
1070 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy,
1108 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy,
1241 EmitCall(getTypes().arrangeFreeFunctionCall(getContext().VoidTy, args,
1254 EmitCall(getTypes().arrangeFreeFunctionCall(getContext().VoidTy, args,
1613 EmitCall(CGM.getTypes().arrangeFreeFunctionCall(getContext().VoidTy, Args2,
1795 llvm::FunctionType::get(CGM.VoidTy, None, true);
2006 llvm::FunctionType::get(VoidTy, /*variadic*/false);
2343 getContext().VoidTy, DrainSel, Arg, Args);
2882 = llvm::FunctionType::get(VoidTy, VoidPtrTy, RequiredArgs::All);
2922 SourceLocation(), II, C.VoidTy,
2939 C.VoidTy, args, FunctionType::ExtInfo(), RequiredArgs::All);
2950 StartFunction(FD, C.VoidTy, Fn, FI, args);
3003 SourceLocation(), II, C.VoidTy,
3020 C.VoidTy, args, FunctionType::ExtInfo(), RequiredArgs::All);
3030 StartFunction(FD, C.VoidTy, Fn, FI, args);