Searched refs:getAllocSizeArgs (Results 1 – 5 of 5) sorted by relevance
157 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;367 getAllocSizeArgs(unsigned Index) const;534 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
220 std::pair<unsigned, Optional<unsigned>> Attribute::getAllocSizeArgs() const { in getAllocSizeArgs() function in Attribute363 std::tie(ElemSize, NumElems) = getAllocSizeArgs(); in getAsString()627 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttributeSetNode630 return I.getAllocSizeArgs(); in getAllocSizeArgs()787 auto A = B.getAllocSizeArgs(); in get()1159 AttributeSet::getAllocSizeArgs(unsigned Index) const { in getAllocSizeArgs() function in AttributeSet1161 return ASN ? ASN->getAllocSizeArgs() : std::make_pair(0, 0); in getAllocSizeArgs()1345 std::pair<unsigned, Optional<unsigned>> AttrBuilder::getAllocSizeArgs() const { in getAllocSizeArgs() function in AttrBuilder
196 std::pair<unsigned, Optional<unsigned>> getAllocSizeArgs() const;
1563 Attrs.getAllocSizeArgs(AttributeSet::FunctionIndex); in verifyFunctionAttrs()
121 std::pair<unsigned, Optional<unsigned>> Args = Attr.getAllocSizeArgs(); in getAllocationData()