|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/CodeGen/CGBlocks.cpp 1445 auto *Init = llvm::Function::Create(llvm::FunctionType::get(CGM.VoidTy,
2988 = llvm::FunctionType::get(VoidTy, args, false);
3001 = llvm::FunctionType::get(VoidTy, args, false);
tools/clang/lib/CodeGen/CGBuiltin.cpp 1066 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, {Int32Ty}, false);
4199 llvm::Type *RetTy = VoidTy;
6017 llvm::FunctionType::get(VoidTy, /*Variadic=*/false);
10146 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy,
12314 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
tools/clang/lib/CodeGen/CGCUDANV.cpp 164 VoidTy = CGM.VoidTy;
tools/clang/lib/CodeGen/CGCall.cpp 4432 auto *FnType = llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
tools/clang/lib/CodeGen/CGClass.cpp 796 llvm::FunctionType::get(CGM.VoidTy, Args, false);
1646 llvm::FunctionType::get(CGF.VoidTy, ArgTypes, false);
tools/clang/lib/CodeGen/CGDeclCXX.cpp 232 llvm::FunctionType *ty = llvm::FunctionType::get(CGM.VoidTy, false);
454 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
542 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
623 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
tools/clang/lib/CodeGen/CGException.cpp 35 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false);
44 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false);
53 llvm::FunctionType::get(VoidTy, /*isVarArg=*/false);
78 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false);
tools/clang/lib/CodeGen/CGExpr.cpp 3090 llvm::FunctionType::get(CGM.VoidTy, ArgTypes, false);
3143 llvm::FunctionType::get(VoidTy, {Int64Ty, Int8PtrTy, Int8PtrTy},
3150 llvm::FunctionType::get(VoidTy, {Int64Ty, Int8PtrTy}, false));
3167 llvm::FunctionType::get(VoidTy, {Int64Ty, Int8PtrTy, Int8PtrTy}, false),
3201 llvm::FunctionType::get(VoidTy, {VoidPtrTy, VoidPtrTy}, false),
tools/clang/lib/CodeGen/CGObjC.cpp 2174 llvm::FunctionType::get(CGF.VoidTy, /*variadic*/false);
3469 = llvm::FunctionType::get(VoidTy, VoidPtrTy, RequiredArgs::All);
3735 llvm::FunctionType *CheckFTy = llvm::FunctionType::get(VoidTy, {}, false);
tools/clang/lib/CodeGen/CGObjCGNU.cpp 1637 auto *Init = llvm::Function::Create(llvm::FunctionType::get(CGM.VoidTy,
tools/clang/lib/CodeGen/CGObjCMac.cpp 80 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy,
143 llvm::FunctionType::get(CGM.VoidTy, params, true),
154 llvm::FunctionType::get(CGM.VoidTy, params, true),
429 llvm::FunctionType::get(CGM.VoidTy, args, false);
436 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false);
555 llvm::FunctionType::get(CGM.VoidTy, params, false),
563 llvm::FunctionType::get(CGM.VoidTy, params, false),
713 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, false),
4326 return llvm::FunctionType::get(CGF.VoidTy, tys, false);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 1770 Kmpc_MicroTy = llvm::FunctionType::get(CGM.VoidTy, MicroParams, true);
1784 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ true);
1830 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1841 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1860 llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, /*isVarArg*/ false)
1864 auto *FnTy = llvm::FunctionType::get(CGM.VoidTy, FnTyArgs,
1876 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1893 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1901 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1911 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1920 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1929 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1937 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1953 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
1978 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2027 llvm::FunctionType::get(CGM.VoidTy, CpyTypeParams, /*isVarArg=*/false);
2032 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2041 auto *ReduceFnTy = llvm::FunctionType::get(CGM.VoidTy, ReduceTypeParams,
2058 auto *ReduceFnTy = llvm::FunctionType::get(CGM.VoidTy, ReduceTypeParams,
2076 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2087 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2098 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2109 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2118 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2126 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2142 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2150 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2159 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
2184 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2222 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ true);
2258 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2270 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2278 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2288 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2298 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2336 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2345 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2421 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
2455 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
2470 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2484 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
2499 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2513 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
2528 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2546 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
2577 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
2599 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
2616 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
2849 auto *DtorTy = llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy,
2856 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg*/ false);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 1489 llvm::FunctionType::get(CGM.VoidTy, {CGM.Int16Ty, CGM.Int32Ty},
1534 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1542 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1551 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1559 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1568 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1585 llvm::FunctionType::get(CGM.VoidTy, llvm::None, /*isVarArg*/ false);
1594 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1603 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1634 llvm::FunctionType::get(CGM.VoidTy, ShuffleReduceTypeParams,
1638 llvm::FunctionType::get(CGM.VoidTy, InterWarpCopyTypeParams,
1657 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
1677 llvm::FunctionType::get(CGM.VoidTy, ShuffleReduceTypeParams,
1681 llvm::FunctionType::get(CGM.VoidTy, InterWarpCopyTypeParams,
1686 llvm::FunctionType::get(CGM.VoidTy, GlobalListTypeParams,
1708 llvm::FunctionType::get(CGM.VoidTy, llvm::None, /*isVarArg*/ false);
1715 llvm::FunctionType::get(CGM.VoidTy, llvm::None, /*isVarArg*/ false);
1734 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
1744 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1751 llvm::FunctionType::get(CGM.VoidTy, llvm::None, /*isVarArg*/ false);
1759 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1783 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1792 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg=*/false);
1801 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1811 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
1826 llvm::FunctionType::get(CGM.VoidTy, CGM.Int32Ty, /*isVarArg=*/false);
tools/clang/lib/CodeGen/CGStmt.cpp 2264 ResultType = VoidTy;
tools/clang/lib/CodeGen/CGVTables.cpp 680 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
tools/clang/lib/CodeGen/CodeGenModule.cpp 104 VoidTy = llvm::Type::getVoidTy(LLVMContext);
1154 llvm::FunctionType* CtorFTy = llvm::FunctionType::get(VoidTy, false);
3170 FTy = llvm::FunctionType::get(VoidTy, false);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp 1215 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
1240 llvm::FunctionType::get(CGM.VoidTy, Args, /*isVarArg=*/false);
1304 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false);
1362 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false);
2028 llvm::FunctionType::get(CGM.VoidTy, NumElementsPtr.getType(), false);
2135 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false);
2147 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false);
2371 llvm::FunctionType::get(CGF.VoidTy, CGF.Int8PtrTy, false)->getPointerTo();
2423 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
2573 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
2637 llvm::FunctionType *InitFnTy = llvm::FunctionType::get(CGM.VoidTy, false);
4030 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
4312 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp 735 llvm::FunctionType::get(CGM.VoidTy, Args, /*isVarArg=*/false);
2331 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);