reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2229   void InitTempAlloca(Address Alloca, llvm::Value *Value);

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2743       CGF.InitTempAlloca(NullVal, llvm::Constant::getNullValue(RetTy));
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 3088     CGF.InitTempAlloca(ZeroAddrBound, CGF.Builder.getInt32(/*C*/ 0));
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 1432   CGF.InitTempAlloca(ExecStatus, Bld.getInt8(/*C=*/0));
 1433   CGF.InitTempAlloca(WorkFn, llvm::Constant::getNullValue(CGF.Int8PtrTy));
 2465   CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
 2495   CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
 2505     CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
 2664   CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
 2674     CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
 4577   CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  846     InitTempAlloca(ReturnLocation, llvm::ConstantPointerNull::get(Int8PtrTy));