Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4908 Address Addr = CreateMemTempWithoutCast( in EmitCall()
4933 Address Addr = CreateMemTempWithoutCast( in EmitCall()
4995 Address AI = CreateMemTempWithoutCast( in EmitCall()
H A DCGExpr.cpp159 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction
164 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction
166 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
H A DCodeGenFunction.h2608 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");
2609 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,