Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp286 Address active = CreateTempAllocaWithoutCast( in createCleanupActiveFlag()
H A DCGExpr.cpp64 Address CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty, in CreateTempAllocaWithoutCast() function in CodeGenFunction
79 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca()
153 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name); in CreateMemTempWithoutCast()
H A DCodeGenFunction.h2181 Address CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,