Searched refs:CreateMemTempWithoutCast (Results 1 – 3 of 3) sorted by relevance
5120 Address Addr = CreateMemTempWithoutCast( in EmitCall()5142 Address Addr = CreateMemTempWithoutCast( in EmitCall()5206 Address AI = CreateMemTempWithoutCast( in EmitCall()
2676 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");2677 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,
157 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction162 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction164 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()