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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h2261 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");
2262 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,
H A DCGExpr.cpp151 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, function in class:CodeGenFunction
156 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, function in class:CodeGenFunction
158 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty),
H A DCGCall.cpp3975 Address Addr = CreateMemTempWithoutCast(
4033 Address AI = CreateMemTempWithoutCast(

Completed in 218 milliseconds