Home
last modified time | relevance | path

Searched refs:getAsVariableArrayType (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
282 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt()
321 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2309 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()
2333 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
2340 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
H A DCGDecl.cpp1391 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions()
1817 const auto *VlaType = getContext().getAsVariableArrayType(type); in emitZeroOrPatternForAutoVarInit()
H A DCGExpr.cpp3990 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()
4073 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()
4222 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
4492 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitArraySectionExpr()
4522 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitArraySectionExpr()
H A DCGExprScalar.cpp2956 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()
3323 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
3981 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
4370 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
H A DCGOpenMPRuntime.cpp832 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
849 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
4876 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()
5022 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
7539 auto *VAT = Context.getAsVariableArrayType(Ty); in generateInfoForComponentList()
H A DCGCall.cpp3090 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
H A DCGStmtOpenMP.cpp338 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2818 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3193 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
H A DASTContext.cpp11226 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()
11227 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3295 if (const auto *VAT = Ctx.getAsVariableArrayType(Ty)) in EquivalentArrayTypes()
3306 const auto *OldVAT = Ctx.getAsVariableArrayType(Old); in EquivalentArrayTypes()
3307 const auto *NewVAT = Ctx.getAsVariableArrayType(New); in EquivalentArrayTypes()
8691 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()
H A DSemaInit.cpp5614 S.getASTContext().getAsVariableArrayType(Entity.getType())) { in TryOrBuildParenListInitialization()