Searched defs:that (Results 1 – 7 of 7) sorted by relevance
141 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()158 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
86 void APInt::initSlowCase(const APInt& that) { in initSlowCase()
554 SmallPtrSet(const SmallPtrSet &that) : BaseT(SmallStorage, that) {} in SmallPtrSet()555 SmallPtrSet(SmallPtrSet &&that) in SmallPtrSet() function
176 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt()184 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
436 struct sockaddr *this, struct sockaddr *that, in proto()714 struct sockaddr *this, struct sockaddr *that, in doit()
190 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
562 membercmp(nltype *this, nltype *that) in membercmp()