reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Type.h
  408   static Type *getVoidTy(LLVMContext &C);

References

examples/BrainF/BrainF.cpp
   85   brainf_func = Function::Create(FunctionType::get(Type::getVoidTy(C), false),
include/llvm/Analysis/MemorySSA.h
  220       : DerivedUser(Type::getVoidTy(C), Vty, nullptr, NumOperands, DeleteValue),
include/llvm/IR/IRBuilder.h
  432     return Type::getVoidTy(Context);
lib/AsmParser/LLLexer.cpp
  816   TYPEKEYWORD("void",      Type::getVoidTy(Context));
lib/Bitcode/Reader/BitcodeReader.cpp
 1723       ResultTy = Type::getVoidTy(Context);
 2359     Type *VoidType = Type::getVoidTy(Context);
lib/CodeGen/AtomicExpandPass.cpp
 1638   bool HasResult = I->getType() != Type::getVoidTy(Ctx);
 1767     ResultTy = Type::getVoidTy(Ctx);
lib/CodeGen/DwarfEHPrepare.cpp
  210     FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  436   Info.OrigRet = CallLowering::ArgInfo({0}, Type::getVoidTy(Ctx));
lib/CodeGen/IntrinsicLowering.cpp
  275                     Type::getVoidTy(Context));
  282                     Type::getVoidTy(Context));
lib/CodeGen/MIRParser/MIRParser.cpp
  263       Function::Create(FunctionType::get(Type::getVoidTy(Context), false),
lib/CodeGen/MachineOutliner.cpp
 1100   Function *F = Function::Create(FunctionType::get(Type::getVoidTy(C), false),
lib/CodeGen/MachinePipeliner.cpp
  663     UndefValue::get(Type::getVoidTy(MF.getFunction().getContext()));
lib/CodeGen/ScheduleDAGInstrs.cpp
  116                              Type::getVoidTy(mf.getFunction().getContext()))), Topo(SUnits, &ExitSU) {
lib/CodeGen/SelectionDAG/FastISel.cpp
  887   Type *RetTy = ForceRetVoidTy ? Type::getVoidTy(CI->getType()->getContext())
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2332       TLI.getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()), Callee,
 3766             CallingConv::C, Type::getVoidTy(*DAG.getContext()),
 3807         .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 6264                     Type::getVoidTy(*getContext()),
 6368                     Type::getVoidTy(*getContext()),
 6469                     Type::getVoidTy(*getContext()),
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8786     IsAnyRegCC ? Type::getVoidTy(*DAG.getContext()) : CS->getType();
 9052     CLI.RetTy = Type::getVoidTy(CLI.RetTy->getContext());
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  932       ForceVoidReturnTy ? Type::getVoidTy(*DAG.getContext()) : Call->getType(),
lib/CodeGen/SjLjEHPrepare.cpp
  475       "_Unwind_SjLj_Register", Type::getVoidTy(M.getContext()),
  478       "_Unwind_SjLj_Unregister", Type::getVoidTy(M.getContext()),
lib/CodeGen/StackProtector.cpp
  530         "__stack_smash_handler", Type::getVoidTy(Context),
  536         M->getOrInsertFunction("__stack_chk_fail", Type::getVoidTy(Context));
lib/CodeGen/ValueTypes.cpp
  269   case MVT::isVoid:  return Type::getVoidTy(Context);
lib/ExecutionEngine/Interpreter/Execution.cpp
  918   Type *RetTy = Type::getVoidTy(I.getContext());
lib/ExecutionEngine/Orc/Speculation.cpp
   73         Type::getVoidTy(MContext),
