Lines Matching refs:getValueAsInt
261 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
265 return pImpl->getValueAsInt(); in getValueAsInt()
302 return MaybeAlign(pImpl->getValueAsInt()); in getAlignment()
308 return MaybeAlign(pImpl->getValueAsInt()); in getStackAlignment()
315 return pImpl->getValueAsInt(); in getDereferenceableBytes()
322 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes()
328 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs()
491 Result += utostr(getValueAsInt()); in getAsString()
500 Result += utostr(getValueAsInt()); in getAsString()
503 Result += utostr(getValueAsInt()); in getAsString()
590 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
638 return getValueAsInt() < AI.getValueAsInt(); in operator <()
1611 AllocSizeArgs = Attr.getValueAsInt(); in addAttribute()