Lines Matching refs:Use
23 void Use::swap(Use &RHS) { in swap()
52 const Use *Use::getImpliedUser() const { in getImpliedUser()
53 const Use *Current = this; in getImpliedUser()
89 Use *Use::initTags(Use * const Start, Use *Stop) { in initTags()
102 new(Stop) Use(tags[Done++]); in initTags()
109 new(Stop) Use(stopTag); in initTags()
113 new(Stop) Use(PrevPtrTag(Count & 1)); in initTags()
126 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
128 (--Stop)->~Use(); in zap()
137 User *Use::getUser() const { in getUser()
138 const Use *End = getImpliedUser(); in getUser()