Searched defs:that (Results 1 – 7 of 7) sorted by relevance
122 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()139 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
85 void APInt::initSlowCase(const APInt& that) { in initSlowCase()
504 SmallPtrSet(const SmallPtrSet &that) : BaseT(SmallStorage, that) {} in SmallPtrSet()505 SmallPtrSet(SmallPtrSet &&that) in SmallPtrSet() function
156 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt()164 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
127 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
436 struct sockaddr *this, struct sockaddr *that, in proto()714 struct sockaddr *this, struct sockaddr *that, in doit()
562 membercmp(nltype *this, nltype *that) in membercmp()