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.cpp122 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()
139 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
H A DAPInt.cpp85 void APInt::initSlowCase(const APInt& that) { in initSlowCase()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h504 SmallPtrSet(const SmallPtrSet &that) : BaseT(SmallStorage, that) {} in SmallPtrSet()
505 SmallPtrSet(SmallPtrSet &&that) in SmallPtrSet() function
H A DAPInt.h156 APInt(const APInt &that) : BitWidth(that.BitWidth) { in APInt()
164 APInt(APInt &&that) : BitWidth(that.BitWidth) { in APInt() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h127 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
/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/usr.bin/gprof/
H A Dprintgprof.c562 membercmp(nltype *this, nltype *that) in membercmp()