Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp299 Address active = CreateTempAllocaWithoutCast( in createCleanupActiveFlag()
H A DCGExpr.cpp68 Address CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty, in CreateTempAllocaWithoutCast() function in CodeGenFunction
83 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca()
159 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name); in CreateMemTempWithoutCast()
H A DCodeGenFunction.h2639 Address CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,