Searched refs:getAsVariableArrayType (Results 1 – 13 of 13) sorted by relevance
90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt()309 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt()
2082 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()2106 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()2113 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
3619 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()3675 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()3767 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()3995 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr()4024 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
2685 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitListToGlobalReduceFunction()2891 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitGlobalToListReduceFunction()3213 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
1361 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions()1734 const auto *VlaType = getContext().getAsVariableArrayType(type); in emitZeroOrPatternForAutoVarInit()
2587 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()2912 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()3456 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()3796 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
860 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()879 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()5484 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()5630 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()8240 auto *VAT = Context.getAsVariableArrayType(Ty); in generateInfoForComponentList()
2767 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
309 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
2594 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
2879 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
9873 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()9874 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
8122 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()