Searched refs:CreateMemTempWithoutCast (Results 1 – 4 of 4) sorted by relevance
5266 SRetPtr = CreateMemTempWithoutCast(RetTy, "tmp"); in EmitCall()5356 RawAddress Addr = CreateMemTempWithoutCast( in EmitCall()5448 RawAddress AI = CreateMemTempWithoutCast( in EmitCall()
2897 RawAddress CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");2898 RawAddress CreateMemTempWithoutCast(QualType T, CharUnits Align,
189 RawAddress CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction195 RawAddress CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction197 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
308 RetAddr = CGF.CreateMemTempWithoutCast(RetTy, "tmp"); in withReturnValueSlot()