Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDSmallPtrSet.cpp170 const SmallPtrSetImplBase& that) { in SmallPtrSetImplBase()
194 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
HDAPInt.cpp85 void APInt::initSlowCase(const APInt& that) { in initSlowCase()
/NextBSD/contrib/llvm/include/llvm/IR/
HDUser.h88 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
/NextBSD/crypto/heimdal/appl/rsh/
HDrsh.c436 struct sockaddr *this, struct sockaddr *that, in proto()
714 struct sockaddr *this, struct sockaddr *that, in doit()
/NextBSD/usr.bin/gprof/
HDprintgprof.c568 membercmp(nltype *this, nltype *that) in membercmp()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPInt.h279 APInt(const APInt &that) : BitWidth(that.BitWidth), VAL(0) { in APInt()
287 APInt(APInt &&that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt() function