Searched refs:getAsVariableArrayType (Results 1 – 17 of 17) sorted by relevance
88 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()279 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt()318 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt()
736 } while ((vla = astContext.getAsVariableArrayType(eltType))); in getFixedSizeElementType()762 cgf.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptPtr()787 if (getContext().getAsVariableArrayType(e->getType())) { in emitArraySubscriptExpr()
470 if (cgf.getContext().getAsVariableArrayType(type)) { in emitScalarPrePostIncDec()1390 if (cgf.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()1962 if (cgf.getContext().getAsVariableArrayType(typeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
2413 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()2437 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()2444 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
4216 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()4299 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()4520 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()4802 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitArraySectionExpr()4832 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitArraySectionExpr()
1394 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions()1866 const auto *VlaType = getContext().getAsVariableArrayType(type); in emitZeroOrPatternForAutoVarInit()
3212 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()3579 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()4286 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()4675 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
828 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()845 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()4850 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()5260 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()7800 auto *VAT = Context.getAsVariableArrayType(Ty);
3231 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
368 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
3022 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
3324 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
11816 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()11817 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
14980 const auto *VAT = Info.Ctx.getAsVariableArrayType(Ty); in VisitUnaryExprOrTypeTraitExpr()17501 const auto *VAT = Ctx.getAsVariableArrayType(ArgTy); in CheckICE()
3366 if (const auto *VAT = Ctx.getAsVariableArrayType(Ty)) in EquivalentArrayTypes()3377 const auto *OldVAT = Ctx.getAsVariableArrayType(Old); in EquivalentArrayTypes()3378 const auto *NewVAT = Ctx.getAsVariableArrayType(New); in EquivalentArrayTypes()8904 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()
5874 S.getASTContext().getAsVariableArrayType(Entity.getType())) { in TryOrBuildParenListInitialization()
2176 const auto *VAT = ASTCtx.getAsVariableArrayType(Ty); in VisitUnaryExprOrTypeTraitExpr()