Searched refs:VoidTy (Results 1 – 7 of 7) sorted by relevance
96 if (mResultType != C.VoidTy) { in validateAndConstructOldStyleParams()182 mHasReturnType = (mResultType != C.VoidTy); in validateAndConstructKernelParams()342 C.VoidTy) { in Create()
92 if (FD->getReturnType().getCanonicalType() != C.VoidTy) { in validateSpecialFuncDecl()
39 if (FD->getReturnType().getCanonicalType() != C.VoidTy) { in ValidateFuncDecl()
358 const clang::QualType VoidPtrType = mCtx.getPointerType(mCtx.VoidTy); in markUsedByReducePragma()
168 mASTCtxt.VoidTy, // Return type in CreateForEachInternalFunctionDecl()
1745 clang::QualType T = mCtx.getFunctionType(mCtx.VoidTy, in CreateStaticGlobalDtor()
326 llvm::Type *VoidTy = llvm::Type::getVoidTy(*Context); in buildTypes() local330 ExpandedForEachType = llvm::FunctionType::get(VoidTy, in buildTypes()369 llvm::Type *VoidTy = llvm::Type::getVoidTy(*Context); in createEmptyExpandedReduceAccumulator() local371 llvm::FunctionType::get(VoidTy, in createEmptyExpandedReduceAccumulator()1238 llvm::Type *VoidTy = llvm::Type::getVoidTy(*Context); in CreateReduceCombinerFromAccumulator() local1240 llvm::FunctionType::get(VoidTy, { AccumulatorArgType, AccumulatorArgType }, false); in CreateReduceCombinerFromAccumulator()