Searched refs:getAsVariableArrayType (Results 1 – 14 of 14) sorted by relevance
90 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
1977 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()2001 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()2008 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
3322 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()3340 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()3414 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()3621 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr()3648 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
2411 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()2702 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()3204 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()3400 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
1244 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions()
988 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()1007 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()5473 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()5621 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
2399 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
3876 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
239 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
2416 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
1358 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
2497 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
8911 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()8912 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
7451 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()