Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp1019 llvm::Type *allocaTy; in EmitAutoVarAlloca() local
1022 allocaTy = byrefInfo.Type; in EmitAutoVarAlloca()
1025 allocaTy = ConvertTypeForMem(Ty); in EmitAutoVarAlloca()
1032 address = CreateTempAlloca(allocaTy, allocaAlignment); in EmitAutoVarAlloca()
1044 uint64_t size = CGM.getDataLayout().getTypeAllocSize(allocaTy); in EmitAutoVarAlloca()