Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.cpp294 Address active = CreateTempAllocaWithoutCast( in createCleanupActiveFlag()
H A DCGExpr.cpp69 Address CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty, in CreateTempAllocaWithoutCast() function in CodeGenFunction
84 auto Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca()
161 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name); in CreateMemTempWithoutCast()
H A DCodeGenFunction.h2571 Address CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,