Searched refs:VarTy (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1919 QualType VarTy;
1921 VarTy = Rec.second.FD->getType();
1927 VarTy =
1930 Address(Ptr, CGM.getContext().getDeclAlign(Rec.first)), VarTy,
1950 Address LocalAddr = CGF.CreateMemTemp(VarTy, Rec.second.FD->getName());
4254 llvm::Type *VarTy = CGF.ConvertTypeForMem(VD->getType());
4256 CGM.getModule(), VarTy, /*isConstant=*/false,
4257 llvm::GlobalValue::InternalLinkage, llvm::Constant::getNullValue(VarTy),
4265 GV, VarTy->getPointerTo(CGM.getContext().getTargetAddressSpace(
H A DCodeGenFunction.h978 QualType VarTy = LocalVD->getType(); local
979 if (VarTy->isReferenceType()) {
980 Address Temp = CGF.CreateMemTemp(VarTy);
H A DCGStmtOpenMP.cpp559 QualType VarTy = Var->getType(); local
563 } else if (!VarTy->isVariablyModifiedType() || !VarTy->isPointerType()) {
1664 llvm::Type *VarTy = VDAddr.getElementType(); local
1667 llvm::ConstantInt *Size = CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy));
H A DCGExpr.cpp2699 llvm::Type *VarTy = getTypes().ConvertTypeForMem(VD->getType()); local
2701 VarTy, getContext().getTargetAddressSpace(VD->getType()));
H A DCGOpenMPRuntime.cpp1733 llvm::Type *VarTy = VDAddr.getElementType();
1737 CGM.getSize(CGM.GetTargetTypeStoreSize(VarTy)),

Completed in 154 milliseconds