Searched refs:getAsVariableArrayType (Results 1 – 12 of 12) sorted by relevance
90 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
2838 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()2855 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()2910 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()3109 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr()3135 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
1635 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()1659 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
1718 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()1999 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()2466 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()2656 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
111 while (auto *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()983 .getAsVariableArrayType(PrivateVD->getType()) in EmitOMPReductionClauseInit()1072 .getAsVariableArrayType(PrivateVD->getType()) in EmitOMPReductionClauseInit()
4276 auto *VLA = CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()4418 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
2240 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
2117 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
1311 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
2134 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
7837 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()7838 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
6903 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()