Lines Matching refs:AttributeList
22 size_t AttributeList::allocated_size() const { in allocated_size()
26 return (sizeof(AttributeList) + NumArgs * sizeof(Expr*)); in allocated_size()
36 assert(size >= sizeof(AttributeList)); in getFreeListIndexForSize()
38 return ((size - sizeof(AttributeList)) / sizeof(void*)); in getFreeListIndexForSize()
45 if (AttributeList *attr = FreeLists[index]) { in allocate()
55 void AttributeFactory::reclaimPool(AttributeList *cur) { in reclaimPool()
60 AttributeList *next = cur->NextInPool; in reclaimPool()
77 void AttributePool::takePool(AttributeList *pool) { in takePool()
89 AttributeList *next = pool->NextInPool; in takePool()
96 AttributeList *
102 AttributeList::AS_GNU); in createIntegerAttribute()
107 AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name, in getKind()
129 unsigned AttributeList::getAttributeSpellingListIndex() const { in getAttributeSpellingListIndex()