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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2205   Address CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  279   Address active = CreateTempAllocaWithoutCast(
tools/clang/lib/CodeGen/CGExpr.cpp
   79   auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize);
  153   return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name);