Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp151 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction
156 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction
158 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
H A DCodeGenFunction.h2227 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");
2228 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,
H A DCGCall.cpp3938 Address Addr = CreateMemTempWithoutCast( in EmitCall()
3997 Address AI = CreateMemTempWithoutCast( in EmitCall()