Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp277 Address active = CreateTempAllocaWithoutCast( in createCleanupActiveFlag()
DCGExpr.cpp65 Address CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty, in CreateTempAllocaWithoutCast() function in CodeGenFunction
80 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca()
170 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name); in CreateMemTempWithoutCast()
DCodeGenFunction.h2461 Address CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,