Searched defs:allocaTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp1030 llvm::Type *allocaTy; local
1033 allocaTy = byrefInfo.Type;
1036 allocaTy = ConvertTypeForMem(Ty);
1043 address = CreateTempAlloca(allocaTy, allocaAlignment);
1055 uint64_t size = CGM.getDataLayout().getTypeAllocSize(allocaTy);

Completed in 44 milliseconds