Home
last modified time | relevance | path

Searched defs:that (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp141 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()
158 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
H A DAPInt.cpp86 void APInt::initSlowCase(const APInt& that) { in initSlowCase()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h554 SmallPtrSet(const SmallPtrSet &that) : BaseT(SmallStorage, that) {} in SmallPtrSet()
555 SmallPtrSet(SmallPtrSet &&that) in SmallPtrSet() function
H A DAPInt.h176 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt()
184 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
/freebsd/crypto/heimdal/appl/rsh/
H A Drsh.c436 struct sockaddr *this, struct sockaddr *that, in proto()
714 struct sockaddr *this, struct sockaddr *that, in doit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h190 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
/freebsd/usr.bin/gprof/
H A Dprintgprof.c562 membercmp(nltype *this, nltype *that) in membercmp()