Searched refs:DomainValue (Results 1 – 1 of 1) sorted by relevance
55 struct DomainValue { struct67 DomainValue *Next; argument104 DomainValue() : Refs(0) { clear(); } in DomainValue() argument120 DomainValue *Value;133 SpecificBumpPtrAllocator<DomainValue> Allocator;134 SmallVector<DomainValue*,16> Avail;180 DomainValue *alloc(int domain = -1);181 DomainValue *retain(DomainValue *DV) { in retain()185 void release(DomainValue*);186 DomainValue *resolve(DomainValue*&);[all …]