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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp46 CGF.CreateDefaultAlignTempAlloca(V->getType(), "saved-rvalue");
56 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex");
H A DCGExpr.cpp74 /// CreateDefaultAlignTempAlloca - This creates an alloca with the
78 Address CodeGenFunction::CreateDefaultAlignTempAlloca(llvm::Type *Ty, function in class:CodeGenFunction
2372 Address Ptr = CreateDefaultAlignTempAlloca(V->getType());
H A DCodeGenFunction.h1700 Address CreateDefaultAlignTempAlloca(llvm::Type *Ty,

Completed in 3587 milliseconds