Home
last modified time | relevance | path

Searched defs:AllocatedType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h62 Type *AllocatedType; global() variable
/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp217 Type *AllocatedType = alignAndPadAlloca() local
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3404 RebuildCXXNewExpr(SourceLocation StartLoc,bool UseGlobal,SourceLocation PlacementLParen,MultiExprArg PlacementArgs,SourceLocation PlacementRParen,SourceRange TypeIdParens,QualType AllocatedType,TypeSourceInfo * AllocatedTypeInfo,std::optional<Expr * > ArraySize,SourceRange DirectInitRange,Expr * Initializer) RebuildCXXNewExpr() argument