lib/FuzzMutate/IRMutator.cpp
   28   Function *F = Function::Create(FunctionType::get(Type::getVoidTy(Context), {},
lib/IR/Core.cpp
  781   return wrap(Type::getVoidTy(*unwrap(C)));
lib/IR/Function.cpp
  954   case IITDescriptor::Void: return Type::getVoidTy(Context);
  955   case IITDescriptor::VarArg: return Type::getVoidTy(Context);
lib/IR/Instructions.cpp
  664   Type *VoidTy = Type::getVoidTy(M->getContext());
  865     : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Ret,
  874     : Instruction(Type::getVoidTy(C), Instruction::Ret,
  882     : Instruction(Type::getVoidTy(C), Instruction::Ret,
  890     : Instruction(Type::getVoidTy(Context), Instruction::Ret,
  898     : Instruction(Type::getVoidTy(RI.getContext()), Instruction::Resume,
  904     : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
  910     : Instruction(Type::getVoidTy(Exn->getContext()), Instruction::Resume,
  941     : Instruction(Type::getVoidTy(CleanupPad->getContext()),
  950     : Instruction(Type::getVoidTy(CleanupPad->getContext()),
  966     : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet,
  974     : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet,
  982     : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet,
 1115     : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr,
 1118     : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr,
 1132     : Instruction(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
 1141     : Instruction(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
 1153     : Instruction(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
 1161     : Instruction(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
 1172     : Instruction(Type::getVoidTy(BI.getContext()), Instruction::Br,
 1394     : Instruction(Type::getVoidTy(val->getContext()), Store,
 1408     : Instruction(Type::getVoidTy(val->getContext()), Store,
 1580   : Instruction(Type::getVoidTy(C), Fence, nullptr, 0, InsertBefore) {
 1588   : Instruction(Type::getVoidTy(C), Fence, nullptr, 0, InsertAtEnd) {
 3812     : Instruction(Type::getVoidTy(Value->getContext()), Instruction::Switch,
 3823     : Instruction(Type::getVoidTy(Value->getContext()), Instruction::Switch,
 4043     : Instruction(Type::getVoidTy(Address->getContext()),
 4050     : Instruction(Type::getVoidTy(Address->getContext()),
 4056     : Instruction(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr,
lib/IR/Type.cpp
   41   case VoidTyID      : return getVoidTy(C);
lib/IR/Verifier.cpp
  646           FunctionType::get(Type::getVoidTy(Context), false)->
lib/Target/AArch64/AArch64ISelLowering.cpp
12294         "__security_check_cookie", Type::getVoidTy(M.getContext()),
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
   46         .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  140   Void = Type::getVoidTy(Context);
lib/Target/ARM/ARMISelLowering.cpp
 8760     RetTy = Type::getVoidTy(*DAG.getContext());
16545       "__security_check_cookie", Type::getVoidTy(M.getContext()),
lib/Target/ARM/ARMSelectionDAGInfo.cpp
  117           TLI->getLibcallCallingConv(LC), Type::getVoidTy(*DAG.getContext()),
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 2254       Type *VoidTy = Type::getVoidTy(Ctx);
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
   55           Type::getVoidTy(*DAG.getContext()),
lib/Target/Mips/Mips16HardFloat.cpp
   51       FunctionType::get(Type::getVoidTy(C), AsmArgTypes, false);
  381   Type *MyVoid = Type::getVoidTy(C);
lib/Target/PowerPC/PPCISelLowering.cpp
 3173       CallingConv::C, Type::getVoidTy(*DAG.getContext()),
lib/Target/Sparc/SparcISelLowering.cpp
 2173     RetTyABI = Type::getVoidTy(*DAG.getContext());
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
  109       FunctionType::get(Type::getVoidTy(C), AtExitFuncArgs,
  146       FunctionType *VoidVoid = FunctionType::get(Type::getVoidTy(C),
lib/Target/X86/X86ISelDAGToDAG.cpp
 1319         .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()),
lib/Target/X86/X86ISelLowering.cpp
 2327         "__security_check_cookie", Type::getVoidTy(M.getContext()),
lib/Target/X86/X86RetpolineThunks.cpp
  200   auto Type = FunctionType::get(Type::getVoidTy(Ctx), false);
lib/Target/X86/X86SelectionDAGInfo.cpp
   90           .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
lib/Target/X86/X86WinEHState.cpp
  358         FunctionType::get(Type::getVoidTy(TheModule->getContext()), Int8PtrType,
lib/Target/XCore/XCoreISelLowering.cpp
  529       CallingConv::C, Type::getVoidTy(Context),
lib/Target/XCore/XCoreSelectionDAGInfo.cpp
   38                       Type::getVoidTy(*DAG.getContext()),
lib/Transforms/CFGuard/CFGuard.cpp
  238   GuardFnType = FunctionType::get(Type::getVoidTy(M.getContext()),
lib/Transforms/Coroutines/CoroEarly.cpp
   39         AnyResumeFnPtrTy(FunctionType::get(Type::getVoidTy(Context), Int8Ptr,
  116     auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy,
lib/Transforms/Coroutines/CoroFrame.cpp
  409     auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy,
lib/Transforms/Coroutines/CoroSplit.cpp
 1402   FunctionType *FnTy = FunctionType::get(Type::getVoidTy(Context),
 1419   auto *FnTy = FunctionType::get(Type::getVoidTy(C), Type::getInt8PtrTy(C),
lib/Transforms/Coroutines/Coroutines.cpp
   97       ResumeFnType(FunctionType::get(Type::getVoidTy(Context), Int8Ptr,
lib/Transforms/IPO/CrossDSOCFI.cpp
  105       "__cfi_check", Type::getVoidTy(Ctx), Type::getInt64Ty(Ctx),
  132       M.getOrInsertFunction("__cfi_check_fail", Type::getVoidTy(Ctx),
lib/Transforms/IPO/DeadArgumentElimination.cpp
  828       NRetTy = Type::getVoidTy(F->getContext());
lib/Transforms/IPO/LowerTypeTests.cpp
 1252         FunctionType::get(Type::getVoidTy(M.getContext()),
 1489       Function::Create(FunctionType::get(Type::getVoidTy(M.getContext()),
 1903               FunctionType::get(Type::getVoidTy(M.getContext()), false),
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  142       FunctionType::get(Type::getVoidTy(M.getContext()), false);
lib/Transforms/IPO/WholeProgramDevirt.cpp
 1051       FunctionType::get(Type::getVoidTy(M.getContext()), {Int8PtrTy}, true);
 1697                                              Type::getVoidTy(M.getContext()))
 1744                               Type::getVoidTy(M.getContext()))
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2032       Function::Create(FunctionType::get(Type::getVoidTy(*C), false),
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  574       Type::getVoidTy(*Ctx), Type::getInt8PtrTy(*Ctx), /*isVarArg=*/false);
  576   DFSanSetLabelFnTy = FunctionType::get(Type::getVoidTy(*Ctx),
  579       Type::getVoidTy(*Ctx), None, /*isVarArg=*/false);
  581       Type::getVoidTy(*Ctx), Type::getInt8PtrTy(*Ctx), /*isVarArg=*/false);
lib/Transforms/Instrumentation/GCOVProfiling.cpp
  854     FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
  866     FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
  891   FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
  907   FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
  923   FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), Args, false);
  931   FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
  936   FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
  942   FunctionType *WriteoutFTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
 1191   FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Ctx), false);
 1220   if (RetTy == Type::getVoidTy(*Ctx))
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  268   Type *VoidTy = Type::getVoidTy(M.getContext());
lib/Transforms/Instrumentation/InstrProfiling.cpp
  554   auto *ReturnTy = Type::getVoidTy(M.getContext());
  946   auto *VoidTy = Type::getVoidTy(M->getContext());
 1033   auto *VoidTy = Type::getVoidTy(M->getContext());
lib/Transforms/Instrumentation/PoisonChecking.cpp
  245                          Type::getVoidTy(M->getContext()),
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  372   Type *VoidTy = Type::getVoidTy(*C);
lib/Transforms/ObjCARC/ObjCARCContract.cpp
  495           InlineAsm::get(FunctionType::get(Type::getVoidTy(Inst->getContext()),
lib/Transforms/Scalar/LoopStrengthReduce.cpp
  201     return MemAccessTy(Type::getVoidTy(Ctx), AS);
lib/Transforms/Scalar/PlaceSafepoints.cpp
  634          FunctionType::get(Type::getVoidTy(M->getContext()), false) &&
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1471       auto *FTy = FunctionType::get(Type::getVoidTy(F->getContext()), DomainTy,
 1899       "__tmp_use", FunctionType::get(Type::getVoidTy(M->getContext()), true));
lib/Transforms/Utils/CodeExtractor.cpp
  779   case 1: RetTy = Type::getVoidTy(header->getContext()); break;
lib/Transforms/Utils/EntryExitInstrumenter.cpp
   33     FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C));
   43         Func, FunctionType::get(Type::getVoidTy(C), ArgTypes, false));
lib/Transforms/Utils/ModuleUtils.cpp
  115       FunctionType::get(Type::getVoidTy(M.getContext()), InitArgTypes, false),
  129       FunctionType::get(Type::getVoidTy(M.getContext()), false),
  155         Ctor->getReturnType() == Type::getVoidTy(M.getContext()))
  170         F->getReturnType() != Type::getVoidTy(M.getContext())) {
  180                                            Type::getVoidTy(M.getContext()))
lib/Transforms/Utils/SanitizerStats.cpp
   79   Type *VoidTy = Type::getVoidTy(M->getContext());
tools/clang/lib/CodeGen/CGBuiltin.cpp
 3684         llvm::FunctionType::get(llvm::Type::getVoidTy(getLLVMContext()),
tools/clang/lib/CodeGen/CGCall.cpp
 1566       resultType = llvm::Type::getVoidTy(getLLVMContext());
 1572     resultType = llvm::Type::getVoidTy(getLLVMContext());
tools/clang/lib/CodeGen/CGObjCGNU.cpp
  821           llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext);
  825         llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext);
  834         llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext);
  842       llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext);
 1522       llvm::FunctionType::get(llvm::Type::getVoidTy(VMContext), false),
 2204   llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext);
 3796       llvm::FunctionType::get(llvm::Type::getVoidTy(VMContext), false),
tools/clang/lib/CodeGen/CodeGenModule.cpp
  104   VoidTy = llvm::Type::getVoidTy(LLVMContext);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2364       llvm::FunctionType::get(llvm::Type::getVoidTy(CGM.getLLVMContext()),
 2376       llvm::FunctionType::get(llvm::Type::getVoidTy(CGM.getLLVMContext()),
 2388       llvm::FunctionType::get(llvm::Type::getVoidTy(CGM.getLLVMContext()),
tools/clang/lib/CodeGen/TargetInfo.cpp
 9897   auto *FT = llvm::FunctionType::get(llvm::Type::getVoidTy(C), ArgTys, false);
 9955   auto *FT = llvm::FunctionType::get(llvm::Type::getVoidTy(C), ArgTys, false);
tools/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
  248     auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false);
  254     auto *RegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(),
  269     auto *FuncTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg*/ false);
  275     auto *UnRegFuncTy = FunctionType::get(Type::getVoidTy(C), getBinDescPtrTy(),
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
  248         llvm::Type::getVoidTy(m_module.getContext()), params, true);
  272         llvm::Type::getVoidTy(m_module.getContext()), params, true);
tools/lli/lli.cpp
  597         "exit", Type::getVoidTy(Context), Type::getInt32Ty(Context));
tools/llvm-stress/llvm-stress.cpp
  166   auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false);
tools/polly/lib/Exchange/JSONExporter.cpp
  601       {"void", Type::getVoidTy(LLVMContext)},
unittests/Analysis/AliasAnalysisTest.cpp
  169       FunctionType::get(Type::getVoidTy(C), std::vector<Type *>(), false);
unittests/Analysis/DivergenceAnalysisTest.cpp
   80       FunctionType::get(Type::getVoidTy(Context), {IntTy}, false);
unittests/Analysis/OrderedInstructionsTest.cpp
   27       FunctionType::get(Type::getVoidTy(Ctx), {B.getInt8PtrTy()}, false);
unittests/Analysis/PhiValuesTest.cpp
   23   Type *VoidTy = Type::getVoidTy(C);
   90   Type *VoidTy = Type::getVoidTy(C);
unittests/Analysis/ScalarEvolutionTest.cpp
   69   FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context),
  118   FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context),
  153       FunctionType::get(Type::getVoidTy(Context), std::vector<Type *>(), false);
  336       FunctionType::get(Type::getVoidTy(Context), std::vector<Type *>(), false);
  406       FunctionType::get(Type::getVoidTy(Context), {IntPtrTy, IntPtrTy}, false);
  444       FunctionType::get(Type::getVoidTy(Context), ArgTys, false);
  678   FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), {}, false);
  757       FunctionType::get(Type::getVoidTy(Context), {T_pint64}, false);
  831       FunctionType::get(Type::getVoidTy(Context), {T_pint64}, false);
  929       FunctionType::get(Type::getVoidTy(Context), {T_pint64}, false);
  989       FunctionType::get(Type::getVoidTy(Context), std::vector<Type *>(), false);
 1046   FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Types, false);
 1101   FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Types, false);
 1157       FunctionType::get(Type::getVoidTy(Context), {T_pint64}, false);
 1218       FunctionType::get(Type::getVoidTy(Context), { T_int64 }, false);
 1270       FunctionType::get(Type::getVoidTy(Context), { T_int64 }, false);
 1320       FunctionType::get(Type::getVoidTy(Context), { T_int64 }, false);
 1371       FunctionType::get(Type::getVoidTy(Context), { T_int64 }, false);
 1421       FunctionType::get(Type::getVoidTy(Context), { T_int64, T_int64 }, false);
unittests/Analysis/TBAATest.cpp
   35   FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), {});
unittests/Analysis/VectorUtilsTest.cpp
   71             FunctionType::get(Type::getVoidTy(Ctx), /* IsVarArg */ false),
unittests/CodeGen/MachineInstrTest.cpp
  156   auto Type = FunctionType::get(Type::getVoidTy(Ctx), false);
unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp
   22       Type::getVoidTy(Context),
unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp
  133         FunctionType::get(Type::getVoidTy(*TSCtx.getContext()), {}, false),
  141         FunctionType::get(Type::getVoidTy(*TSCtx.getContext()), {}, false),
  187           FunctionType::get(Type::getVoidTy(M.getContext()), {}, false),
  206         FunctionType::get(Type::getVoidTy(*TSCtx.getContext()), {}, false),
unittests/FuzzMutate/OperationsTest.cpp
  178   Function *F = Function::Create(FunctionType::get(Type::getVoidTy(Ctx), {},
  248   Function *F = Function::Create(FunctionType::get(Type::getVoidTy(Ctx), {},
  286   Function *F = Function::Create(FunctionType::get(Type::getVoidTy(Ctx), {},
unittests/IR/BasicBlockTest.cpp
   99   FunctionType *FT = FunctionType::get(Type::getVoidTy(Ctx), ArgTy1, false);
unittests/IR/CFGBuilder.cpp
   25   FunctionType *FTy = FunctionType::get(Type::getVoidTy(*Context), {}, false);
unittests/IR/ConstantsTest.cpp
  481   Type *VoidType(Type::getVoidTy(Context));
unittests/IR/FunctionTest.cpp
   20   FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), ArgTypes, false);
   50   FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), ArgTypes, false);
  126       Function::Create(llvm::FunctionType::get(llvm::Type::getVoidTy(C), false),
  142   Type *VoidType(Type::getVoidTy(Context));
unittests/IR/IRBuilderTest.cpp
   30     FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
  798   auto CalleeTy = FunctionType::get(Type::getVoidTy(Ctx),
unittests/IR/InstructionsTest.cpp
   73         FunctionType::get(Type::getVoidTy(Ctx), FArgTypes, false);
unittests/IR/LegacyPassManagerTest.cpp
  483           /*Result=*/Type::getVoidTy(Context),
unittests/IR/ManglerTest.cpp
   31   Type *VoidTy = Type::getVoidTy(Mod.getContext());
unittests/IR/MetadataTest.cpp
  121         FunctionType::get(Type::getVoidTy(Context), None, false),
  348   auto *FTy = FunctionType::get(Type::getVoidTy(Context), false);
  372       Function::Create(FunctionType::get(Type::getVoidTy(Context),
  376   auto *FTy = FunctionType::get(Type::getVoidTy(Context), false);
  407   auto *FTy = FunctionType::get(Type::getVoidTy(Context), false);
unittests/IR/PatternMatch.cpp
   43             FunctionType::get(Type::getVoidTy(Ctx), /* IsVarArg */ false),
unittests/IR/UserTest.cpp
  123   FunctionType *RetVoidTy = FunctionType::get(Type::getVoidTy(Context), false);
unittests/IR/VerifierTest.cpp
   28   FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
  140   FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
  176     auto *F = Function::Create(FunctionType::get(Type::getVoidTy(C), false),
unittests/IR/WaymarkTest.cpp
   28   FunctionType *FT = FunctionType::get(Type::getVoidTy(Context), true);
unittests/Linker/LinkModulesTest.cpp
  136       Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/);
  151       Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/);
unittests/ProfileData/InstrProfTest.cpp
  289   FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
  893   FunctionType *FTy = FunctionType::get(Type::getVoidTy(Ctx),
unittests/ProfileData/SampleProfTest.cpp
  129         FunctionType::get(Type::getVoidTy(Context), {}, false);
  287         FunctionType::get(Type::getVoidTy(Context), {}, false);
unittests/Transforms/Utils/CloningTest.cpp
  163   FunctionType *FT1 =  FunctionType::get(Type::getVoidTy(context), ArgTy1, false);
  188   FunctionType *FT1 =  FunctionType::get(Type::getVoidTy(context), ArgTy1, false);
  211   FunctionType *FT = FunctionType::get(Type::getVoidTy(context), ArgTy1, false);
  260   FunctionType *FT = FunctionType::get(Type::getVoidTy(context), ArgTy1, false);
  313   FunctionType *FT = FunctionType::get(Type::getVoidTy(context), ArgTy1, false);
  461     FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false);
  734     auto *FuncType = FunctionType::get(Type::getVoidTy(C), false);
unittests/Transforms/Utils/ValueMapperTest.cpp
  175       FunctionType::get(Type::getVoidTy(C), Type::getInt8Ty(C), false);
  234       FunctionType::get(Type::getVoidTy(C), Type::getInt8Ty(C), false);
  269       FunctionType::get(Type::getVoidTy(C), Type::getInt8Ty(C), false);
  288       FunctionType::get(Type::getVoidTy(C), Type::getInt8Ty(C), false);
  330   FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Int8, false);