Searched refs:CreateMemTempWithoutCast (Results 1 – 3 of 3) sorted by relevance
4855 Address Addr = CreateMemTempWithoutCast( in EmitCall()4880 Address Addr = CreateMemTempWithoutCast( in EmitCall()4938 Address AI = CreateMemTempWithoutCast( in EmitCall()
158 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction163 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction165 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
2606 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");2607 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,