Searched refs:CreateMemTempWithoutCast (Results 1 – 3 of 3) sorted by relevance
4752 Address Addr = CreateMemTempWithoutCast( in EmitCall()4780 Address Addr = CreateMemTempWithoutCast( in EmitCall()4838 Address AI = CreateMemTempWithoutCast( in EmitCall()
170 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction175 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction177 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
2551 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");2552 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,