Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5120 Address Addr = CreateMemTempWithoutCast( in EmitCall()
5142 Address Addr = CreateMemTempWithoutCast( in EmitCall()
5206 Address AI = CreateMemTempWithoutCast( in EmitCall()
H A DCodeGenFunction.h2676 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");
2677 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,
H A DCGExpr.cpp157 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction
162 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction
164 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()