Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp170 RawAddress CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction
176 RawAddress CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction
178 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
H A DCodeGenFunction.h2861 RawAddress CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");
2862 RawAddress CreateMemTempWithoutCast(QualType T, CharUnits Align,
H A DCGCall.cpp5164 RawAddress Addr = CreateMemTempWithoutCast( in EmitCall()
5255 RawAddress AI = CreateMemTempWithoutCast( in EmitCall()