Searched refs:CreateTempAllocaWithoutCast (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp279 Address active = CreateTempAllocaWithoutCast(
H A DCGExpr.cpp64 Address CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty, function in class:CodeGenFunction
79 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize);
153 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name);
H A DCodeGenFunction.h2207 /// The cast is not performaed in CreateTempAllocaWithoutCast. This is
2215 Address CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,

Completed in 145 milliseconds