Lines Matching refs:getValueAsInt
181 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
185 return pImpl->getValueAsInt(); in getValueAsInt()
214 return pImpl->getValueAsInt(); in getAlignment()
220 return pImpl->getValueAsInt(); in getStackAlignment()
227 return pImpl->getValueAsInt(); in getDereferenceableBytes()
234 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes()
240 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs()
364 Result += utostr(getValueAsInt()); in getAsString()
373 Result += utostr(getValueAsInt()); in getAsString()
376 Result += utostr(getValueAsInt()); in getAsString()
468 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
496 return getValueAsInt() < AI.getValueAsInt(); in operator <()
1367 AllocSizeArgs = Attr.getValueAsInt(); in addAttribute()