Searched refs:getAsVariableArrayType (Results 1 – 12 of 12) sorted by relevance
91 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
2669 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()2686 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()2741 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()2904 if (auto *VAT = C.getAsVariableArrayType(BaseTy)) { in EmitOMPArraySectionExpr()2930 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
1566 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()1590 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
1735 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()2012 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()2479 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()2669 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
944 while (auto *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()2790 CGF.getContext().getAsVariableArrayType(PrivTy)->getSizeExpr()), in emitReductionFunction()2914 CGF.getVLASize(CGF.getContext().getAsVariableArrayType( in emitReduction()
714 .getAsVariableArrayType(PrivateVD->getType()) in EmitOMPReductionClauseInit()
1982 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
2092 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
2058 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
7722 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()7723 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
1311 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
6624 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()