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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2297 llvm::Type *RealVarTy, SourceLocation Loc) {
2299 Addr = CGF.Builder.CreateElementBitCast(Addr, RealVarTy);
2380 llvm::Type *RealVarTy = CGF.getTypes().ConvertTypeForMem(VD->getType()); local
2381 V = EmitBitCastOfLValueToProperType(CGF, V, RealVarTy);
2388 return EmitThreadPrivateVarDeclLValue(CGF, VD, T, Addr, RealVarTy,
2295 EmitThreadPrivateVarDeclLValue( CodeGenFunction &CGF, const VarDecl *VD, QualType T, Address Addr, llvm::Type *RealVarTy, SourceLocation Loc) argument

Completed in 90 milliseconds