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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2199   llvm::AllocaInst *CreateTempAlloca(llvm::Type *Ty, const Twine &Name = "tmp",

References

tools/clang/lib/CodeGen/CGCall.cpp
 3841       AI = CreateTempAlloca(ArgStruct, "argmem");
tools/clang/lib/CodeGen/CGCoroutine.cpp
  235         CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh"));
tools/clang/lib/CodeGen/CGException.cpp
  405     ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
  411     EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
 1382     SavedExnVar = CGF.CreateTempAlloca(CGF.Int8PtrTy, "finally.exn");
 1402   ForEHVar = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "finally.for-eh");
tools/clang/lib/CodeGen/CGExpr.cpp
   68   auto Alloca = CreateTempAlloca(Ty, Name, ArraySize);
tools/clang/lib/CodeGen/CGGPUBuiltin.cpp
  108     llvm::Value *Alloca = CreateTempAlloca(AllocaTy);