reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2229 void InitTempAlloca(Address Alloca, llvm::Value *Value);
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.cpp1432 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));