Home
last modified time | relevance | path

Searched refs:CreateMemTempWithoutCast (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5266 SRetPtr = CreateMemTempWithoutCast(RetTy, "tmp"); in EmitCall()
5356 RawAddress Addr = CreateMemTempWithoutCast( in EmitCall()
5448 RawAddress AI = CreateMemTempWithoutCast( in EmitCall()
H A DCodeGenFunction.h2897 RawAddress CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");
2898 RawAddress CreateMemTempWithoutCast(QualType T, CharUnits Align,
H A DCGExpr.cpp189 RawAddress CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction
195 RawAddress CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction
197 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
H A DCGExprAgg.cpp308 RetAddr = CGF.CreateMemTempWithoutCast(RetTy, "tmp"); in withReturnValueSlot()