Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2230 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()
2254 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
2261 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
H A DCGOpenMPRuntimeGPU.cpp2332 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitListToGlobalReduceFunction()
2539 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitGlobalToListReduceFunction()
2870 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
H A DCGDecl.cpp1389 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions()
1812 const auto *VlaType = getContext().getAsVariableArrayType(type); in emitZeroOrPatternForAutoVarInit()
H A DCGExpr.cpp3947 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()
4030 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()
4180 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
4446 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr()
4476 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
H A DCGExprScalar.cpp2685 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()
3049 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
3695 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
4080 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
H A DCGOpenMPRuntime.cpp830 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
847 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
4860 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()
5006 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
7510 auto *VAT = Context.getAsVariableArrayType(Ty); in generateInfoForComponentList()
H A DCGCall.cpp3107 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
H A DCGStmtOpenMP.cpp312 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2731 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3057 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
H A DASTContext.cpp10751 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()
10752 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3438 if (const auto *VAT = Ctx.getAsVariableArrayType(Ty)) in EquivalentArrayTypes()
3449 const auto *OldVAT = Ctx.getAsVariableArrayType(Old); in EquivalentArrayTypes()
3450 const auto *NewVAT = Ctx.getAsVariableArrayType(New); in EquivalentArrayTypes()
8849 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()
H A DSemaInit.cpp5473 S.getASTContext().getAsVariableArrayType(Entity.getType())) { in TryOrBuildParenListInitialization()