HomeSort by: relevance | last modified time | path
    Searched refs:CreateMemTempWithoutCast (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 4752 Address Addr = CreateMemTempWithoutCast(
4780 Address Addr = CreateMemTempWithoutCast(
4838 Address AI = CreateMemTempWithoutCast(
CGExpr.cpp 170 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty, CharUnits Align,
175 Address CodeGenFunction::CreateMemTempWithoutCast(QualType Ty,
177 return CreateMemTempWithoutCast(Ty, getContext().getTypeAlignInChars(Ty),
CodeGenFunction.h 2551 Address CreateMemTempWithoutCast(QualType T, const Twine &Name = "tmp");
2552 Address CreateMemTempWithoutCast(QualType T, CharUnits Align,

Completed in 217 milliseconds