HomeSort by relevance Sort by last modified time
    Searched refs:VoidTy (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 39 using VoidTy = void;
45 using VoidTy = bool;
63 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
71 return asyncImpl([Task](VoidTy) mutable -> VoidTy {
73 return VoidTy();
81 inline std::shared_future<VoidTy> async(Function &&F) {
85 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); });
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 39 using VoidTy = void;
45 using VoidTy = bool;
63 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
71 return asyncImpl([Task](VoidTy) mutable -> VoidTy {
73 return VoidTy();
81 inline std::shared_future<VoidTy> async(Function &&F) {
85 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); });
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 39 using VoidTy = void;
45 using VoidTy = bool;
63 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
71 return asyncImpl([Task](VoidTy) mutable -> VoidTy {
73 return VoidTy();
81 inline std::shared_future<VoidTy> async(Function &&F) {
85 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); });
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 39 using VoidTy = void;
45 using VoidTy = bool;
63 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
71 return asyncImpl([Task](VoidTy) mutable -> VoidTy {
73 return VoidTy();
81 inline std::shared_future<VoidTy> async(Function &&F) {
85 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); });
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 39 using VoidTy = void;
45 using VoidTy = bool;
63 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
71 return asyncImpl([Task](VoidTy) mutable -> VoidTy {
73 return VoidTy();
81 inline std::shared_future<VoidTy> async(Function &&F) {
85 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); });
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 39 using VoidTy = void;
45 using VoidTy = bool;
63 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
71 return asyncImpl([Task](VoidTy) mutable -> VoidTy {
73 return VoidTy();
81 inline std::shared_future<VoidTy> async(Function &&F) {
85 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); });
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 39 using VoidTy = void;
45 using VoidTy = bool;
63 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
71 return asyncImpl([Task](VoidTy) mutable -> VoidTy {
73 return VoidTy();
81 inline std::shared_future<VoidTy> async(Function &&F) {
85 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); });
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 39 using VoidTy = void;
45 using VoidTy = bool;
63 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) {
71 return asyncImpl([Task](VoidTy) mutable -> VoidTy {
73 return VoidTy();
81 inline std::shared_future<VoidTy> async(Function &&F) {
85 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); });
    [all...]
  /external/llvm/include/llvm/Support/
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/
SanitizerStats.cpp 80 Type *VoidTy = Type::getVoidTy(M->getContext());
95 auto F = Function::Create(FunctionType::get(VoidTy, false),
100 FunctionType *StatInitTy = FunctionType::get(VoidTy, Int8PtrTy, false);
  /external/llvm/lib/Support/
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/
CodeGenTypeCache.h 34 llvm::Type *VoidTy;
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, fn, FI, args)
    [all...]
CGCUDANV.cpp 32 llvm::Type *IntTy, *SizeTy, *VoidTy;
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),
CGOpenMPRuntime.cpp 753 CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args);
763 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args);
    [all...]
CGObjCGNU.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_special_func.cpp 92 if (FD->getReturnType().getCanonicalType() != C.VoidTy) {
slang_rs_export_foreach.cpp 96 if (mResultType != C.VoidTy) {
182 mHasReturnType = (mResultType != C.VoidTy);
342 C.VoidTy) {
slang_rs_export_func.cpp 39 if (FD->getReturnType().getCanonicalType() != C.VoidTy) {
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 214 Type *VoidTy = Type::getVoidTy(*C);
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, Int32PtrTy, nullptr))
    [all...]
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);
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 77 auto VoidTy = m->getVoidType();
78 auto FuncTy = m->getFunctionType(VoidTy, nullptr, 0);
98 auto Func = b.MakeFunctionDefinition(VoidTy, FunctionControl::None, FuncTy);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.cpp 22 VoidTy(C, Type::VoidTyID),
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 87 TypeVoidInst *VoidTy = m->getVoidType();
88 TypeFunctionInst *FuncTy = m->getFunctionType(VoidTy, nullptr, 0);
90 b.MakeFunctionDefinition(VoidTy, FunctionControl::None, FuncTy);
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 67 Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(),

Completed in 1437 milliseconds

1 2 3 4