Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4855 Address Addr = CreateMemTempWithoutCast( in EmitCall()
4880 Address Addr = CreateMemTempWithoutCast( in EmitCall()
4938 Address AI = CreateMemTempWithoutCast( in EmitCall()
H A DCGExpr.cpp158 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction
163 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction
165 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
H A DCodeGenFunction.h2606 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");
2607 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,