/external/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 54 using VoidTy = void; 60 using VoidTy = bool; 78 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) { 86 return asyncImpl([Task](VoidTy) mutable -> VoidTy { 88 return VoidTy(); 96 inline std::shared_future<VoidTy> async(Function &&F) { 100 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); }); [all...] |
/external/llvm/lib/Transforms/Utils/ |
H A D | SanitizerStats.cpp | 80 Type *VoidTy = Type::getVoidTy(M->getContext()); local 95 auto F = Function::Create(FunctionType::get(VoidTy, false), 100 FunctionType *StatInitTy = FunctionType::get(VoidTy, Int8PtrTy, false);
|
/external/llvm/lib/Support/ |
H A D | ThreadPool.cpp | 85 std::shared_future<ThreadPool::VoidTy> ThreadPool::asyncImpl(TaskTy Task) { 139 std::shared_future<ThreadPool::VoidTy> ThreadPool::asyncImpl(TaskTy Task) {
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 34 llvm::Type *VoidTy; member in struct:clang::CodeGen::CodeGenTypeCache
|
H A D | CGDeclCXX.cpp | 198 llvm::FunctionType *ty = llvm::FunctionType::get(CGM.VoidTy, false); 212 CGF.StartFunction(&VD, CGM.getContext().VoidTy, fn, FI, FunctionArgList()); 331 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false); 416 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false); 483 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false); 505 StartFunction(GlobalDecl(D), getContext().VoidTy, Fn, 528 StartFunction(GlobalDecl(), getContext().VoidTy, Fn, 579 StartFunction(GlobalDecl(), getContext().VoidTy, Fn, 610 CGM.getTypes().arrangeBuiltinFunctionDeclaration(getContext().VoidTy, args); 617 StartFunction(VD, getContext().VoidTy, f [all...] |
H A D | CGCUDANV.cpp | 32 llvm::Type *IntTy, *SizeTy, *VoidTy; member in class:__anon1555::CGNVCUDARuntime 92 VoidTy = llvm::Type::getVoidTy(Context); 183 llvm::FunctionType::get(VoidTy, VoidPtrPtrTy, false), 270 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), 344 llvm::FunctionType::get(VoidTy, VoidPtrPtrTy, false), 348 llvm::FunctionType::get(VoidTy, VoidPtrTy, false),
|
H A D | CGOpenMPRuntime.cpp | 753 CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args); 763 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args); 1050 Kmpc_MicroTy = llvm::FunctionType::get(CGM.VoidTy, MicroParams, true); 1065 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ true); 1095 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); 1106 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); 1124 llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, /*isVarArg*/ false) 1128 auto FnTy = llvm::FunctionType::get(CGM.VoidTy, FnTyArgs, 1140 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); 1157 llvm::FunctionType::get(CGM.VoidTy, TypeParam [all...] |
H A D | CGObjCGNU.cpp | 751 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); local 755 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy, nullptr); 757 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, 760 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); local 764 ExitCatchFn.init(&CGM, "objc_end_catch", VoidTy, nullptr); 766 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy, 769 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); local 770 SetPropertyAtomic.init(&CGM, "objc_setProperty_atomic", VoidTy, IdTy, 772 SetPropertyAtomicCopy.init(&CGM, "objc_setProperty_atomic_copy", VoidTy, 774 SetPropertyNonAtomic.init(&CGM, "objc_setProperty_nonatomic", VoidTy, 989 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); local [all...] |
H A D | CGObjC.cpp | 503 CGF.getContext().VoidTy, 593 CGF.EmitCall(CGF.getTypes().arrangeBuiltinFunctionCall(Context.VoidTy, args), 858 CGF.getTypes().arrangeBuiltinFunctionCall(CGF.getContext().VoidTy, args), 1073 CGF.getTypes().arrangeBuiltinFunctionCall(CGF.getContext().VoidTy, args), 1109 CGF.getTypes().arrangeBuiltinFunctionCall(CGF.getContext().VoidTy, args), 1239 EmitCall(getTypes().arrangeBuiltinFunctionCall(getContext().VoidTy, args), 1250 EmitCall(getTypes().arrangeBuiltinFunctionCall(getContext().VoidTy, args), 1610 CGM.getTypes().arrangeBuiltinFunctionCall(getContext().VoidTy, Args2), 1787 llvm::FunctionType::get(CGM.VoidTy, None, true); 1992 llvm::FunctionType::get(CGF.VoidTy, /*variadi [all...] |
H A D | CGOpenMPRuntimeNVPTX.cpp | 137 CGF.StartFunction(GlobalDecl(), Ctx.VoidTy, WST.WorkerFn, *WST.CGFI, {}); 277 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
|
H A D | CGBlocks.cpp | 1335 CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, args); 1351 SourceLocation(), II, C.VoidTy, 1359 StartFunction(FD, C.VoidTy, Fn, FI, args); 1511 CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, args); 1526 SourceLocation(), II, C.VoidTy, 1534 StartFunction(FD, C.VoidTy, Fn, FI, args); 1785 QualType R = Context.VoidTy; 1862 QualType R = Context.VoidTy; 2330 = llvm::FunctionType::get(VoidTy, args, false); 2342 = llvm::FunctionType::get(VoidTy, arg [all...] |
H A D | CGException.cpp | 36 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*IsVarArgs=*/false); 45 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*IsVarArgs=*/false); 54 llvm::FunctionType::get(VoidTy, /*IsVarArgs=*/false); 79 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*IsVarArgs=*/false); 1430 CGM.getTypes().arrangeBuiltinFunctionCall(Context.VoidTy, Args); 1655 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy;
|
H A D | ItaniumCXXABI.cpp | 1042 llvm::FunctionType::get(CGM.VoidTy, /*IsVarArgs=*/false); 1067 llvm::FunctionType::get(CGM.VoidTy, Args, /*IsVarArgs=*/false); 1131 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false); 1189 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false); 1770 llvm::FunctionType::get(CGM.VoidTy, NumElementsPtr.getType(), false); 1876 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); 1887 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); 2106 llvm::FunctionType::get(CGF.VoidTy, CGF.Int8PtrTy, false)->getPointerTo(); 2234 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false); 2289 llvm::FunctionType *FnTy = llvm::FunctionType::get(CGM.VoidTy, fals [all...] |
H A D | CGVTables.cpp | 604 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false); 616 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
|
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 214 Type *VoidTy = Type::getVoidTy(*C); local 222 M.getOrInsertFunction(SanCovName, VoidTy, Int32PtrTy, nullptr)); 224 M.getOrInsertFunction(SanCovWithCheckName, VoidTy, Int32PtrTy, nullptr)); 226 M.getOrInsertFunction(SanCovTracePCIndirName, VoidTy, IntptrTy, nullptr)); 229 SanCovIndirCallName, VoidTy, IntptrTy, IntptrTy, nullptr)); 232 SanCovTraceCmpName, VoidTy, Int64Ty, Int64Ty, Int64Ty, nullptr)); 235 SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy, nullptr)); 243 M.getOrInsertFunction(SanCovTracePCName, VoidTy, nullptr)); 245 M.getOrInsertFunction(SanCovTraceEnterName, VoidTy, Int32PtrTy, nullptr)); 247 M.getOrInsertFunction(SanCovTraceBBName, VoidTy, Int32PtrT [all...] |
H A D | InstrProfiling.cpp | 504 auto *VoidTy = Type::getVoidTy(M->getContext()); 507 auto *RegisterFTy = FunctionType::get(VoidTy, false); 514 auto *RuntimeRegisterTy = FunctionType::get(VoidTy, VoidPtrTy, false); 527 FunctionType::get(VoidTy, makeArrayRef(ParamTypes), false); 610 auto *VoidTy = Type::getVoidTy(M->getContext()); 611 auto *F = Function::Create(FunctionType::get(VoidTy, false), 625 auto *SetNameTy = FunctionType::get(VoidTy, Int8PtrTy, false);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
H A D | LLVMContextImpl.cpp | 22 VoidTy(C, Type::VoidTyID),
|
H A D | LLVMContextImpl.h | 172 Type VoidTy, LabelTy, FloatTy, DoubleTy, MetadataTy; member in class:llvm::LLVMContextImpl
|
/external/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 67 Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(),
|
/external/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 207 CallExpr *CE = new (C) CallExpr(C, ICE, None, C.VoidTy, VK_RValue, 269 CallExpr *CE = new (C) CallExpr(C, ICE, None, C.VoidTy, VK_RValue,
|
/external/llvm/lib/IR/ |
H A D | LLVMContextImpl.cpp | 26 VoidTy(C, Type::VoidTyID),
|
/external/clang/unittests/Sema/ |
H A D | ExternalSemaSourceTest.cpp | 167 Context.getFunctionType(Context.VoidTy, {}, {}), nullptr, SC_Static);
|
/external/turbine/java/com/google/turbine/tree/ |
H A D | Tree.java | 194 public static class VoidTy extends Type { class in class:Tree 206 public VoidTy(int position) { method in class:Tree.VoidTy 947 O visitVoidTy(VoidTy primTy, I input);
|
H A D | Pretty.java | 108 public Void visitVoidTy(Tree.VoidTy primTy, Void input) {
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 89 if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy)
|