Searched defs:SizeExpr (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CheckPlacementNew.cpp | 60 const Expr *SizeExpr = *NE->getArraySize(); in getExtentSizeOfNewTarget() local
|
| HD | MallocChecker.cpp | 1386 const Expr *SizeExpr = *NE->getArraySize(); in addExtentSize() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGDebugInfo.h | 364 void registerVLASizeExpression(QualType Ty, llvm::Metadata *SizeExpr) { in registerVLASizeExpression()
|
| HD | CGDebugInfo.cpp | 2650 auto SizeExpr = SizeExprCache.find(QTy); in CreateType() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | Type.cpp | 189 const Expr *SizeExpr, ArraySizeModifier SizeMod, in Profile() 222 Expr *SizeExpr, SourceLocation Loc, VectorType::VectorKind VecKind) in DependentVectorType() 234 QualType ElementType, const Expr *SizeExpr, in Profile() 245 Expr *SizeExpr, in DependentSizedExtVectorType() 258 QualType ElementType, Expr *SizeExpr) { in Profile()
|
| HD | ExprCXX.cpp | 197 if (Expr *SizeExpr = *ArraySize) { in CXXNewExpr() local
|
| HD | ASTContext.cpp | 3323 const Expr *SizeExpr, in getConstantArrayType() 3677 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType() 3748 Expr *SizeExpr, in getDependentSizedExtVectorType()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | ExprEngineCXX.cpp | 918 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr(); in VisitLambdaExpr() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | TreeTransform.h | 13206 Expr *SizeExpr, in RebuildArrayType() 13242 Expr *SizeExpr, in RebuildConstantArrayType() 13263 Expr *SizeExpr, in RebuildVariableArrayType() 13275 Expr *SizeExpr, in RebuildDependentSizedArrayType() 13301 QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc, in RebuildDependentVectorType() 13321 Expr *SizeExpr, in RebuildDependentSizedExtVectorType()
|
| HD | SemaType.cpp | 2401 QualType Sema::BuildVectorType(QualType CurType, Expr *SizeExpr, in BuildVectorType() 7347 Expr *SizeExpr; in HandleVectorSizeAttr() local
|
| HD | SemaDeclAttr.cpp | 874 const Expr *SizeExpr = AL.getArgAsExpr(0); in handleAllocSizeAttr() local
|
| HD | SemaChecking.cpp | 13473 const Expr *SizeExpr = dyn_cast<IntegerLiteral>(CTL.getSizeExpr()); in IsTailPaddedMemberArray() local
|