Home
last modified time | relevance | path

Searched defs:SizeExpr (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp81 const Expr *SizeExpr = *NE->getArraySize(); in getExtentSizeOfNewTarget() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h411 registerVLASizeExpression(QualType Ty,llvm::Metadata * SizeExpr) registerVLASizeExpression() argument
H A DCGDebugInfo.cpp3153 auto SizeExpr = SizeExprCache.find(QTy); CreateType() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp217 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ET,const llvm::APInt & ArraySize,const Expr * SizeExpr,ArraySizeModifier SizeMod,unsigned TypeQuals) Profile() argument
248 DependentVectorType(QualType ElementType,QualType CanonType,Expr * SizeExpr,SourceLocation Loc,VectorKind VecKind) DependentVectorType() argument
261 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ElementType,const Expr * SizeExpr,VectorKind VecKind) Profile() argument
270 DependentSizedExtVectorType(QualType ElementType,QualType can,Expr * SizeExpr,SourceLocation loc) DependentSizedExtVectorType() argument
282 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,QualType ElementType,Expr * SizeExpr) Profile() argument
[all...]
H A DDeclBase.cpp470 if (const Expr *SizeExpr = isFlexibleArrayMemberLike() local
H A DASTContext.cpp3506 getConstantArrayType(QualType EltTy,const llvm::APInt & ArySizeIn,const Expr * SizeExpr,ArraySizeModifier ASM,unsigned IndexTypeQuals) const getConstantArrayType() argument
4052 getDependentVectorType(QualType VecType,Expr * SizeExpr,SourceLocation AttrLoc,VectorKind VecKind) const getDependentVectorType() argument
4127 getDependentSizedExtVectorType(QualType vecType,Expr * SizeExpr,SourceLocation AttrLoc) const getDependentSizedExtVectorType() argument
12742 const Expr *SizeExpr = Ctx.hasSameExpr(AX->getSizeExpr(), AY->getSizeExpr()) getCommonNonSugarTypeNode() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1234 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr(); in VisitLambdaExpr() local
H A DExprEngineCallAndReturn.cpp803 if (const Expr *SizeExpr = CNE->getArraySize().value_or(nullptr)) { in bindReturnValue() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2748 BuildVectorType(QualType CurType,Expr * SizeExpr,SourceLocation AttrLoc) BuildVectorType() argument
8358 Expr *SizeExpr = Attr.getArgAsExpr(0); HandleVectorSizeAttr() local
8377 Expr *SizeExpr = Attr.getArgAsExpr(0); HandleExtVectorTypeAttr() local
[all...]
H A DTreeTransform.h15002 RebuildArrayType(QualType ElementType,ArraySizeModifier SizeMod,const llvm::APInt * Size,Expr * SizeExpr,unsigned IndexTypeQuals,SourceRange BracketsRange) RebuildArrayType() argument
15033 RebuildConstantArrayType(QualType ElementType,ArraySizeModifier SizeMod,const llvm::APInt & Size,Expr * SizeExpr,unsigned IndexTypeQuals,SourceRange BracketsRange) RebuildConstantArrayType() argument
15048 RebuildVariableArrayType(QualType ElementType,ArraySizeModifier SizeMod,Expr * SizeExpr,unsigned IndexTypeQuals,SourceRange BracketsRange) RebuildVariableArrayType() argument
15057 RebuildDependentSizedArrayType(QualType ElementType,ArraySizeModifier SizeMod,Expr * SizeExpr,unsigned IndexTypeQuals,SourceRange BracketsRange) RebuildDependentSizedArrayType() argument
15081 RebuildDependentVectorType(QualType ElementType,Expr * SizeExpr,SourceLocation AttributeLoc,VectorKind VecKind) RebuildDependentVectorType() argument
15101 RebuildDependentSizedExtVectorType(QualType ElementType,Expr * SizeExpr,SourceLocation AttributeLoc) RebuildDependentSizedExtVectorType() argument
[all...]
H A DSemaDeclAttr.cpp849 const Expr *SizeExpr = AL.getArgAsExpr(0); handleAllocSizeAttr() local