Searched defs:SizeExpr (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckPlacementNew.cpp | 81 const Expr *SizeExpr = *NE->getArraySize(); in getExtentSizeOfNewTarget() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 389 void registerVLASizeExpression(QualType Ty, llvm::Metadata *SizeExpr) { in registerVLASizeExpression()
|
H A D | CGDebugInfo.cpp | 3008 auto SizeExpr = SizeExprCache.find(QTy); in CreateType() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Type.cpp | 191 const Expr *SizeExpr, ArraySizeModifier SizeMod, in Profile() 224 QualType CanonType, Expr *SizeExpr, in DependentVectorType() 238 QualType ElementType, const Expr *SizeExpr, in Profile() 247 Expr *SizeExpr, SourceLocation loc) in DependentSizedExtVectorType() 259 QualType ElementType, Expr *SizeExpr) { in Profile()
|
H A D | ASTContext.cpp | 3542 const Expr *SizeExpr, in getConstantArrayType() 4074 ASTContext::getDependentVectorType(QualType VecType, Expr *SizeExpr, in getDependentVectorType() 4149 Expr *SizeExpr, in getDependentSizedExtVectorType() 12601 const Expr *SizeExpr = Ctx.hasSameExpr(AX->getSizeExpr(), AY->getSizeExpr()) in getCommonNonSugarTypeNode() local
|
H A D | Expr.cpp | 273 const Expr *SizeExpr = dyn_cast<IntegerLiteral>(CTL.getSizeExpr()); in isFlexibleArrayMemberLike() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 1234 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr(); in VisitLambdaExpr() local
|
H A D | ExprEngineCallAndReturn.cpp | 806 if (const Expr *SizeExpr = CNE->getArraySize().value_or(nullptr)) { in bindReturnValue() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaType.cpp | 2658 QualType Sema::BuildVectorType(QualType CurType, Expr *SizeExpr, in BuildVectorType() 7989 Expr *SizeExpr = Attr.getArgAsExpr(0); in HandleVectorSizeAttr() local 8008 Expr *SizeExpr = Attr.getArgAsExpr(0); in HandleExtVectorTypeAttr() local
|
H A D | TreeTransform.h | 14716 Expr *SizeExpr, in RebuildArrayType() 14751 Expr *SizeExpr, in RebuildConstantArrayType() 14772 Expr *SizeExpr, in RebuildVariableArrayType() 14784 Expr *SizeExpr, in RebuildDependentSizedArrayType() 14810 QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc, in RebuildDependentVectorType() 14830 Expr *SizeExpr, in RebuildDependentSizedExtVectorType()
|
H A D | SemaDeclAttr.cpp | 835 const Expr *SizeExpr = AL.getArgAsExpr(0); in handleAllocSizeAttr() local
|