Searched defs:that (Results 1 – 6 of 6) sorted by relevance
170 const SmallPtrSetImplBase& that) { in SmallPtrSetImplBase()194 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
85 void APInt::initSlowCase(const APInt& that) { in initSlowCase()
88 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()
568 membercmp(nltype *this, nltype *that) in membercmp()
279 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt()287 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function