Searched refs:getVLAElements1D (Results 1 – 4 of 4) sorted by relevance
2443 CodeGenFunction::getVLAElements1D(QualType type) { in getVLAElements1D() function in CodeGenFunction2446 return getVLAElements1D(vla); in getVLAElements1D()2450 CodeGenFunction::getVLAElements1D(const VariableArrayType *Vla) { in getVLAElements1D() function in CodeGenFunction
3101 VlaSizePair getVLAElements1D(const VariableArrayType *vla);3102 VlaSizePair getVLAElements1D(QualType vla);
1395 auto VlaSize = getVLAElements1D(Type1D); in EmitAndRegisterVariableArrayDimensions()
3600 return CGF.getVLAElements1D(VAT).NumElts; in VisitUnaryExprOrTypeTraitExpr()