Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp4462 Address Addr = CreateMemTempWithoutCast( in EmitCall()
4490 Address Addr = CreateMemTempWithoutCast( in EmitCall()
4548 Address AI = CreateMemTempWithoutCast( in EmitCall()
DCGExpr.cpp168 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align, in CreateMemTempWithoutCast() function in CodeGenFunction
173 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, in CreateMemTempWithoutCast() function in CodeGenFunction
175 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty), in CreateMemTempWithoutCast()
DCodeGenFunction.h2507 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");
2508 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,