Searched refs:ASTTy (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2259 QualType ASTTy = D->getType(); in GetAddrOfGlobalVar() local 2261 Ty = getTypes().ConvertTypeForMem(ASTTy); in GetAddrOfGlobalVar() 2264 llvm::PointerType::get(Ty, getContext().getTargetAddressSpace(ASTTy)); in GetAddrOfGlobalVar() 2389 QualType ASTTy = D->getType(); in EmitGlobalVarDefinition() local 2390 CXXRecordDecl *RD = ASTTy->getBaseElementTypeUnsafe()->getAsCXXRecordDecl(); in EmitGlobalVarDefinition() 2402 Init = llvm::UndefValue::get(getTypes().ConvertType(ASTTy)); in EmitGlobalVarDefinition() 2413 assert(!ASTTy->isIncompleteType() && "Unexpected incomplete type"); in EmitGlobalVarDefinition() 2468 GetGlobalVarAddressSpace(D, getContext().getTargetAddressSpace(ASTTy))) { in EmitGlobalVarDefinition()
|
D | CGOpenMPRuntime.cpp | 1780 QualType ASTTy = VD->getType(); in emitThreadPrivateVarDefinition() local 1805 CtorCGF.ConvertTypeForMem(ASTTy)); in emitThreadPrivateVarDefinition() 1837 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition() 1838 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition() 1839 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitThreadPrivateVarDefinition()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 3904 QualType ASTTy = D->getType(); in GetAddrOfGlobalVar() local 3906 Ty = getTypes().ConvertTypeForMem(ASTTy); in GetAddrOfGlobalVar() 3909 llvm::PointerType::get(Ty, getContext().getTargetAddressSpace(ASTTy)); in GetAddrOfGlobalVar() 4104 QualType ASTTy = D->getType(); in EmitGlobalVarDefinition() local 4105 if (getLangOpts().OpenCL && ASTTy->isSamplerT()) in EmitGlobalVarDefinition() 4143 Init = llvm::UndefValue::get(getTypes().ConvertType(ASTTy)); in EmitGlobalVarDefinition() 4145 Init = llvm::UndefValue::get(getTypes().ConvertType(ASTTy)); in EmitGlobalVarDefinition() 4156 assert(!ASTTy->isIncompleteType() && "Unexpected incomplete type"); in EmitGlobalVarDefinition() 4383 QualType ASTTy = D->getType(); in EmitExternalVarDeclaration() local 4386 llvm::PointerType::get(Ty, getContext().getTargetAddressSpace(ASTTy)); in EmitExternalVarDeclaration()
|
D | CGOpenMPRuntime.cpp | 1759 QualType ASTTy = VD->getType(); in emitThreadPrivateVarDefinition() local 1786 Arg, CtorCGF.ConvertTypeForMem(ASTTy)); in emitThreadPrivateVarDefinition() 1820 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy, in emitThreadPrivateVarDefinition() 1821 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition() 1822 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitThreadPrivateVarDefinition() 1888 QualType ASTTy = VD->getType(); in emitDeclareTargetVarDefinition() local 1963 ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitDeclareTargetVarDefinition() 1964 DtorCGF.needsEHCleanup(ASTTy.isDestructedType())); in emitDeclareTargetVarDefinition()
|