Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp191 Type *AllocatedType = alignAndPadAlloca() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h59 Type *AllocatedType; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3356 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