Searched refs:CreateMemTempWithoutCast (Results 1 – 3 of 3) sorted by relevance
170 RawAddress CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction176 RawAddress CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction178 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
2861 RawAddress CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");2862 RawAddress CreateMemTempWithoutCast(QualType T, CharUnits Align,
5164 RawAddress Addr = CreateMemTempWithoutCast( in EmitCall()5255 RawAddress AI = CreateMemTempWithoutCast( in EmitCall()