Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp217 Type *AllocatedType = in alignAndPadAlloca() local
224 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h62 Type *AllocatedType; variable
115 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
118 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1221 AllocatedType(Ty) { in AllocaInst()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3407 SourceRange TypeIdParens, QualType AllocatedType, in RebuildCXXNewExpr() argument
3416 AllocatedType, in RebuildCXXNewExpr()