Searched refs:CreateMemTempWithoutCast (Results 1 – 3 of 3) sorted by relevance
151 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction156 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction158 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
2227 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");2228 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,
3938 Address Addr = CreateMemTempWithoutCast( in EmitCall()3997 Address AI = CreateMemTempWithoutCast( in EmitCall()