Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp282 Address active = CreateTempAllocaWithoutCast( in createCleanupActiveFlag()
H A DCGExpr.cpp67 Address CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty, in CreateTempAllocaWithoutCast() function in CodeGenFunction
82 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca()
172 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name); in CreateMemTempWithoutCast()
H A DCodeGenFunction.h2505 Address CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,