Home
last modified time | relevance | path

Searched refs:AllocatedType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DValue.cpp682 Type *AllocatedType = AI->getAllocatedType(); in getPointerAlignment() local
683 if (AllocatedType->isSized()) in getPointerAlignment()
684 Align = DL.getPrefTypeAlignment(AllocatedType); in getPointerAlignment()
H A DInstructions.cpp1086 AllocatedType(Ty) { in AllocaInst()
1097 AllocatedType(Ty) { in AllocaInst()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h61 Type *AllocatedType; variable
106 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
109 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h2717 QualType AllocatedType, in RebuildCXXNewExpr() argument
2727 AllocatedType, in RebuildCXXNewExpr()