Searched refs:CreateMemTempWithoutCast (Results 1 – 3 of 3) sorted by relevance
4462 Address Addr = CreateMemTempWithoutCast( in EmitCall()4490 Address Addr = CreateMemTempWithoutCast( in EmitCall()4548 Address AI = CreateMemTempWithoutCast( in EmitCall()
168 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction173 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction175 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
2507 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");2508 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,