Lines Matching refs:getValueAsInt
164 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
168 return pImpl->getValueAsInt(); in getValueAsInt()
197 return pImpl->getValueAsInt(); in getAlignment()
203 return pImpl->getValueAsInt(); in getStackAlignment()
210 return pImpl->getValueAsInt(); in getDereferenceableBytes()
217 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes()
223 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs()
333 Result += utostr(getValueAsInt()); in getAsString()
342 Result += utostr(getValueAsInt()); in getAsString()
345 Result += utostr(getValueAsInt()); in getAsString()
426 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
454 return getValueAsInt() < AI.getValueAsInt(); in operator <()
1288 AllocSizeArgs = Attr.getValueAsInt(); in addAttribute()