Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4752 Address Addr = CreateMemTempWithoutCast( in EmitCall()
4780 Address Addr = CreateMemTempWithoutCast( in EmitCall()
4838 Address AI = CreateMemTempWithoutCast( in EmitCall()
H A DCGExpr.cpp170 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction
175 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction
177 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
H A DCodeGenFunction.h2551 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");
2552 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,