Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp191 Type *AllocatedType = in alignAndPadAlloca() local
198 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h59 Type *AllocatedType; variable
118 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()
121 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp1491 AllocatedType(Ty) { in AllocaInst()
1501 AllocatedType(Ty) { in AllocaInst()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h3267 SourceRange TypeIdParens, QualType AllocatedType, in RebuildCXXNewExpr() argument
3276 AllocatedType, in RebuildCXXNewExpr()