Home
last modified time | relevance | path

Searched refs:allocaTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1554 llvm::Type *allocaTy; in EmitAutoVarAlloca() local
1557 allocaTy = byrefInfo.Type; in EmitAutoVarAlloca()
1560 allocaTy = ConvertTypeForMem(Ty); in EmitAutoVarAlloca()
1567 address = CreateTempAlloca(allocaTy, allocaAlignment, D.getName(), in EmitAutoVarAlloca()
1594 llvm::TypeSize Size = CGM.getDataLayout().getTypeAllocSize(allocaTy); in EmitAutoVarAlloca()