Searched refs:getMinArgs (Results 1 – 6 of 6) sorted by relevance
180 unsigned AttributeList::getMinArgs() const { in getMinArgs() function in AttributeList185 return getMinArgs() + getInfo(*this).OptArgs; in getMaxArgs()
5288 if (Attr.getMinArgs() == Attr.getMaxArgs()) { in handleCommonAttributeFeatures()5291 if (!checkAttributeNumArgs(S, Attr, Attr.getMinArgs())) in handleCommonAttributeFeatures()5295 if (Attr.getMinArgs() && in handleCommonAttributeFeatures()5296 !checkAttributeAtLeastNumArgs(S, Attr, Attr.getMinArgs())) in handleCommonAttributeFeatures()
148 unsigned ParsedAttr::getMinArgs() const { return getInfo().NumArgs; } in getMinArgs() function in ParsedAttr151 return getMinArgs() + getInfo().OptArgs; in getMaxArgs()
7145 if (AL.getMinArgs() == AL.getMaxArgs()) { in handleCommonAttributeFeatures()7148 if (!checkAttributeNumArgs(S, AL, AL.getMinArgs())) in handleCommonAttributeFeatures()7152 if (AL.getMinArgs() && in handleCommonAttributeFeatures()7153 !checkAttributeAtLeastNumArgs(S, AL, AL.getMinArgs())) in handleCommonAttributeFeatures()
505 unsigned getMinArgs() const;
581 unsigned getMinArgs() const;