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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp 282 Address active = CreateTempAllocaWithoutCast(
CGExpr.cpp 67 Address CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty,
82 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize);
172 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name);
CodeGenFunction.h 2497 /// The cast is not performaed in CreateTempAllocaWithoutCast. This is
2505 Address CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,

Completed in 22 milliseconds