Searched refs:CreateTempAllocaWithoutCast (Results 1 – 3 of 3) sorted by relevance
270 RawAddress active = CreateTempAllocaWithoutCast( in createCleanupActiveFlag()
75 CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits Align, in CreateTempAllocaWithoutCast() function in CodeGenFunction89 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca()173 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name); in CreateMemTempWithoutCast()
2823 RawAddress CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,