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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1463 CGF.InitTempAlloca(NullVal, llvm::Constant::getNullValue(RetTy));
H A DCGOpenMPRuntime.cpp1299 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
H A DCodeGenFunction.h1596 /// InitTempAlloca - Provide an initial value for the given alloca which
1603 void InitTempAlloca(Address Alloca, llvm::Value *Value);
H A DCGExpr.cpp84 void CodeGenFunction::InitTempAlloca(Address Var, llvm::Value *Init) { function in class:CodeGenFunction

Completed in 143 milliseconds