Searched refs:ASTTy (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 4069 QualType ASTTy = D->getType(); in GetAddrOfGlobalVar() local 4071 Ty = getTypes().ConvertTypeForMem(ASTTy); in GetAddrOfGlobalVar() 4075 getContext().getTargetAddressSpace(ASTTy), D, in GetAddrOfGlobalVar() 4272 QualType ASTTy = D->getType(); in EmitGlobalVarDefinition() local 4273 if (getLangOpts().OpenCL && ASTTy->isSamplerT()) in EmitGlobalVarDefinition() 4310 Init = llvm::UndefValue::get(getTypes().ConvertTypeForMem(ASTTy)); in EmitGlobalVarDefinition() 4312 Init = llvm::UndefValue::get(getTypes().ConvertTypeForMem(ASTTy)); in EmitGlobalVarDefinition() 4323 assert(!ASTTy->isIncompleteType() && "Unexpected incomplete type"); in EmitGlobalVarDefinition() 4500 QualType ASTTy = D->getType(); in EmitExternalVarDeclaration() local 4503 D->getName(), Ty, getContext().getTargetAddressSpace(ASTTy), D); in EmitExternalVarDeclaration()
|
H A D | CGDecl.cpp | 2640 QualType ASTTy = VD->getType(); in EmitOMPAllocateDecl() local 2647 llvm::Type *Ty = getTypes().ConvertTypeForMem(ASTTy); in EmitOMPAllocateDecl()
|
H A D | CGOpenMPRuntime.cpp | 1775 QualType ASTTy = VD->getType(); in emitThreadPrivateVarDefinition() local 1802 Arg, CtorCGF.ConvertTypeForMem(ASTTy)); in emitThreadPrivateVarDefinition() 1836 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition() 1837 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition() 1838 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitThreadPrivateVarDefinition() 1904 QualType ASTTy = VD->getType(); in emitDeclareTargetVarDefinition() local 1979 ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitDeclareTargetVarDefinition() 1980 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitDeclareTargetVarDefinition()
|