Searched refs:CreateMemTempWithoutCast (Results 1 – 3 of 3) sorted by relevance
4908 Address Addr = CreateMemTempWithoutCast( in EmitCall()4933 Address Addr = CreateMemTempWithoutCast( in EmitCall()4995 Address AI = CreateMemTempWithoutCast( in EmitCall()
159 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction164 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction166 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
2608 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");2609 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,